Shades of Mantis #70D159
Tints of Mantis #70D159
RGB
CMYK
RGB Variations
Color information
#70D159 (or 0x70D159) is known color: Mantis. HEX triplet: 70, D1 and 59. RGB value is (112,209,89). Sum of RGB (Red+Green+Blue) = 112+209+89=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #70D159 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D159 is #8F2EA6. Grayscale: #A6A6A6. Windows color (decimal): -9383591 or 5886320. OLE color: 5886320.
HSL color Cylindrical-coordinate representation of color #70D159: hue angle of 108.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70D159 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 209 | 89 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.18 |
| HSL | 108.5º | 0.57% | 0.58% | - |
| HSV(B) | 108.5º | 0.57% | 0.82% | - |
| XYZ | 31.29 | 49.77 | 17.41 | - |
| YUV | 166.32 | 84.36 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 209 | 89 | 0.46 | 0 | 0.57 | 0.18 | 108.5 | 0.57 | 0.58 |
| Hex | 70 | D1 | 59 | 2E | 0 | 39 | 12 | 6C | 39 | 3A |
| Octal | 160 | 321 | 131 | 56 | 0 | 71 | 22 | 154 | 71 | 72 |
| Binary | 1110000 | 11010001 | 1011001 | 101110 | 0 | 111001 | 10010 | 1101100 | 111001 | 111010 |
Color Harmonies of #70D159
Complementary color
Monochromatic Colors of #70D159
Black with #70D159
Text Example
Text Example
White with #70D159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D159; }
p { color: rgb(112,209,89); }
H1.HeaderClassName
{
color: #70D159;
}
.AnyTagClassName
{
color: #70D159;
}
</style>
background-color css
<style>
a { background-color: #70D159; }
a { background-color: rgb(112,209,89); }
div.DivClassName
{
background-color: #70D159;
}
.BgClassName
{
background-color: #70D159;
}
</style>
border-color css
<style>
span { border-color: #70D159; }
span { border-color: rgb(112,209,89); }
td.TdClassName
{
border-color: #70D159;
}
.TagClassName
{
border-color: #70D159;
}
</style>