Shades of Lawn Green #70D91D
Tints of Lawn Green #70D91D
RGB
CMYK
RGB Variations
Color information
#70D91D (or 0x70D91D) is known color: Lawn Green. HEX triplet: 70, D9 and 1D. RGB value is (112,217,29). Sum of RGB (Red+Green+Blue) = 112+217+29=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 217 (85.16% from 255 or 60.61% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 217 - color contains mainly: green. Hex color #70D91D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D91D is #8F26E2. Grayscale: #A4A4A4. Windows color (decimal): -9381603 or 1956208. OLE color: 1956208.
HSL color Cylindrical-coordinate representation of color #70D91D: hue angle of 93.51º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70D91D is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 217 | 29 | - |
| CMYK | 0.48 | 0 | 0.87 | 0.15 |
| HSL | 93.51º | 0.76% | 0.48% | - |
| HSV(B) | 93.51º | 0.87% | 0.85% | - |
| XYZ | 31.72 | 53.16 | 9.75 | - |
| YUV | 164.17 | 51.71 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 29 | 0.48 | 0 | 0.87 | 0.15 | 93.51 | 0.76 | 0.48 |
| Hex | 70 | D9 | 1D | 30 | 0 | 57 | F | 5E | 4C | 30 |
| Octal | 160 | 331 | 35 | 60 | 0 | 127 | 17 | 136 | 114 | 60 |
| Binary | 1110000 | 11011001 | 11101 | 110000 | 0 | 1010111 | 1111 | 1011110 | 1001100 | 110000 |
Color Harmonies of #70D91D
Complementary color
Monochromatic Colors of #70D91D
Black with #70D91D
Text Example
Text Example
White with #70D91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D91D; }
p { color: rgb(112,217,29); }
H1.HeaderClassName
{
color: #70D91D;
}
.AnyTagClassName
{
color: #70D91D;
}
</style>
background-color css
<style>
a { background-color: #70D91D; }
a { background-color: rgb(112,217,29); }
div.DivClassName
{
background-color: #70D91D;
}
.BgClassName
{
background-color: #70D91D;
}
</style>
border-color css
<style>
span { border-color: #70D91D; }
span { border-color: rgb(112,217,29); }
td.TdClassName
{
border-color: #70D91D;
}
.TagClassName
{
border-color: #70D91D;
}
</style>