#CCD33A
A medium, moderate yellow closely aligning with Yellowgreen.
About #CCD33A
The hex code #CCD33A represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(204, 211, 58).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 3% C, 0% M, 73% Y, and 17% K. With a hue angle of 62.7 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCD33A
RGB204, 211, 58
HSL62.7°, 63.5%, 52.7%
CMYK3%, 0%, 73%, 17%
HSV62.7°, 72.5%, 82.7%
LAB81.7, -20.3, 70.1
XYZ49.0, 59.7, 13.0
Decimal13423418
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.95:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCD33A;
}
.text-color {
color: #CCD33A;
}
.border-color {
border: 2px solid #CCD33A;
}