Shades of Lawn Green #70E706
Tints of Lawn Green #70E706
RGB
CMYK
RGB Variations
Color information
#70E706 (or 0x70E706) is known color: Lawn Green. HEX triplet: 70, E7 and 06. RGB value is (112,231,6). Sum of RGB (Red+Green+Blue) = 112+231+6=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 231 (90.62% from 255 or 66.19% from 349); Blue value is 6 (2.73% from 255 or 1.72% from 349); Max value from RGB is 231 - color contains mainly: green. Hex color #70E706 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70E706 is #8F18F9. Grayscale: #AAAAAA. Windows color (decimal): -9378042 or 452464. OLE color: 452464.
HSL color Cylindrical-coordinate representation of color #70E706: hue angle of 91.73º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70E706 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 6 | - |
| CMYK | 0.52 | 0 | 0.97 | 0.09 |
| HSL | 91.73º | 0.95% | 0.46% | - |
| HSV(B) | 91.73º | 0.97% | 0.91% | - |
| XYZ | 35.29 | 60.61 | 10.01 | - |
| YUV | 169.77 | 35.58 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 6 | 0.52 | 0 | 0.97 | 0.09 | 91.73 | 0.95 | 0.46 |
| Hex | 70 | E7 | 6 | 34 | 0 | 61 | 9 | 5C | 5F | 2E |
| Octal | 160 | 347 | 6 | 64 | 0 | 141 | 11 | 134 | 137 | 56 |
| Binary | 1110000 | 11100111 | 110 | 110100 | 0 | 1100001 | 1001 | 1011100 | 1011111 | 101110 |
Color Harmonies of #70E706
Complementary color
Monochromatic Colors of #70E706
Black with #70E706
Text Example
Text Example
White with #70E706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E706; }
p { color: rgb(112,231,6); }
H1.HeaderClassName
{
color: #70E706;
}
.AnyTagClassName
{
color: #70E706;
}
</style>
background-color css
<style>
a { background-color: #70E706; }
a { background-color: rgb(112,231,6); }
div.DivClassName
{
background-color: #70E706;
}
.BgClassName
{
background-color: #70E706;
}
</style>
border-color css
<style>
span { border-color: #70E706; }
span { border-color: rgb(112,231,6); }
td.TdClassName
{
border-color: #70E706;
}
.TagClassName
{
border-color: #70E706;
}
</style>