#CCDB1D
A medium, vivid yellow closely aligning with Yellowgreen.
About #CCDB1D
At its core, #CCDB1D is a medium and vivid hue. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 204 red, 219 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. With a hue angle of 64.7 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCDB1D
RGB204, 219, 29
HSL64.7°, 76.6%, 48.6%
CMYK7%, 0%, 87%, 14%
HSV64.7°, 86.8%, 85.9%
LAB83.8, -25.1, 79.5
XYZ50.5, 63.6, 10.8
Decimal13425437
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.72:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCDB1D;
}
.text-color {
color: #CCDB1D;
}
.border-color {
border: 2px solid #CCDB1D;
}