PantoneTools

HSL'den RGB'ye

Dijital tasarım ve geliştirme için gerekli olan HSL renk değerlerini hassasiyetle RGB'ye dönüştürün

Renk Dönüştürücü

HSL Input

180° 360°
100%
0% 50% 100%
50%
0% 50% 100%

Örnekler için renk örneklerine tıklayın

RGB Output

RGB Values

Kırmızı 255

0-255 intensity

Yeşil 0

0-255 intensity

Mavi 0

0-255 intensity

rgb(255, 0, 0)

Diğer Formatlar

HSL Value

hsl(0°, 100%, 50%)

HEX Value

#FF0000

Dönüşüm Örnekleri

Kırmızı

HSL: 0°, 100%, 50%

RGB: (255, 0, 0)

Yeşil

HSL: 120°, 100%, 50%

RGB: (0, 255, 0)

Mavi

HSL: 240°, 100%, 50%

RGB: (0, 0, 255)

Sarı

HSL: 60°, 100%, 50%

RGB: (255, 255, 0)

Macenta

HSL: 300°, 100%, 50%

RGB: (255, 0, 255)

Camgöbeği

HSL: 180°, 100%, 50%

RGB: (0, 255, 255)

Önerilen Araçlar

Bu Araç Hakkında

HSL'den RGB'ye dönüştürücümüz, dijital tasarım, geliştirme ve grafik işlemede kullanılan bu iki temel renk modeli arasında hassas dönüşüm sağlar.

HSL (Hue, Saturation, Lightness) is a user-centric color model that aligns with human perception of color. It simplifies color manipulation by separating the color's identity (hue), its intensity (saturation), and its brightness (lightness), making it ideal for design systems and color theme creation.

RGB (Red, Green, Blue) is a device-centric color model that represents colors as combinations of red, green, and blue light. It's the fundamental color model for digital displays, monitors, cameras, and most digital imaging systems, as these devices emit light in these three primary colors.

Bu dönüştürme aracı, sezgisel renk tasarımı (HSL) ile teknik uygulama (RGB) arasındaki boşluğu kapatır. Matematiksel dönüştürme, HSL kullanan tasarım araçları ile RGB değerleri gerektiren geliştirme ortamları arasında tutarlılığı koruyarak doğru renk temsilini sağlar.

Sıkça Sorulan Sorular