#C5DB50
A medium, moderate yellow closely aligning with Yellowgreen.
About #C5DB50
At its core, #C5DB50 is a medium and moderate hue. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 197 red, 219 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 10% cyan and 0% magenta inks. The HSL representation is 69.5° hue, 65.9% saturation, and 58.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#C5DB50
RGB197, 219, 80
HSL69.5°, 65.9%, 58.6%
CMYK10%, 0%, 63%, 14%
HSV69.5°, 63.5%, 85.9%
LAB83.5, -25.8, 63.6
XYZ49.8, 63.1, 17.1
Decimal12966736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.62:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5DB50;
}
.text-color {
color: #C5DB50;
}
.border-color {
border: 2px solid #C5DB50;
}