Shades of Lawn Green #70D90B
Tints of Lawn Green #70D90B
RGB
CMYK
RGB Variations
Color information
#70D90B (or 0x70D90B) is known color: Lawn Green. HEX triplet: 70, D9 and 0B. RGB value is (112,217,11). Sum of RGB (Red+Green+Blue) = 112+217+11=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 217 (85.16% from 255 or 63.82% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 217 - color contains mainly: green. Hex color #70D90B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D90B is #8F26F4. Grayscale: #A2A2A2. Windows color (decimal): -9381621 or 776560. OLE color: 776560.
HSL color Cylindrical-coordinate representation of color #70D90B: hue angle of 90.58º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70D90B is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 217 | 11 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.15 |
| HSL | 90.58º | 0.9% | 0.45% | - |
| HSV(B) | 90.58º | 0.95% | 0.85% | - |
| XYZ | 31.56 | 53.09 | 8.9 | - |
| YUV | 162.12 | 42.71 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 11 | 0.48 | 0 | 0.95 | 0.15 | 90.58 | 0.9 | 0.45 |
| Hex | 70 | D9 | B | 30 | 0 | 5F | F | 5B | 5A | 2D |
| Octal | 160 | 331 | 13 | 60 | 0 | 137 | 17 | 133 | 132 | 55 |
| Binary | 1110000 | 11011001 | 1011 | 110000 | 0 | 1011111 | 1111 | 1011011 | 1011010 | 101101 |
Color Harmonies of #70D90B
Complementary color
Monochromatic Colors of #70D90B
Black with #70D90B
Text Example
Text Example
White with #70D90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D90B; }
p { color: rgb(112,217,11); }
H1.HeaderClassName
{
color: #70D90B;
}
.AnyTagClassName
{
color: #70D90B;
}
</style>
background-color css
<style>
a { background-color: #70D90B; }
a { background-color: rgb(112,217,11); }
div.DivClassName
{
background-color: #70D90B;
}
.BgClassName
{
background-color: #70D90B;
}
</style>
border-color css
<style>
span { border-color: #70D90B; }
span { border-color: rgb(112,217,11); }
td.TdClassName
{
border-color: #70D90B;
}
.TagClassName
{
border-color: #70D90B;
}
</style>