#CCFF07
A medium, vivid yellow closely aligning with Greenyellow.
About #CCFF07
The hex code #CCFF07 represents a beautifully specific shade of yellow. Its closest recognized web color is Greenyellow. In the RGB color space, it consists of 204 red, 255 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 20% C, 0% M, 97% Y, and 0% 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#CCFF07
RGB204, 255, 7
HSL72.3°, 100.0%, 51.4%
CMYK20%, 0%, 97%, 0%
HSV72.3°, 97.3%, 100.0%
LAB93.6, -41.9, 89.8
XYZ60.7, 84.4, 13.3
Decimal13434631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
17.87:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFF07;
}
.text-color {
color: #CCFF07;
}
.border-color {
border: 2px solid #CCFF07;
}