Shades of Lawn Green #70D607
Tints of Lawn Green #70D607
RGB
CMYK
RGB Variations
Color information
#70D607 (or 0x70D607) is known color: Lawn Green. HEX triplet: 70, D6 and 07. RGB value is (112,214,7). Sum of RGB (Red+Green+Blue) = 112+214+7=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 214 (83.98% from 255 or 64.26% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 214 - color contains mainly: green. Hex color #70D607 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D607 is #8F29F8. Grayscale: #A0A0A0. Windows color (decimal): -9382393 or 513648. OLE color: 513648.
HSL color Cylindrical-coordinate representation of color #70D607: hue angle of 89.57º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70D607 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 7 | - |
| CMYK | 0.48 | 0 | 0.97 | 0.16 |
| HSL | 89.57º | 0.94% | 0.43% | - |
| HSV(B) | 89.57º | 0.97% | 0.84% | - |
| XYZ | 30.77 | 51.55 | 8.53 | - |
| YUV | 159.9 | 41.71 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 7 | 0.48 | 0 | 0.97 | 0.16 | 89.57 | 0.94 | 0.43 |
| Hex | 70 | D6 | 7 | 30 | 0 | 61 | 10 | 5A | 5E | 2B |
| Octal | 160 | 326 | 7 | 60 | 0 | 141 | 20 | 132 | 136 | 53 |
| Binary | 1110000 | 11010110 | 111 | 110000 | 0 | 1100001 | 10000 | 1011010 | 1011110 | 101011 |
Color Harmonies of #70D607
Complementary color
Monochromatic Colors of #70D607
Black with #70D607
Text Example
Text Example
White with #70D607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D607; }
p { color: rgb(112,214,7); }
H1.HeaderClassName
{
color: #70D607;
}
.AnyTagClassName
{
color: #70D607;
}
</style>
background-color css
<style>
a { background-color: #70D607; }
a { background-color: rgb(112,214,7); }
div.DivClassName
{
background-color: #70D607;
}
.BgClassName
{
background-color: #70D607;
}
</style>
border-color css
<style>
span { border-color: #70D607; }
span { border-color: rgb(112,214,7); }
td.TdClassName
{
border-color: #70D607;
}
.TagClassName
{
border-color: #70D607;
}
</style>