Shades of Lawn Green #70DB1F
Tints of Lawn Green #70DB1F
RGB
CMYK
RGB Variations
Color information
#70DB1F (or 0x70DB1F) is known color: Lawn Green. HEX triplet: 70, DB and 1F. RGB value is (112,219,31). Sum of RGB (Red+Green+Blue) = 112+219+31=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DB1F is #8F24E0. Grayscale: #A6A6A6. Windows color (decimal): -9381089 or 2087792. OLE color: 2087792.
HSL color Cylindrical-coordinate representation of color #70DB1F: hue angle of 94.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70DB1F is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 31 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.14 |
| HSL | 94.15º | 0.75% | 0.49% | - |
| HSV(B) | 94.15º | 0.86% | 0.86% | - |
| XYZ | 32.26 | 54.21 | 10.06 | - |
| YUV | 165.58 | 52.05 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 31 | 0.49 | 0 | 0.86 | 0.14 | 94.15 | 0.75 | 0.49 |
| Hex | 70 | DB | 1F | 31 | 0 | 56 | E | 5E | 4B | 31 |
| Octal | 160 | 333 | 37 | 61 | 0 | 126 | 16 | 136 | 113 | 61 |
| Binary | 1110000 | 11011011 | 11111 | 110001 | 0 | 1010110 | 1110 | 1011110 | 1001011 | 110001 |
Color Harmonies of #70DB1F
Complementary color
Monochromatic Colors of #70DB1F
Black with #70DB1F
Text Example
Text Example
White with #70DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB1F; }
p { color: rgb(112,219,31); }
H1.HeaderClassName
{
color: #70DB1F;
}
.AnyTagClassName
{
color: #70DB1F;
}
</style>
background-color css
<style>
a { background-color: #70DB1F; }
a { background-color: rgb(112,219,31); }
div.DivClassName
{
background-color: #70DB1F;
}
.BgClassName
{
background-color: #70DB1F;
}
</style>
border-color css
<style>
span { border-color: #70DB1F; }
span { border-color: rgb(112,219,31); }
td.TdClassName
{
border-color: #70DB1F;
}
.TagClassName
{
border-color: #70DB1F;
}
</style>