Shades of Mantis #70D759
Tints of Mantis #70D759
RGB
CMYK
RGB Variations
Color information
#70D759 (or 0x70D759) is known color: Mantis. HEX triplet: 70, D7 and 59. RGB value is (112,215,89). Sum of RGB (Red+Green+Blue) = 112+215+89=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #70D759 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D759 is #8F28A6. Grayscale: #AAAAAA. Windows color (decimal): -9382055 or 5887856. OLE color: 5887856.
HSL color Cylindrical-coordinate representation of color #70D759: hue angle of 109.05º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70D759 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 215 | 89 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.16 |
| HSL | 109.05º | 0.61% | 0.6% | - |
| HSV(B) | 109.05º | 0.59% | 0.84% | - |
| XYZ | 32.79 | 52.77 | 17.91 | - |
| YUV | 169.84 | 82.38 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 215 | 89 | 0.48 | 0 | 0.59 | 0.16 | 109.05 | 0.61 | 0.6 |
| Hex | 70 | D7 | 59 | 30 | 0 | 3B | 10 | 6D | 3D | 3C |
| Octal | 160 | 327 | 131 | 60 | 0 | 73 | 20 | 155 | 75 | 74 |
| Binary | 1110000 | 11010111 | 1011001 | 110000 | 0 | 111011 | 10000 | 1101101 | 111101 | 111100 |
Color Harmonies of #70D759
Complementary color
Monochromatic Colors of #70D759
Black with #70D759
Text Example
Text Example
White with #70D759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D759; }
p { color: rgb(112,215,89); }
H1.HeaderClassName
{
color: #70D759;
}
.AnyTagClassName
{
color: #70D759;
}
</style>
background-color css
<style>
a { background-color: #70D759; }
a { background-color: rgb(112,215,89); }
div.DivClassName
{
background-color: #70D759;
}
.BgClassName
{
background-color: #70D759;
}
</style>
border-color css
<style>
span { border-color: #70D759; }
span { border-color: rgb(112,215,89); }
td.TdClassName
{
border-color: #70D759;
}
.TagClassName
{
border-color: #70D759;
}
</style>