#C5F016
A medium, vivid yellow closely aligning with Greenyellow.
About #C5F016
The precise color #C5F016 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Greenyellow. This translates to an RGB value of rgb(197, 240, 22).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 18% C, 0% M, 91% Y, and 6% K. With a hue angle of 71.8 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5F016
RGB197, 240, 22
HSL71.8°, 87.9%, 51.4%
CMYK18%, 0%, 91%, 6%
HSV71.8°, 90.8%, 94.1%
LAB89.0, -37.8, 84.6
XYZ54.3, 74.2, 12.2
Decimal12972054
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.85:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5F016;
}
.text-color {
color: #C5F016;
}
.border-color {
border: 2px solid #C5F016;
}