Shades of Chartreuse Yellow #DEF212
Tints of Chartreuse Yellow #DEF212
RGB
CMYK
RGB Variations
Color information
#DEF212 (or 0xDEF212) is known color: Chartreuse Yellow. HEX triplet: DE, F2 and 12. RGB value is (222,242,18). Sum of RGB (Red+Green+Blue) = 222+242+18=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF212 is #210DED. Grayscale: #D3D3D3. Windows color (decimal): -2166254 or 1241822. OLE color: 1241822.
HSL color Cylindrical-coordinate representation of color #DEF212: hue angle of 65.36º 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 #DEF212 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 18 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.05 |
| HSL | 65.36º | 0.9% | 0.51% | - |
| HSV(B) | 65.36º | 0.93% | 0.95% | - |
| XYZ | 61.99 | 79.08 | 12.57 | - |
| YUV | 210.48 | 19.37 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 18 | 0.08 | 0 | 0.93 | 0.05 | 65.36 | 0.9 | 0.51 |
| Hex | DE | F2 | 12 | 8 | 0 | 5D | 5 | 41 | 5A | 33 |
| Octal | 336 | 362 | 22 | 10 | 0 | 135 | 5 | 101 | 132 | 63 |
| Binary | 11011110 | 11110010 | 10010 | 1000 | 0 | 1011101 | 101 | 1000001 | 1011010 | 110011 |
Color Harmonies of #DEF212
Complementary color
Monochromatic Colors of #DEF212
Black with #DEF212
Text Example
Text Example
White with #DEF212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF212; }
p { color: rgb(222,242,18); }
H1.HeaderClassName
{
color: #DEF212;
}
.AnyTagClassName
{
color: #DEF212;
}
</style>
background-color css
<style>
a { background-color: #DEF212; }
a { background-color: rgb(222,242,18); }
div.DivClassName
{
background-color: #DEF212;
}
.BgClassName
{
background-color: #DEF212;
}
</style>
border-color css
<style>
span { border-color: #DEF212; }
span { border-color: rgb(222,242,18); }
td.TdClassName
{
border-color: #DEF212;
}
.TagClassName
{
border-color: #DEF212;
}
</style>