HSL 转 RGB
精确地将 HSL 颜色值转换为 RGB,这对于数字设计和开发至关重要
颜色转换器
RGB Output
RGB Values
0-255 intensity
0-255 intensity
0-255 intensity
rgb(255, 0, 0)
其他格式
HSL Value
hsl(0°, 100%, 50%)
HEX Value
#FF0000
转换示例
红色的
HSL: 0°, 100%, 50%
RGB: (255, 0, 0)
绿色的
HSL: 120°, 100%, 50%
RGB: (0, 255, 0)
蓝色的
HSL: 240°, 100%, 50%
RGB: (0, 0, 255)
黄色的
HSL: 60°, 100%, 50%
RGB: (255, 255, 0)
品红
HSL: 300°, 100%, 50%
RGB: (255, 0, 255)
青色
HSL: 180°, 100%, 50%
RGB: (0, 255, 255)
推荐工具
关于此工具
我们的 HSL 到 RGB 转换器可在数字设计、开发和图形处理中使用的这两种基本颜色模型之间提供精确的转换。
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.
此转换工具弥合了直观色彩设计(HSL)和技术实现(RGB)之间的差距。数学转换可确保准确的色彩呈现,从而在使用 HSL 的设计工具和需要 RGB 值的开发环境之间保持一致。