Shades of Lawn Green #70DE16
Tints of Lawn Green #70DE16
RGB
CMYK
RGB Variations
Color information
#70DE16 (or 0x70DE16) is known color: Lawn Green. HEX triplet: 70, DE and 16. RGB value is (112,222,22). Sum of RGB (Red+Green+Blue) = 112+222+22=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 222 (87.11% from 255 or 62.36% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DE16 is #8F21E9. Grayscale: #A6A6A6. Windows color (decimal): -9380330 or 1498736. OLE color: 1498736.
HSL color Cylindrical-coordinate representation of color #70DE16: hue angle of 93º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70DE16 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 222 | 22 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.13 |
| HSL | 93º | 0.82% | 0.48% | - |
| HSV(B) | 93º | 0.9% | 0.87% | - |
| XYZ | 32.95 | 55.75 | 9.78 | - |
| YUV | 166.31 | 46.56 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 222 | 22 | 0.50 | 0 | 0.90 | 0.13 | 93 | 0.82 | 0.48 |
| Hex | 70 | DE | 16 | 32 | 0 | 5A | D | 5D | 52 | 30 |
| Octal | 160 | 336 | 26 | 62 | 0 | 132 | 15 | 135 | 122 | 60 |
| Binary | 1110000 | 11011110 | 10110 | 110010 | 0 | 1011010 | 1101 | 1011101 | 1010010 | 110000 |
Color Harmonies of #70DE16
Complementary color
Monochromatic Colors of #70DE16
Black with #70DE16
Text Example
Text Example
White with #70DE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DE16; }
p { color: rgb(112,222,22); }
H1.HeaderClassName
{
color: #70DE16;
}
.AnyTagClassName
{
color: #70DE16;
}
</style>
background-color css
<style>
a { background-color: #70DE16; }
a { background-color: rgb(112,222,22); }
div.DivClassName
{
background-color: #70DE16;
}
.BgClassName
{
background-color: #70DE16;
}
</style>
border-color css
<style>
span { border-color: #70DE16; }
span { border-color: rgb(112,222,22); }
td.TdClassName
{
border-color: #70DE16;
}
.TagClassName
{
border-color: #70DE16;
}
</style>