Shades of Lawn Green #70D915
Tints of Lawn Green #70D915
RGB
CMYK
RGB Variations
Color information
#70D915 (or 0x70D915) is known color: Lawn Green. HEX triplet: 70, D9 and 15. RGB value is (112,217,21). Sum of RGB (Red+Green+Blue) = 112+217+21=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 217 (85.16% from 255 or 62% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 217 - color contains mainly: green. Hex color #70D915 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D915 is #8F26EA. Grayscale: #A3A3A3. Windows color (decimal): -9381611 or 1431920. OLE color: 1431920.
HSL color Cylindrical-coordinate representation of color #70D915: hue angle of 92.14º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70D915 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 217 | 21 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.15 |
| HSL | 92.14º | 0.82% | 0.47% | - |
| HSV(B) | 92.14º | 0.9% | 0.85% | - |
| XYZ | 31.63 | 53.12 | 9.3 | - |
| YUV | 163.26 | 47.71 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 21 | 0.48 | 0 | 0.90 | 0.15 | 92.14 | 0.82 | 0.47 |
| Hex | 70 | D9 | 15 | 30 | 0 | 5A | F | 5C | 52 | 2F |
| Octal | 160 | 331 | 25 | 60 | 0 | 132 | 17 | 134 | 122 | 57 |
| Binary | 1110000 | 11011001 | 10101 | 110000 | 0 | 1011010 | 1111 | 1011100 | 1010010 | 101111 |
Color Harmonies of #70D915
Complementary color
Monochromatic Colors of #70D915
Black with #70D915
Text Example
Text Example
White with #70D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D915; }
p { color: rgb(112,217,21); }
H1.HeaderClassName
{
color: #70D915;
}
.AnyTagClassName
{
color: #70D915;
}
</style>
background-color css
<style>
a { background-color: #70D915; }
a { background-color: rgb(112,217,21); }
div.DivClassName
{
background-color: #70D915;
}
.BgClassName
{
background-color: #70D915;
}
</style>
border-color css
<style>
span { border-color: #70D915; }
span { border-color: rgb(112,217,21); }
td.TdClassName
{
border-color: #70D915;
}
.TagClassName
{
border-color: #70D915;
}
</style>