#CCDB3A
A medium, moderate yellow closely aligning with Yellowgreen.
About #CCDB3A
The precise color #CCDB3A is an excellent choice for modern design projects. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 204 red, 219 green, and 58 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. The HSL representation is 65.6° hue, 69.1% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCDB3A
RGB204, 219, 58
HSL65.6°, 69.1%, 54.3%
CMYK7%, 0%, 74%, 14%
HSV65.6°, 73.5%, 85.9%
LAB83.9, -24.2, 72.1
XYZ51.0, 63.8, 13.6
Decimal13425466
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.76:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCDB3A;
}
.text-color {
color: #CCDB3A;
}
.border-color {
border: 2px solid #CCDB3A;
}