Shades of Lawn Green #70E505
Tints of Lawn Green #70E505
RGB
CMYK
RGB Variations
Color information
#70E505 (or 0x70E505) is known color: Lawn Green. HEX triplet: 70, E5 and 05. RGB value is (112,229,5). Sum of RGB (Red+Green+Blue) = 112+229+5=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 229 (89.84% from 255 or 66.18% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 229 - color contains mainly: green. Hex color #70E505 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70E505 is #8F1AFA. Grayscale: #A9A9A9. Windows color (decimal): -9378555 or 386416. OLE color: 386416.
HSL color Cylindrical-coordinate representation of color #70E505: hue angle of 91.34º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70E505 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 5 | - |
| CMYK | 0.51 | 0 | 0.98 | 0.10 |
| HSL | 91.34º | 0.96% | 0.46% | - |
| HSV(B) | 91.34º | 0.98% | 0.9% | - |
| XYZ | 34.73 | 59.49 | 9.8 | - |
| YUV | 168.48 | 35.74 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 5 | 0.51 | 0 | 0.98 | 0.10 | 91.34 | 0.96 | 0.46 |
| Hex | 70 | E5 | 5 | 33 | 0 | 62 | A | 5B | 60 | 2E |
| Octal | 160 | 345 | 5 | 63 | 0 | 142 | 12 | 133 | 140 | 56 |
| Binary | 1110000 | 11100101 | 101 | 110011 | 0 | 1100010 | 1010 | 1011011 | 1100000 | 101110 |
Color Harmonies of #70E505
Complementary color
Monochromatic Colors of #70E505
Black with #70E505
Text Example
Text Example
White with #70E505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E505; }
p { color: rgb(112,229,5); }
H1.HeaderClassName
{
color: #70E505;
}
.AnyTagClassName
{
color: #70E505;
}
</style>
background-color css
<style>
a { background-color: #70E505; }
a { background-color: rgb(112,229,5); }
div.DivClassName
{
background-color: #70E505;
}
.BgClassName
{
background-color: #70E505;
}
</style>
border-color css
<style>
span { border-color: #70E505; }
span { border-color: rgb(112,229,5); }
td.TdClassName
{
border-color: #70E505;
}
.TagClassName
{
border-color: #70E505;
}
</style>