Shades of Lawn Green #70DE20
Tints of Lawn Green #70DE20
RGB
CMYK
RGB Variations
Color information
#70DE20 (or 0x70DE20) is known color: Lawn Green. HEX triplet: 70, DE and 20. RGB value is (112,222,32). Sum of RGB (Red+Green+Blue) = 112+222+32=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 222 (87.11% from 255 or 60.66% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DE20 is #8F21DF. Grayscale: #A8A8A8. Windows color (decimal): -9380320 or 2154096. OLE color: 2154096.
HSL color Cylindrical-coordinate representation of color #70DE20: hue angle of 94.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70DE20 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 222 | 32 | - |
| CMYK | 0.50 | 0 | 0.86 | 0.13 |
| HSL | 94.74º | 0.75% | 0.5% | - |
| HSV(B) | 94.74º | 0.86% | 0.87% | - |
| XYZ | 33.06 | 55.79 | 10.39 | - |
| YUV | 167.45 | 51.56 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 222 | 32 | 0.50 | 0 | 0.86 | 0.13 | 94.74 | 0.75 | 0.5 |
| Hex | 70 | DE | 20 | 32 | 0 | 56 | D | 5F | 4B | 32 |
| Octal | 160 | 336 | 40 | 62 | 0 | 126 | 15 | 137 | 113 | 62 |
| Binary | 1110000 | 11011110 | 100000 | 110010 | 0 | 1010110 | 1101 | 1011111 | 1001011 | 110010 |
Color Harmonies of #70DE20
Complementary color
Monochromatic Colors of #70DE20
Black with #70DE20
Text Example
Text Example
White with #70DE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DE20; }
p { color: rgb(112,222,32); }
H1.HeaderClassName
{
color: #70DE20;
}
.AnyTagClassName
{
color: #70DE20;
}
</style>
background-color css
<style>
a { background-color: #70DE20; }
a { background-color: rgb(112,222,32); }
div.DivClassName
{
background-color: #70DE20;
}
.BgClassName
{
background-color: #70DE20;
}
</style>
border-color css
<style>
span { border-color: #70DE20; }
span { border-color: rgb(112,222,32); }
td.TdClassName
{
border-color: #70DE20;
}
.TagClassName
{
border-color: #70DE20;
}
</style>