Shades of Lawn Green #70D205
Tints of Lawn Green #70D205
RGB
CMYK
RGB Variations
Color information
#70D205 (or 0x70D205) is known color: Lawn Green. HEX triplet: 70, D2 and 05. RGB value is (112,210,5). Sum of RGB (Red+Green+Blue) = 112+210+5=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 210 (82.42% from 255 or 64.22% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 210 - color contains mainly: green. Hex color #70D205 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D205 is #8F2DFA. Grayscale: #9E9E9E. Windows color (decimal): -9383419 or 381552. OLE color: 381552.
HSL color Cylindrical-coordinate representation of color #70D205: hue angle of 88.68º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70D205 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 210 | 5 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.18 |
| HSL | 88.68º | 0.95% | 0.42% | - |
| HSV(B) | 88.68º | 0.98% | 0.82% | - |
| XYZ | 29.76 | 49.55 | 8.14 | - |
| YUV | 157.33 | 42.03 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 5 | 0.47 | 0 | 0.98 | 0.18 | 88.68 | 0.95 | 0.42 |
| Hex | 70 | D2 | 5 | 2F | 0 | 62 | 12 | 59 | 5F | 2A |
| Octal | 160 | 322 | 5 | 57 | 0 | 142 | 22 | 131 | 137 | 52 |
| Binary | 1110000 | 11010010 | 101 | 101111 | 0 | 1100010 | 10010 | 1011001 | 1011111 | 101010 |
Color Harmonies of #70D205
Complementary color
Monochromatic Colors of #70D205
Black with #70D205
Text Example
Text Example
White with #70D205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D205; }
p { color: rgb(112,210,5); }
H1.HeaderClassName
{
color: #70D205;
}
.AnyTagClassName
{
color: #70D205;
}
</style>
background-color css
<style>
a { background-color: #70D205; }
a { background-color: rgb(112,210,5); }
div.DivClassName
{
background-color: #70D205;
}
.BgClassName
{
background-color: #70D205;
}
</style>
border-color css
<style>
span { border-color: #70D205; }
span { border-color: rgb(112,210,5); }
td.TdClassName
{
border-color: #70D205;
}
.TagClassName
{
border-color: #70D205;
}
</style>