#C5CC49
A medium, moderate yellow closely aligning with Yellowgreen.
About #C5CC49
When working with digital screens, the color #C5CC49 is rendered by mixing light. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 197 red, 204 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. The color uses 3% Cyan, 0% Magenta, 64% Yellow, and 20% Black. The HSL representation is 63.2° hue, 56.2% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C5CC49
RGB197, 204, 73
HSL63.2°, 56.2%, 54.3%
CMYK3%, 0%, 64%, 20%
HSV63.2°, 64.2%, 80.0%
LAB79.3, -18.9, 62.0
XYZ45.8, 55.5, 14.6
Decimal12962889
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.11:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5CC49;
}
.text-color {
color: #C5CC49;
}
.border-color {
border: 2px solid #C5CC49;
}