Shades of Lawn Green #70D714
Tints of Lawn Green #70D714
RGB
CMYK
RGB Variations
Color information
#70D714 (or 0x70D714) is known color: Lawn Green. HEX triplet: 70, D7 and 14. RGB value is (112,215,20). Sum of RGB (Red+Green+Blue) = 112+215+20=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 215 (84.38% from 255 or 61.96% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 215 - color contains mainly: green. Hex color #70D714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D714 is #8F28EB. Grayscale: #A2A2A2. Windows color (decimal): -9382124 or 1365872. OLE color: 1365872.
HSL color Cylindrical-coordinate representation of color #70D714: hue angle of 91.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70D714 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 215 | 20 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.16 |
| HSL | 91.69º | 0.83% | 0.46% | - |
| HSV(B) | 91.69º | 0.91% | 0.84% | - |
| XYZ | 31.11 | 52.1 | 9.08 | - |
| YUV | 161.97 | 47.88 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 215 | 20 | 0.48 | 0 | 0.91 | 0.16 | 91.69 | 0.83 | 0.46 |
| Hex | 70 | D7 | 14 | 30 | 0 | 5B | 10 | 5C | 53 | 2E |
| Octal | 160 | 327 | 24 | 60 | 0 | 133 | 20 | 134 | 123 | 56 |
| Binary | 1110000 | 11010111 | 10100 | 110000 | 0 | 1011011 | 10000 | 1011100 | 1010011 | 101110 |
Color Harmonies of #70D714
Complementary color
Monochromatic Colors of #70D714
Black with #70D714
Text Example
Text Example
White with #70D714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D714; }
p { color: rgb(112,215,20); }
H1.HeaderClassName
{
color: #70D714;
}
.AnyTagClassName
{
color: #70D714;
}
</style>
background-color css
<style>
a { background-color: #70D714; }
a { background-color: rgb(112,215,20); }
div.DivClassName
{
background-color: #70D714;
}
.BgClassName
{
background-color: #70D714;
}
</style>
border-color css
<style>
span { border-color: #70D714; }
span { border-color: rgb(112,215,20); }
td.TdClassName
{
border-color: #70D714;
}
.TagClassName
{
border-color: #70D714;
}
</style>