Shades of Chartreuse Yellow #DEF018
Tints of Chartreuse Yellow #DEF018
RGB
CMYK
RGB Variations
Color information
#DEF018 (or 0xDEF018) is known color: Chartreuse Yellow. HEX triplet: DE, F0 and 18. RGB value is (222,240,24). Sum of RGB (Red+Green+Blue) = 222+240+24=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 24 (9.77% from 255 or 4.94% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF018 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF018 is #210FE7. Grayscale: #D2D2D2. Windows color (decimal): -2166760 or 1634526. OLE color: 1634526.
HSL color Cylindrical-coordinate representation of color #DEF018: hue angle of 65º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEF018 is Cyan = 0.08, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 24 | - |
| CMYK | 0.08 | 0 | 0.9 | 0.06 |
| HSL | 65º | 0.88% | 0.52% | - |
| HSV(B) | 65º | 0.9% | 0.94% | - |
| XYZ | 61.45 | 77.92 | 12.66 | - |
| YUV | 209.99 | 23.04 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 24 | 0.08 | 0 | 0.9 | 0.06 | 65 | 0.88 | 0.52 |
| Hex | DE | F0 | 18 | 8 | 0 | 5A | 6 | 41 | 58 | 34 |
| Octal | 336 | 360 | 30 | 10 | 0 | 132 | 6 | 101 | 130 | 64 |
| Binary | 11011110 | 11110000 | 11000 | 1000 | 0 | 1011010 | 110 | 1000001 | 1011000 | 110100 |
Color Harmonies of #DEF018
Complementary color
Monochromatic Colors of #DEF018
Black with #DEF018
Text Example
Text Example
White with #DEF018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF018; }
p { color: rgb(222,240,24); }
H1.HeaderClassName
{
color: #DEF018;
}
.AnyTagClassName
{
color: #DEF018;
}
</style>
background-color css
<style>
a { background-color: #DEF018; }
a { background-color: rgb(222,240,24); }
div.DivClassName
{
background-color: #DEF018;
}
.BgClassName
{
background-color: #DEF018;
}
</style>
border-color css
<style>
span { border-color: #DEF018; }
span { border-color: rgb(222,240,24); }
td.TdClassName
{
border-color: #DEF018;
}
.TagClassName
{
border-color: #DEF018;
}
</style>