Shades of Chartreuse Yellow #DEFF12
Tints of Chartreuse Yellow #DEFF12
RGB
CMYK
RGB Variations
Color information
#DEFF12 (or 0xDEFF12) is known color: Chartreuse Yellow. HEX triplet: DE, FF and 12. RGB value is (222,255,18). Sum of RGB (Red+Green+Blue) = 222+255+18=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 18 (7.42% from 255 or 3.64% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEFF12 is #2100ED. Grayscale: #DBDBDB. Windows color (decimal): -2162926 or 1245150. OLE color: 1245150.
HSL color Cylindrical-coordinate representation of color #DEFF12: hue angle of 68.35º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEFF12 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 18 | - |
| CMYK | 0.13 | 0 | 0.93 | 0 |
| HSL | 68.35º | 1% | 0.54% | - |
| HSV(B) | 68.35º | 0.93% | 1% | - |
| XYZ | 65.99 | 87.09 | 13.9 | - |
| YUV | 218.12 | 15.07 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 18 | 0.13 | 0 | 0.93 | 0 | 68.35 | 1 | 0.54 |
| Hex | DE | FF | 12 | D | 0 | 5D | 0 | 44 | 64 | 36 |
| Octal | 336 | 377 | 22 | 15 | 0 | 135 | 0 | 104 | 144 | 66 |
| Binary | 11011110 | 11111111 | 10010 | 1101 | 0 | 1011101 | 0 | 1000100 | 1100100 | 110110 |
Color Harmonies of #DEFF12
Complementary color
Monochromatic Colors of #DEFF12
Black with #DEFF12
Text Example
Text Example
White with #DEFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF12; }
p { color: rgb(222,255,18); }
H1.HeaderClassName
{
color: #DEFF12;
}
.AnyTagClassName
{
color: #DEFF12;
}
</style>
background-color css
<style>
a { background-color: #DEFF12; }
a { background-color: rgb(222,255,18); }
div.DivClassName
{
background-color: #DEFF12;
}
.BgClassName
{
background-color: #DEFF12;
}
</style>
border-color css
<style>
span { border-color: #DEFF12; }
span { border-color: rgb(222,255,18); }
td.TdClassName
{
border-color: #DEFF12;
}
.TagClassName
{
border-color: #DEFF12;
}
</style>