#CCFF00
A medium, vivid yellow closely aligning with Greenyellow.
About #CCFF00
When working with digital screens, the color #CCFF00 is rendered by mixing light. Its closest recognized web color is Greenyellow. This translates to an RGB value of rgb(204, 255, 0).
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, 100% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCFF00
RGB204, 255, 0
HSL72.0°, 100.0%, 50.0%
CMYK20%, 0%, 100%, 0%
HSV72.0°, 100.0%, 100.0%
LAB93.6, -41.9, 90.3
XYZ60.7, 84.4, 13.1
Decimal13434624
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.18:1
Text on #FFFFFF
FAIL
17.87:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFF00;
}
.text-color {
color: #CCFF00;
}
.border-color {
border: 2px solid #CCFF00;
}