Shades of Chartreuse Yellow #DEF802
Tints of Chartreuse Yellow #DEF802
RGB
CMYK
RGB Variations
Color information
#DEF802 (or 0xDEF802) is known color: Chartreuse Yellow. HEX triplet: DE, F8 and 02. RGB value is (222,248,2). Sum of RGB (Red+Green+Blue) = 222+248+2=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 248 (97.27% from 255 or 52.54% from 472); Blue value is 2 (1.17% from 255 or 0.42% from 472); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF802 is #2107FD. Grayscale: #D5D5D5. Windows color (decimal): -2164734 or 194782. OLE color: 194782.
HSL color Cylindrical-coordinate representation of color #DEF802: hue angle of 66.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DEF802 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.03 |
| HSL | 66.34º | 0.98% | 0.49% | - |
| HSV(B) | 66.34º | 0.99% | 0.97% | - |
| XYZ | 63.7 | 82.67 | 12.66 | - |
| YUV | 212.18 | 9.39 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 2 | 0.10 | 0 | 0.99 | 0.03 | 66.34 | 0.98 | 0.49 |
| Hex | DE | F8 | 2 | A | 0 | 63 | 3 | 42 | 62 | 31 |
| Octal | 336 | 370 | 2 | 12 | 0 | 143 | 3 | 102 | 142 | 61 |
| Binary | 11011110 | 11111000 | 10 | 1010 | 0 | 1100011 | 11 | 1000010 | 1100010 | 110001 |
Color Harmonies of #DEF802
Complementary color
Monochromatic Colors of #DEF802
Black with #DEF802
Text Example
Text Example
White with #DEF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF802; }
p { color: rgb(222,248,2); }
H1.HeaderClassName
{
color: #DEF802;
}
.AnyTagClassName
{
color: #DEF802;
}
</style>
background-color css
<style>
a { background-color: #DEF802; }
a { background-color: rgb(222,248,2); }
div.DivClassName
{
background-color: #DEF802;
}
.BgClassName
{
background-color: #DEF802;
}
</style>
border-color css
<style>
span { border-color: #DEF802; }
span { border-color: rgb(222,248,2); }
td.TdClassName
{
border-color: #DEF802;
}
.TagClassName
{
border-color: #DEF802;
}
</style>