#C5DB16
A medium, vivid yellow closely aligning with Yellowgreen.
About #C5DB16
The precise color #C5DB16 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(197, 219, 22).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 10% Cyan, 0% Magenta, 90% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C5DB16
RGB197, 219, 22
HSL66.7°, 81.7%, 47.3%
CMYK10%, 0%, 90%, 14%
HSV66.7°, 90.0%, 85.9%
LAB83.2, -28.1, 80.0
XYZ48.5, 62.6, 10.3
Decimal12966678
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.52:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5DB16;
}
.text-color {
color: #C5DB16;
}
.border-color {
border: 2px solid #C5DB16;
}