Shades of Lawn Green #70D905
Tints of Lawn Green #70D905
RGB
CMYK
RGB Variations
Color information
#70D905 (or 0x70D905) is known color: Lawn Green. HEX triplet: 70, D9 and 05. RGB value is (112,217,5). Sum of RGB (Red+Green+Blue) = 112+217+5=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 217 (85.16% from 255 or 64.97% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 217 - color contains mainly: green. Hex color #70D905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D905 is #8F26FA. Grayscale: #A2A2A2. Windows color (decimal): -9381627 or 383344. OLE color: 383344.
HSL color Cylindrical-coordinate representation of color #70D905: hue angle of 89.72º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70D905 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 217 | 5 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.15 |
| HSL | 89.72º | 0.95% | 0.44% | - |
| HSV(B) | 89.72º | 0.98% | 0.85% | - |
| XYZ | 31.52 | 53.08 | 8.73 | - |
| YUV | 161.44 | 39.71 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 5 | 0.48 | 0 | 0.98 | 0.15 | 89.72 | 0.95 | 0.44 |
| Hex | 70 | D9 | 5 | 30 | 0 | 62 | F | 5A | 5F | 2C |
| Octal | 160 | 331 | 5 | 60 | 0 | 142 | 17 | 132 | 137 | 54 |
| Binary | 1110000 | 11011001 | 101 | 110000 | 0 | 1100010 | 1111 | 1011010 | 1011111 | 101100 |
Color Harmonies of #70D905
Complementary color
Monochromatic Colors of #70D905
Black with #70D905
Text Example
Text Example
White with #70D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D905; }
p { color: rgb(112,217,5); }
H1.HeaderClassName
{
color: #70D905;
}
.AnyTagClassName
{
color: #70D905;
}
</style>
background-color css
<style>
a { background-color: #70D905; }
a { background-color: rgb(112,217,5); }
div.DivClassName
{
background-color: #70D905;
}
.BgClassName
{
background-color: #70D905;
}
</style>
border-color css
<style>
span { border-color: #70D905; }
span { border-color: rgb(112,217,5); }
td.TdClassName
{
border-color: #70D905;
}
.TagClassName
{
border-color: #70D905;
}
</style>