Shades of Lawn Green #70DB19
Tints of Lawn Green #70DB19
RGB
CMYK
RGB Variations
Color information
#70DB19 (or 0x70DB19) is known color: Lawn Green. HEX triplet: 70, DB and 19. RGB value is (112,219,25). Sum of RGB (Red+Green+Blue) = 112+219+25=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 219 (85.94% from 255 or 61.52% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DB19 is #8F24E6. Grayscale: #A5A5A5. Windows color (decimal): -9381095 or 1694576. OLE color: 1694576.
HSL color Cylindrical-coordinate representation of color #70DB19: hue angle of 93.09º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70DB19 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 25 | - |
| CMYK | 0.49 | 0 | 0.89 | 0.14 |
| HSL | 93.09º | 0.8% | 0.48% | - |
| HSV(B) | 93.09º | 0.89% | 0.86% | - |
| XYZ | 32.19 | 54.18 | 9.68 | - |
| YUV | 164.89 | 49.05 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 25 | 0.49 | 0 | 0.89 | 0.14 | 93.09 | 0.8 | 0.48 |
| Hex | 70 | DB | 19 | 31 | 0 | 59 | E | 5D | 50 | 30 |
| Octal | 160 | 333 | 31 | 61 | 0 | 131 | 16 | 135 | 120 | 60 |
| Binary | 1110000 | 11011011 | 11001 | 110001 | 0 | 1011001 | 1110 | 1011101 | 1010000 | 110000 |
Color Harmonies of #70DB19
Complementary color
Monochromatic Colors of #70DB19
Black with #70DB19
Text Example
Text Example
White with #70DB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB19; }
p { color: rgb(112,219,25); }
H1.HeaderClassName
{
color: #70DB19;
}
.AnyTagClassName
{
color: #70DB19;
}
</style>
background-color css
<style>
a { background-color: #70DB19; }
a { background-color: rgb(112,219,25); }
div.DivClassName
{
background-color: #70DB19;
}
.BgClassName
{
background-color: #70DB19;
}
</style>
border-color css
<style>
span { border-color: #70DB19; }
span { border-color: rgb(112,219,25); }
td.TdClassName
{
border-color: #70DB19;
}
.TagClassName
{
border-color: #70DB19;
}
</style>