Shades of Lawn Green #70D108
Tints of Lawn Green #70D108
RGB
CMYK
RGB Variations
Color information
#70D108 (or 0x70D108) is known color: Lawn Green. HEX triplet: 70, D1 and 08. RGB value is (112,209,8). Sum of RGB (Red+Green+Blue) = 112+209+8=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 209 (82.03% from 255 or 63.53% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 209 - color contains mainly: green. Hex color #70D108 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D108 is #8F2EF7. Grayscale: #9D9D9D. Windows color (decimal): -9383672 or 577904. OLE color: 577904.
HSL color Cylindrical-coordinate representation of color #70D108: hue angle of 88.96º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70D108 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 209 | 8 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.18 |
| HSL | 88.96º | 0.93% | 0.43% | - |
| HSV(B) | 88.96º | 0.96% | 0.82% | - |
| XYZ | 29.53 | 49.06 | 8.14 | - |
| YUV | 157.08 | 43.86 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 209 | 8 | 0.46 | 0 | 0.96 | 0.18 | 88.96 | 0.93 | 0.43 |
| Hex | 70 | D1 | 8 | 2E | 0 | 60 | 12 | 59 | 5D | 2B |
| Octal | 160 | 321 | 10 | 56 | 0 | 140 | 22 | 131 | 135 | 53 |
| Binary | 1110000 | 11010001 | 1000 | 101110 | 0 | 1100000 | 10010 | 1011001 | 1011101 | 101011 |
Color Harmonies of #70D108
Complementary color
Monochromatic Colors of #70D108
Black with #70D108
Text Example
Text Example
White with #70D108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D108; }
p { color: rgb(112,209,8); }
H1.HeaderClassName
{
color: #70D108;
}
.AnyTagClassName
{
color: #70D108;
}
</style>
background-color css
<style>
a { background-color: #70D108; }
a { background-color: rgb(112,209,8); }
div.DivClassName
{
background-color: #70D108;
}
.BgClassName
{
background-color: #70D108;
}
</style>
border-color css
<style>
span { border-color: #70D108; }
span { border-color: rgb(112,209,8); }
td.TdClassName
{
border-color: #70D108;
}
.TagClassName
{
border-color: #70D108;
}
</style>