Shades of Chartreuse Yellow #DEFF02
Tints of Chartreuse Yellow #DEFF02
RGB
CMYK
RGB Variations
Color information
#DEFF02 (or 0xDEFF02) is known color: Chartreuse Yellow. HEX triplet: DE, FF and 02. RGB value is (222,255,2). Sum of RGB (Red+Green+Blue) = 222+255+2=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 2 (1.17% from 255 or 0.42% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFF02 is #2100FD. Grayscale: #D9D9D9. Windows color (decimal): -2162942 or 196574. OLE color: 196574.
HSL color Cylindrical-coordinate representation of color #DEFF02: hue angle of 67.83º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DEFF02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0 |
| HSL | 67.83º | 1% | 0.5% | - |
| HSV(B) | 67.83º | 0.99% | 1% | - |
| XYZ | 65.9 | 87.05 | 13.39 | - |
| YUV | 216.29 | 7.07 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 2 | 0.13 | 0 | 0.99 | 0 | 67.83 | 1 | 0.5 |
| Hex | DE | FF | 2 | D | 0 | 63 | 0 | 44 | 64 | 32 |
| Octal | 336 | 377 | 2 | 15 | 0 | 143 | 0 | 104 | 144 | 62 |
| Binary | 11011110 | 11111111 | 10 | 1101 | 0 | 1100011 | 0 | 1000100 | 1100100 | 110010 |
Color Harmonies of #DEFF02
Complementary color
Monochromatic Colors of #DEFF02
Black with #DEFF02
Text Example
Text Example
White with #DEFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF02; }
p { color: rgb(222,255,2); }
H1.HeaderClassName
{
color: #DEFF02;
}
.AnyTagClassName
{
color: #DEFF02;
}
</style>
background-color css
<style>
a { background-color: #DEFF02; }
a { background-color: rgb(222,255,2); }
div.DivClassName
{
background-color: #DEFF02;
}
.BgClassName
{
background-color: #DEFF02;
}
</style>
border-color css
<style>
span { border-color: #DEFF02; }
span { border-color: rgb(222,255,2); }
td.TdClassName
{
border-color: #DEFF02;
}
.TagClassName
{
border-color: #DEFF02;
}
</style>