#CCDB50
A medium, moderate yellow closely aligning with Yellowgreen.
About #CCDB50
At its core, #CCDB50 is a medium and moderate hue. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 219, and 80.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 7% Cyan, 0% Magenta, 63% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#CCDB50
RGB204, 219, 80
HSL66.5°, 65.9%, 58.6%
CMYK7%, 0%, 63%, 14%
HSV66.5°, 63.5%, 85.9%
LAB84.0, -23.0, 64.2
XYZ51.7, 64.1, 17.2
Decimal13425488
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.82:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCDB50;
}
.text-color {
color: #CCDB50;
}
.border-color {
border: 2px solid #CCDB50;
}