#CCF049
A light, vivid yellow closely aligning with Yellowgreen.
About #CCF049
At its core, #CCF049 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 204 parts red, 240 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 15% Cyan, 0% Magenta, 70% Yellow, and 6% Black. The HSL representation is 72.9° hue, 84.8% saturation, and 61.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCF049
RGB204, 240, 73
HSL72.9°, 84.8%, 61.4%
CMYK15%, 0%, 70%, 6%
HSV72.9°, 69.6%, 94.1%
LAB89.7, -33.3, 72.7
XYZ57.3, 75.6, 17.9
Decimal13430857
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.13:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF049;
}
.text-color {
color: #CCF049;
}
.border-color {
border: 2px solid #CCF049;
}