Shades of Chartreuse Yellow #DEF211
Tints of Chartreuse Yellow #DEF211
RGB
CMYK
RGB Variations
Color information
#DEF211 (or 0xDEF211) is known color: Chartreuse Yellow. HEX triplet: DE, F2 and 11. RGB value is (222,242,17). Sum of RGB (Red+Green+Blue) = 222+242+17=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 17 (7.03% from 255 or 3.53% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF211 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF211 is #210DEE. Grayscale: #D3D3D3. Windows color (decimal): -2166255 or 1176286. OLE color: 1176286.
HSL color Cylindrical-coordinate representation of color #DEF211: hue angle of 65.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEF211 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 17 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.05 |
| HSL | 65.33º | 0.9% | 0.51% | - |
| HSV(B) | 65.33º | 0.93% | 0.95% | - |
| XYZ | 61.98 | 79.07 | 12.53 | - |
| YUV | 210.37 | 18.87 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 17 | 0.08 | 0 | 0.93 | 0.05 | 65.33 | 0.9 | 0.51 |
| Hex | DE | F2 | 11 | 8 | 0 | 5D | 5 | 41 | 5A | 33 |
| Octal | 336 | 362 | 21 | 10 | 0 | 135 | 5 | 101 | 132 | 63 |
| Binary | 11011110 | 11110010 | 10001 | 1000 | 0 | 1011101 | 101 | 1000001 | 1011010 | 110011 |
Color Harmonies of #DEF211
Complementary color
Monochromatic Colors of #DEF211
Black with #DEF211
Text Example
Text Example
White with #DEF211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF211; }
p { color: rgb(222,242,17); }
H1.HeaderClassName
{
color: #DEF211;
}
.AnyTagClassName
{
color: #DEF211;
}
</style>
background-color css
<style>
a { background-color: #DEF211; }
a { background-color: rgb(222,242,17); }
div.DivClassName
{
background-color: #DEF211;
}
.BgClassName
{
background-color: #DEF211;
}
</style>
border-color css
<style>
span { border-color: #DEF211; }
span { border-color: rgb(222,242,17); }
td.TdClassName
{
border-color: #DEF211;
}
.TagClassName
{
border-color: #DEF211;
}
</style>