#CCF80F
A medium, vivid yellow closely aligning with Greenyellow.
About #CCF80F
At its core, #CCF80F is a medium and vivid hue. Designers often compare it to the standard color Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 248, and 15.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 18% Cyan, 0% Magenta, 94% Yellow, and 3% Black. With a hue angle of 71.3 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCF80F
RGB204, 248, 15
HSL71.3°, 94.3%, 51.6%
CMYK18%, 0%, 94%, 3%
HSV71.3°, 94.0%, 97.3%
LAB91.7, -38.7, 87.7
XYZ58.6, 80.0, 12.8
Decimal13432847
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
17.00:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF80F;
}
.text-color {
color: #CCF80F;
}
.border-color {
border: 2px solid #CCF80F;
}