Shades of Chartreuse Yellow #DEFE02
Tints of Chartreuse Yellow #DEFE02
RGB
CMYK
RGB Variations
Color information
#DEFE02 (or 0xDEFE02) is known color: Chartreuse Yellow. HEX triplet: DE, FE and 02. RGB value is (222,254,2). Sum of RGB (Red+Green+Blue) = 222+254+2=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 2 (1.17% from 255 or 0.42% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFE02 is #2101FD. Grayscale: #D8D8D8. Windows color (decimal): -2163198 or 196318. OLE color: 196318.
HSL color Cylindrical-coordinate representation of color #DEFE02: hue angle of 67.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DEFE02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.00 |
| HSL | 67.62º | 0.99% | 0.5% | - |
| HSV(B) | 67.62º | 0.99% | 1% | - |
| XYZ | 65.58 | 86.42 | 13.28 | - |
| YUV | 215.7 | 7.4 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 2 | 0.13 | 0 | 0.99 | 0.00 | 67.62 | 0.99 | 0.5 |
| Hex | DE | FE | 2 | D | 0 | 63 | 0 | 44 | 63 | 32 |
| Octal | 336 | 376 | 2 | 15 | 0 | 143 | 0 | 104 | 143 | 62 |
| Binary | 11011110 | 11111110 | 10 | 1101 | 0 | 1100011 | 0 | 1000100 | 1100011 | 110010 |
Color Harmonies of #DEFE02
Complementary color
Monochromatic Colors of #DEFE02
Black with #DEFE02
Text Example
Text Example
White with #DEFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE02; }
p { color: rgb(222,254,2); }
H1.HeaderClassName
{
color: #DEFE02;
}
.AnyTagClassName
{
color: #DEFE02;
}
</style>
background-color css
<style>
a { background-color: #DEFE02; }
a { background-color: rgb(222,254,2); }
div.DivClassName
{
background-color: #DEFE02;
}
.BgClassName
{
background-color: #DEFE02;
}
</style>
border-color css
<style>
span { border-color: #DEFE02; }
span { border-color: rgb(222,254,2); }
td.TdClassName
{
border-color: #DEFE02;
}
.TagClassName
{
border-color: #DEFE02;
}
</style>