Shades of Lawn Green #70E510
Tints of Lawn Green #70E510
RGB
CMYK
RGB Variations
Color information
#70E510 (or 0x70E510) is known color: Lawn Green. HEX triplet: 70, E5 and 10. RGB value is (112,229,16). Sum of RGB (Red+Green+Blue) = 112+229+16=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 229 (89.84% from 255 or 64.15% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 229 - color contains mainly: green. Hex color #70E510 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E510 is #8F1AEF. Grayscale: #AAAAAA. Windows color (decimal): -9378544 or 1107312. OLE color: 1107312.
HSL color Cylindrical-coordinate representation of color #70E510: hue angle of 92.96º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70E510 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 16 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.10 |
| HSL | 92.96º | 0.87% | 0.48% | - |
| HSV(B) | 92.96º | 0.93% | 0.9% | - |
| XYZ | 34.79 | 59.52 | 10.14 | - |
| YUV | 169.74 | 41.24 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 16 | 0.51 | 0 | 0.93 | 0.10 | 92.96 | 0.87 | 0.48 |
| Hex | 70 | E5 | 10 | 33 | 0 | 5D | A | 5D | 57 | 30 |
| Octal | 160 | 345 | 20 | 63 | 0 | 135 | 12 | 135 | 127 | 60 |
| Binary | 1110000 | 11100101 | 10000 | 110011 | 0 | 1011101 | 1010 | 1011101 | 1010111 | 110000 |
Color Harmonies of #70E510
Complementary color
Monochromatic Colors of #70E510
Black with #70E510
Text Example
Text Example
White with #70E510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E510; }
p { color: rgb(112,229,16); }
H1.HeaderClassName
{
color: #70E510;
}
.AnyTagClassName
{
color: #70E510;
}
</style>
background-color css
<style>
a { background-color: #70E510; }
a { background-color: rgb(112,229,16); }
div.DivClassName
{
background-color: #70E510;
}
.BgClassName
{
background-color: #70E510;
}
</style>
border-color css
<style>
span { border-color: #70E510; }
span { border-color: rgb(112,229,16); }
td.TdClassName
{
border-color: #70E510;
}
.TagClassName
{
border-color: #70E510;
}
</style>