Shades of Chartreuse Yellow #DEF518
Tints of Chartreuse Yellow #DEF518
RGB
CMYK
RGB Variations
Color information
#DEF518 (or 0xDEF518) is known color: Chartreuse Yellow. HEX triplet: DE, F5 and 18. RGB value is (222,245,24). Sum of RGB (Red+Green+Blue) = 222+245+24=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 24 (9.77% from 255 or 4.89% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF518 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF518 is #210AE7. Grayscale: #D5D5D5. Windows color (decimal): -2165480 or 1635806. OLE color: 1635806.
HSL color Cylindrical-coordinate representation of color #DEF518: hue angle of 66.24º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEF518 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 24 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.04 |
| HSL | 66.24º | 0.92% | 0.53% | - |
| HSV(B) | 66.24º | 0.9% | 0.96% | - |
| XYZ | 62.94 | 80.9 | 13.16 | - |
| YUV | 212.93 | 21.38 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 24 | 0.09 | 0 | 0.90 | 0.04 | 66.24 | 0.92 | 0.53 |
| Hex | DE | F5 | 18 | 9 | 0 | 5A | 4 | 42 | 5C | 35 |
| Octal | 336 | 365 | 30 | 11 | 0 | 132 | 4 | 102 | 134 | 65 |
| Binary | 11011110 | 11110101 | 11000 | 1001 | 0 | 1011010 | 100 | 1000010 | 1011100 | 110101 |
Color Harmonies of #DEF518
Complementary color
Monochromatic Colors of #DEF518
Black with #DEF518
Text Example
Text Example
White with #DEF518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF518; }
p { color: rgb(222,245,24); }
H1.HeaderClassName
{
color: #DEF518;
}
.AnyTagClassName
{
color: #DEF518;
}
</style>
background-color css
<style>
a { background-color: #DEF518; }
a { background-color: rgb(222,245,24); }
div.DivClassName
{
background-color: #DEF518;
}
.BgClassName
{
background-color: #DEF518;
}
</style>
border-color css
<style>
span { border-color: #DEF518; }
span { border-color: rgb(222,245,24); }
td.TdClassName
{
border-color: #DEF518;
}
.TagClassName
{
border-color: #DEF518;
}
</style>