PantoneVerktyg

HSL till RGB

Konvertera HSL-färgvärden till RGB med precision, avgörande för digital design och utveckling

Färgkonverterare

HSL Input

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

Klicka på färgprover för exempel

RGB Output

RGB Values

Röd 255

0-255 intensity

Grön 0

0-255 intensity

Blå 0

0-255 intensity

rgb(255, 0, 0)

Andra format

HSL Value

hsl(0°, 100%, 50%)

HEX Value

#FF0000

Konverteringsexempel

Röd

HSL: 0°, 100%, 50%

RGB: (255, 0, 0)

Grön

HSL: 120°, 100%, 50%

RGB: (0, 255, 0)

Blå

HSL: 240°, 100%, 50%

RGB: (0, 0, 255)

Gul

HSL: 60°, 100%, 50%

RGB: (255, 255, 0)

Magenta

HSL: 300°, 100%, 50%

RGB: (255, 0, 255)

Cyan

HSL: 180°, 100%, 50%

RGB: (0, 255, 255)

Rekommenderade verktyg

Om det här verktyget

Vår HSL till RGB-omvandlare ger exakt konvertering mellan dessa två viktiga färgmodeller som används i digital design, utveckling och grafikbearbetning.

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.

Detta konverteringsverktyg överbryggar klyftan mellan intuitiv färgdesign (HSL) och teknisk implementering (RGB). Den matematiska konverteringen säkerställer korrekt färgrepresentation och upprätthåller konsistens mellan designverktyg som använder HSL och utvecklingsmiljöer som kräver RGB-värden.

Vanliga frågor