What is the CMYK code for soft green?
The CSS color soft green in CMYK format is cmyk(42.8%, 0%, 39.2%, 23.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use soft green in CSS?
To apply soft green in CSS:
- Text color: color: cmyk(42.8%, 0%, 39.2%, 23.9%);
- Background: background-color: cmyk(42.8%, 0%, 39.2%, 23.9%);
- Border: border-color: cmyk(42.8%, 0%, 39.2%, 23.9%);
What are all the color format values for soft green?
| Format | Value |
|---|---|
| HEX | #6fc276 |
| RGB | rgb(111, 194, 118) |
| HSL | hsl(125.1, 40.5%, 59.8%) |
| CMYK | cmyk(42.8%, 0%, 39.2%, 23.9%) |
How do I convert soft green to CMYK?
Select soft green from the color name list in our color converter. The CMYK value — cmyk(42.8%, 0%, 39.2%, 23.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does soft green belong to?
soft green belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 125.1°, saturation 40.5%, lightness 59.8%.
How do I create lighter and darker shades of soft green?
Lighter variant (lightness 74.8%): #a5d9a9. Darker variant (lightness 44.8%): #44a14c. 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.