Shades of Chartreuse Yellow #DEF213
Tints of Chartreuse Yellow #DEF213
RGB
CMYK
RGB Variations
Color information
#DEF213 (or 0xDEF213) is known color: Chartreuse Yellow. HEX triplet: DE, F2 and 13. RGB value is (222,242,19). Sum of RGB (Red+Green+Blue) = 222+242+19=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 19 (7.81% from 255 or 3.93% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF213 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF213 is #210DEC. Grayscale: #D3D3D3. Windows color (decimal): -2166253 or 1307358. OLE color: 1307358.
HSL color Cylindrical-coordinate representation of color #DEF213: hue angle of 65.38º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEF213 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 19 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.05 |
| HSL | 65.38º | 0.9% | 0.51% | - |
| HSV(B) | 65.38º | 0.92% | 0.95% | - |
| XYZ | 61.99 | 79.08 | 12.61 | - |
| YUV | 210.6 | 19.87 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 19 | 0.08 | 0 | 0.92 | 0.05 | 65.38 | 0.9 | 0.51 |
| Hex | DE | F2 | 13 | 8 | 0 | 5C | 5 | 41 | 5A | 33 |
| Octal | 336 | 362 | 23 | 10 | 0 | 134 | 5 | 101 | 132 | 63 |
| Binary | 11011110 | 11110010 | 10011 | 1000 | 0 | 1011100 | 101 | 1000001 | 1011010 | 110011 |
Color Harmonies of #DEF213
Complementary color
Monochromatic Colors of #DEF213
Black with #DEF213
Text Example
Text Example
White with #DEF213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF213; }
p { color: rgb(222,242,19); }
H1.HeaderClassName
{
color: #DEF213;
}
.AnyTagClassName
{
color: #DEF213;
}
</style>
background-color css
<style>
a { background-color: #DEF213; }
a { background-color: rgb(222,242,19); }
div.DivClassName
{
background-color: #DEF213;
}
.BgClassName
{
background-color: #DEF213;
}
</style>
border-color css
<style>
span { border-color: #DEF213; }
span { border-color: rgb(222,242,19); }
td.TdClassName
{
border-color: #DEF213;
}
.TagClassName
{
border-color: #DEF213;
}
</style>