Shades of Lawn Green #70D617
Tints of Lawn Green #70D617
RGB
CMYK
RGB Variations
Color information
#70D617 (or 0x70D617) is known color: Lawn Green. HEX triplet: 70, D6 and 17. RGB value is (112,214,23). Sum of RGB (Red+Green+Blue) = 112+214+23=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #70D617 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D617 is #8F29E8. Grayscale: #A2A2A2. Windows color (decimal): -9382377 or 1562224. OLE color: 1562224.
HSL color Cylindrical-coordinate representation of color #70D617: hue angle of 92.04º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70D617 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 23 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.16 |
| HSL | 92.04º | 0.81% | 0.46% | - |
| HSV(B) | 92.04º | 0.89% | 0.84% | - |
| XYZ | 30.88 | 51.6 | 9.14 | - |
| YUV | 161.73 | 49.71 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 23 | 0.48 | 0 | 0.89 | 0.16 | 92.04 | 0.81 | 0.46 |
| Hex | 70 | D6 | 17 | 30 | 0 | 59 | 10 | 5C | 51 | 2E |
| Octal | 160 | 326 | 27 | 60 | 0 | 131 | 20 | 134 | 121 | 56 |
| Binary | 1110000 | 11010110 | 10111 | 110000 | 0 | 1011001 | 10000 | 1011100 | 1010001 | 101110 |
Color Harmonies of #70D617
Complementary color
Monochromatic Colors of #70D617
Black with #70D617
Text Example
Text Example
White with #70D617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D617; }
p { color: rgb(112,214,23); }
H1.HeaderClassName
{
color: #70D617;
}
.AnyTagClassName
{
color: #70D617;
}
</style>
background-color css
<style>
a { background-color: #70D617; }
a { background-color: rgb(112,214,23); }
div.DivClassName
{
background-color: #70D617;
}
.BgClassName
{
background-color: #70D617;
}
</style>
border-color css
<style>
span { border-color: #70D617; }
span { border-color: rgb(112,214,23); }
td.TdClassName
{
border-color: #70D617;
}
.TagClassName
{
border-color: #70D617;
}
</style>