What is the CMYK code for light pastel green?
The CSS color light pastel green in CMYK format is cmyk(29.1%, 0%, 34.3%, 1.6%). Use this value directly in CSS, SVG, and most design tools.
How do I use light pastel green in CSS?
To apply light pastel green in CSS:
- Text color: color: cmyk(29.1%, 0%, 34.3%, 1.6%);
- Background: background-color: cmyk(29.1%, 0%, 34.3%, 1.6%);
- Border: border-color: cmyk(29.1%, 0%, 34.3%, 1.6%);
What are all the color format values for light pastel green?
| Format | Value |
|---|---|
| HEX | #b2fba5 |
| RGB | rgb(178, 251, 165) |
| HSL | hsl(110.9, 91.5%, 81.6%) |
| CMYK | cmyk(29.1%, 0%, 34.3%, 1.6%) |
How do I convert light pastel green to CMYK?
Select light pastel green from the color name list in our color converter. The CMYK value — cmyk(29.1%, 0%, 34.3%, 1.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light pastel green belong to?
light pastel green belongs to the green color family. It is a light, vivid color with HSL values: hue 110.9°, saturation 91.5%, lightness 81.6%.
How do I create lighter and darker shades of light pastel green?
Lighter variant (lightness 95%): #eafee7. Darker variant (lightness 66.6%): #74f85c. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.