Shades of Lawn Green #70D810
Tints of Lawn Green #70D810
RGB
CMYK
RGB Variations
Color information
#70D810 (or 0x70D810) is known color: Lawn Green. HEX triplet: 70, D8 and 10. RGB value is (112,216,16). Sum of RGB (Red+Green+Blue) = 112+216+16=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 216 (84.77% from 255 or 62.79% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 216 - color contains mainly: green. Hex color #70D810 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D810 is #8F27EF. Grayscale: #A2A2A2. Windows color (decimal): -9381872 or 1103984. OLE color: 1103984.
HSL color Cylindrical-coordinate representation of color #70D810: hue angle of 91.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70D810 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 216 | 16 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.15 |
| HSL | 91.2º | 0.86% | 0.45% | - |
| HSV(B) | 91.2º | 0.93% | 0.85% | - |
| XYZ | 31.33 | 52.59 | 8.99 | - |
| YUV | 162.1 | 45.54 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 216 | 16 | 0.48 | 0 | 0.93 | 0.15 | 91.2 | 0.86 | 0.45 |
| Hex | 70 | D8 | 10 | 30 | 0 | 5D | F | 5B | 56 | 2D |
| Octal | 160 | 330 | 20 | 60 | 0 | 135 | 17 | 133 | 126 | 55 |
| Binary | 1110000 | 11011000 | 10000 | 110000 | 0 | 1011101 | 1111 | 1011011 | 1010110 | 101101 |
Color Harmonies of #70D810
Complementary color
Monochromatic Colors of #70D810
Black with #70D810
Text Example
Text Example
White with #70D810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D810; }
p { color: rgb(112,216,16); }
H1.HeaderClassName
{
color: #70D810;
}
.AnyTagClassName
{
color: #70D810;
}
</style>
background-color css
<style>
a { background-color: #70D810; }
a { background-color: rgb(112,216,16); }
div.DivClassName
{
background-color: #70D810;
}
.BgClassName
{
background-color: #70D810;
}
</style>
border-color css
<style>
span { border-color: #70D810; }
span { border-color: rgb(112,216,16); }
td.TdClassName
{
border-color: #70D810;
}
.TagClassName
{
border-color: #70D810;
}
</style>