Shades of Chartreuse Yellow #DEF010
Tints of Chartreuse Yellow #DEF010
RGB
CMYK
RGB Variations
Color information
#DEF010 (or 0xDEF010) is known color: Chartreuse Yellow. HEX triplet: DE, F0 and 10. RGB value is (222,240,16). Sum of RGB (Red+Green+Blue) = 222+240+16=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 16 (6.64% from 255 or 3.35% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF010 is #210FEF. Grayscale: #D1D1D1. Windows color (decimal): -2166768 or 1110238. OLE color: 1110238.
HSL color Cylindrical-coordinate representation of color #DEF010: hue angle of 64.82º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEF010 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 16 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.06 |
| HSL | 64.82º | 0.88% | 0.5% | - |
| HSV(B) | 64.82º | 0.93% | 0.94% | - |
| XYZ | 61.38 | 77.89 | 12.29 | - |
| YUV | 209.08 | 19.04 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 16 | 0.08 | 0 | 0.93 | 0.06 | 64.82 | 0.88 | 0.5 |
| Hex | DE | F0 | 10 | 8 | 0 | 5D | 6 | 41 | 58 | 32 |
| Octal | 336 | 360 | 20 | 10 | 0 | 135 | 6 | 101 | 130 | 62 |
| Binary | 11011110 | 11110000 | 10000 | 1000 | 0 | 1011101 | 110 | 1000001 | 1011000 | 110010 |
Color Harmonies of #DEF010
Complementary color
Monochromatic Colors of #DEF010
Black with #DEF010
Text Example
Text Example
White with #DEF010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF010; }
p { color: rgb(222,240,16); }
H1.HeaderClassName
{
color: #DEF010;
}
.AnyTagClassName
{
color: #DEF010;
}
</style>
background-color css
<style>
a { background-color: #DEF010; }
a { background-color: rgb(222,240,16); }
div.DivClassName
{
background-color: #DEF010;
}
.BgClassName
{
background-color: #DEF010;
}
</style>
border-color css
<style>
span { border-color: #DEF010; }
span { border-color: rgb(222,240,16); }
td.TdClassName
{
border-color: #DEF010;
}
.TagClassName
{
border-color: #DEF010;
}
</style>