What is the HSL code for dark pastel green?
The CSS color dark pastel green in HSL format is hsl(120.7, 35.2%, 51%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark pastel green in CSS?
To apply dark pastel green in CSS:
- Text color: color: hsl(120.7, 35.2%, 51%);
- Background: background-color: hsl(120.7, 35.2%, 51%);
- Border: border-color: hsl(120.7, 35.2%, 51%);
What are all the color format values for dark pastel green?
| Format | Value |
|---|---|
| HEX | #56ae57 |
| RGB | rgb(86, 174, 87) |
| HSL | hsl(120.7, 35.2%, 51%) |
| CMYK | cmyk(50.6%, 0%, 50%, 31.8%) |
How do I convert dark pastel green to HSL?
Select dark pastel green from the color name list in our color converter. The HSL value — hsl(120.7, 35.2%, 51%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark pastel green belong to?
dark pastel green belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 120.7°, saturation 35.2%, lightness 51%.
How do I create lighter and darker shades of dark pastel green?
Lighter variant (lightness 66%): #8ac78a. Darker variant (lightness 36%): #3b7c3c. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.