Shades of Chartreuse Yellow #DEF218
Tints of Chartreuse Yellow #DEF218
RGB
CMYK
RGB Variations
Color information
#DEF218 (or 0xDEF218) is known color: Chartreuse Yellow. HEX triplet: DE, F2 and 18. RGB value is (222,242,24). Sum of RGB (Red+Green+Blue) = 222+242+24=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 24 (9.77% from 255 or 4.92% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF218 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF218 is #210DE7. Grayscale: #D4D4D4. Windows color (decimal): -2166248 or 1635038. OLE color: 1635038.
HSL color Cylindrical-coordinate representation of color #DEF218: hue angle of 65.5º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEF218 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 24 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.05 |
| HSL | 65.5º | 0.89% | 0.52% | - |
| HSV(B) | 65.5º | 0.9% | 0.95% | - |
| XYZ | 62.04 | 79.1 | 12.86 | - |
| YUV | 211.17 | 22.37 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 24 | 0.08 | 0 | 0.90 | 0.05 | 65.5 | 0.89 | 0.52 |
| Hex | DE | F2 | 18 | 8 | 0 | 5A | 5 | 42 | 59 | 34 |
| Octal | 336 | 362 | 30 | 10 | 0 | 132 | 5 | 102 | 131 | 64 |
| Binary | 11011110 | 11110010 | 11000 | 1000 | 0 | 1011010 | 101 | 1000010 | 1011001 | 110100 |
Color Harmonies of #DEF218
Complementary color
Monochromatic Colors of #DEF218
Black with #DEF218
Text Example
Text Example
White with #DEF218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF218; }
p { color: rgb(222,242,24); }
H1.HeaderClassName
{
color: #DEF218;
}
.AnyTagClassName
{
color: #DEF218;
}
</style>
background-color css
<style>
a { background-color: #DEF218; }
a { background-color: rgb(222,242,24); }
div.DivClassName
{
background-color: #DEF218;
}
.BgClassName
{
background-color: #DEF218;
}
</style>
border-color css
<style>
span { border-color: #DEF218; }
span { border-color: rgb(222,242,24); }
td.TdClassName
{
border-color: #DEF218;
}
.TagClassName
{
border-color: #DEF218;
}
</style>