What is the CMYK code for faded green?
The CSS color faded green in CMYK format is cmyk(30.9%, 0%, 34.8%, 30.2%). Use this value directly in CSS, SVG, and most design tools.
How do I use faded green in CSS?
To apply faded green in CSS:
- Text color: color: cmyk(30.9%, 0%, 34.8%, 30.2%);
- Background: background-color: cmyk(30.9%, 0%, 34.8%, 30.2%);
- Border: border-color: cmyk(30.9%, 0%, 34.8%, 30.2%);
What are all the color format values for faded green?
| Format | Value |
|---|---|
| HEX | #7bb274 |
| RGB | rgb(123, 178, 116) |
| HSL | hsl(113.2, 28.7%, 57.6%) |
| CMYK | cmyk(30.9%, 0%, 34.8%, 30.2%) |
How do I convert faded green to CMYK?
Select faded green from the color name list in our color converter. The CMYK value — cmyk(30.9%, 0%, 34.8%, 30.2%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does faded green belong to?
faded green belongs to the green color family. It is a medium, muted color with HSL values: hue 113.2°, saturation 28.7%, lightness 57.6%.
How do I create lighter and darker shades of faded green?
Lighter variant (lightness 72.6%): #aacda5. Darker variant (lightness 42.6%): #558c4d. 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.