Shades of Chartreuse Yellow #DEF012
Tints of Chartreuse Yellow #DEF012
RGB
CMYK
RGB Variations
Color information
#DEF012 (or 0xDEF012) is known color: Chartreuse Yellow. HEX triplet: DE, F0 and 12. RGB value is (222,240,18). Sum of RGB (Red+Green+Blue) = 222+240+18=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF012 is #210FED. Grayscale: #D2D2D2. Windows color (decimal): -2166766 or 1241310. OLE color: 1241310.
HSL color Cylindrical-coordinate representation of color #DEF012: hue angle of 64.86º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEF012 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 18 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.06 |
| HSL | 64.86º | 0.88% | 0.51% | - |
| HSV(B) | 64.86º | 0.93% | 0.94% | - |
| XYZ | 61.39 | 77.89 | 12.37 | - |
| YUV | 209.31 | 20.04 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 18 | 0.08 | 0 | 0.92 | 0.06 | 64.86 | 0.88 | 0.51 |
| Hex | DE | F0 | 12 | 8 | 0 | 5C | 6 | 41 | 58 | 33 |
| Octal | 336 | 360 | 22 | 10 | 0 | 134 | 6 | 101 | 130 | 63 |
| Binary | 11011110 | 11110000 | 10010 | 1000 | 0 | 1011100 | 110 | 1000001 | 1011000 | 110011 |
Color Harmonies of #DEF012
Complementary color
Monochromatic Colors of #DEF012
Black with #DEF012
Text Example
Text Example
White with #DEF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF012; }
p { color: rgb(222,240,18); }
H1.HeaderClassName
{
color: #DEF012;
}
.AnyTagClassName
{
color: #DEF012;
}
</style>
background-color css
<style>
a { background-color: #DEF012; }
a { background-color: rgb(222,240,18); }
div.DivClassName
{
background-color: #DEF012;
}
.BgClassName
{
background-color: #DEF012;
}
</style>
border-color css
<style>
span { border-color: #DEF012; }
span { border-color: rgb(222,240,18); }
td.TdClassName
{
border-color: #DEF012;
}
.TagClassName
{
border-color: #DEF012;
}
</style>