Shades of Chartreuse Yellow #DEFC02
Tints of Chartreuse Yellow #DEFC02
RGB
CMYK
RGB Variations
Color information
#DEFC02 (or 0xDEFC02) is known color: Chartreuse Yellow. HEX triplet: DE, FC and 02. RGB value is (222,252,2). Sum of RGB (Red+Green+Blue) = 222+252+2=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 2 (1.17% from 255 or 0.42% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFC02 is #2103FD. Grayscale: #D7D7D7. Windows color (decimal): -2163710 or 195806. OLE color: 195806.
HSL color Cylindrical-coordinate representation of color #DEFC02: hue angle of 67.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DEFC02 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.01 |
| HSL | 67.2º | 0.98% | 0.5% | - |
| HSV(B) | 67.2º | 0.99% | 0.99% | - |
| XYZ | 64.95 | 85.15 | 13.07 | - |
| YUV | 214.53 | 8.06 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 2 | 0.12 | 0 | 0.99 | 0.01 | 67.2 | 0.98 | 0.5 |
| Hex | DE | FC | 2 | C | 0 | 63 | 1 | 43 | 62 | 32 |
| Octal | 336 | 374 | 2 | 14 | 0 | 143 | 1 | 103 | 142 | 62 |
| Binary | 11011110 | 11111100 | 10 | 1100 | 0 | 1100011 | 1 | 1000011 | 1100010 | 110010 |
Color Harmonies of #DEFC02
Complementary color
Monochromatic Colors of #DEFC02
Black with #DEFC02
Text Example
Text Example
White with #DEFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC02; }
p { color: rgb(222,252,2); }
H1.HeaderClassName
{
color: #DEFC02;
}
.AnyTagClassName
{
color: #DEFC02;
}
</style>
background-color css
<style>
a { background-color: #DEFC02; }
a { background-color: rgb(222,252,2); }
div.DivClassName
{
background-color: #DEFC02;
}
.BgClassName
{
background-color: #DEFC02;
}
</style>
border-color css
<style>
span { border-color: #DEFC02; }
span { border-color: rgb(222,252,2); }
td.TdClassName
{
border-color: #DEFC02;
}
.TagClassName
{
border-color: #DEFC02;
}
</style>