#C5F000
A medium, vivid yellow closely aligning with Greenyellow.
About #C5F000
The precise color #C5F000 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Greenyellow. Its digital footprint relies on 197 parts red, 240 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 18% C, 0% M, 100% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
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#C5F000
RGB197, 240, 0
HSL70.8°, 100.0%, 47.1%
CMYK18%, 0%, 100%, 6%
HSV70.8°, 100.0%, 94.1%
LAB89.0, -38.0, 86.6
XYZ54.2, 74.2, 11.5
Decimal12972032
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.84:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5F000;
}
.text-color {
color: #C5F000;
}
.border-color {
border: 2px solid #C5F000;
}