#CCF057
A light, vivid yellow closely aligning with Yellowgreen.
About #CCF057
At its core, #CCF057 is a light and vivid hue. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(204, 240, 87).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 15% cyan, 0% magenta, 64% yellow, and 6% black. With a hue angle of 74.1 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCF057
RGB204, 240, 87
HSL74.1°, 83.6%, 64.1%
CMYK15%, 0%, 64%, 6%
HSV74.1°, 63.7%, 94.1%
LAB89.8, -32.4, 67.6
XYZ57.8, 75.8, 20.6
Decimal13430871
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.17:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF057;
}
.text-color {
color: #CCF057;
}
.border-color {
border: 2px solid #CCF057;
}