#C5DB49
A medium, moderate yellow closely aligning with Yellowgreen.
About #C5DB49
At its core, #C5DB49 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 197 parts red, 219 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 10% Cyan, 0% Magenta, 67% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C5DB49
RGB197, 219, 73
HSL69.0°, 67.0%, 57.3%
CMYK10%, 0%, 67%, 14%
HSV69.0°, 66.7%, 85.9%
LAB83.4, -26.2, 66.2
XYZ49.6, 63.0, 15.9
Decimal12966729
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.60:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5DB49;
}
.text-color {
color: #C5DB49;
}
.border-color {
border: 2px solid #C5DB49;
}