Shades of Chartreuse Yellow #DEF512
Tints of Chartreuse Yellow #DEF512
RGB
CMYK
RGB Variations
Color information
#DEF512 (or 0xDEF512) is known color: Chartreuse Yellow. HEX triplet: DE, F5 and 12. RGB value is (222,245,18). Sum of RGB (Red+Green+Blue) = 222+245+18=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 18 (7.42% from 255 or 3.71% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF512 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF512 is #210AED. Grayscale: #D5D5D5. Windows color (decimal): -2165486 or 1242590. OLE color: 1242590.
HSL color Cylindrical-coordinate representation of color #DEF512: hue angle of 66.08º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEF512 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 18 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.04 |
| HSL | 66.08º | 0.92% | 0.52% | - |
| HSV(B) | 66.08º | 0.93% | 0.96% | - |
| XYZ | 62.89 | 80.88 | 12.87 | - |
| YUV | 212.25 | 18.38 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 18 | 0.09 | 0 | 0.93 | 0.04 | 66.08 | 0.92 | 0.52 |
| Hex | DE | F5 | 12 | 9 | 0 | 5D | 4 | 42 | 5C | 34 |
| Octal | 336 | 365 | 22 | 11 | 0 | 135 | 4 | 102 | 134 | 64 |
| Binary | 11011110 | 11110101 | 10010 | 1001 | 0 | 1011101 | 100 | 1000010 | 1011100 | 110100 |
Color Harmonies of #DEF512
Complementary color
Monochromatic Colors of #DEF512
Black with #DEF512
Text Example
Text Example
White with #DEF512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF512; }
p { color: rgb(222,245,18); }
H1.HeaderClassName
{
color: #DEF512;
}
.AnyTagClassName
{
color: #DEF512;
}
</style>
background-color css
<style>
a { background-color: #DEF512; }
a { background-color: rgb(222,245,18); }
div.DivClassName
{
background-color: #DEF512;
}
.BgClassName
{
background-color: #DEF512;
}
</style>
border-color css
<style>
span { border-color: #DEF512; }
span { border-color: rgb(222,245,18); }
td.TdClassName
{
border-color: #DEF512;
}
.TagClassName
{
border-color: #DEF512;
}
</style>