#CCF01D
A medium, vivid yellow closely aligning with Greenyellow.
About #CCF01D
When working with digital screens, the color #CCF01D is rendered by mixing light. It is closely associated with the named CSS color Greenyellow. In the RGB color space, it consists of 204 red, 240 green, and 29 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 15% cyan and 0% magenta inks. With a hue angle of 70.2 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCF01D
RGB204, 240, 29
HSL70.2°, 87.6%, 52.7%
CMYK15%, 0%, 88%, 6%
HSV70.2°, 87.9%, 94.1%
LAB89.5, -34.9, 84.1
XYZ56.3, 75.2, 12.7
Decimal13430813
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.05:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF01D;
}
.text-color {
color: #CCF01D;
}
.border-color {
border: 2px solid #CCF01D;
}