#C5DB0F
A medium, vivid yellow closely aligning with Yellowgreen.
About #C5DB0F
At its core, #C5DB0F is a medium and vivid hue. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(197, 219, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 10% cyan, 0% magenta, 93% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C5DB0F
RGB197, 219, 15
HSL66.5°, 87.2%, 45.9%
CMYK10%, 0%, 93%, 14%
HSV66.5°, 93.2%, 85.9%
LAB83.2, -28.3, 80.9
XYZ48.4, 62.6, 10.0
Decimal12966671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.51:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5DB0F;
}
.text-color {
color: #C5DB0F;
}
.border-color {
border: 2px solid #C5DB0F;
}