#C5D307
A medium, vivid yellow closely aligning with Yellowgreen.
About #C5D307
At its core, #C5D307 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 197 red, 211 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 7% C, 0% M, 97% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#C5D307
RGB197, 211, 7
HSL64.1°, 93.6%, 42.7%
CMYK7%, 0%, 97%, 17%
HSV64.1°, 96.7%, 82.7%
LAB81.0, -24.5, 80.0
XYZ46.4, 58.5, 9.0
Decimal12964615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.69:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5D307;
}
.text-color {
color: #C5D307;
}
.border-color {
border: 2px solid #C5D307;
}