#C5FF07
A medium, vivid yellow closely aligning with Greenyellow.
About #C5FF07
The precise color #C5FF07 is an excellent choice for modern design projects. Designers often compare it to the standard color Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 255, and 7.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 23% cyan and 0% magenta inks. The HSL representation is 74.0° hue, 100.0% saturation, and 51.4% lightness.
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#C5FF07
RGB197, 255, 7
HSL74.0°, 100.0%, 51.4%
CMYK23%, 0%, 97%, 0%
HSV74.0°, 97.3%, 100.0%
LAB93.2, -44.6, 89.3
XYZ58.8, 83.4, 13.2
Decimal12975879
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.68:1
Text on #000000
AAA
1.14:1
Text on #F8FAFC
FAIL
15.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5FF07;
}
.text-color {
color: #C5FF07;
}
.border-color {
border: 2px solid #C5FF07;
}