Shades of Mantis #70D357
Tints of Mantis #70D357
RGB
CMYK
RGB Variations
Color information
#70D357 (or 0x70D357) is known color: Mantis. HEX triplet: 70, D3 and 57. RGB value is (112,211,87). Sum of RGB (Red+Green+Blue) = 112+211+87=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 211 (82.81% from 255 or 51.46% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 211 - color contains mainly: green. Hex color #70D357 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D357 is #8F2CA8. Grayscale: #A7A7A7. Windows color (decimal): -9383081 or 5755760. OLE color: 5755760.
HSL color Cylindrical-coordinate representation of color #70D357: hue angle of 107.9º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70D357 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 87 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.17 |
| HSL | 107.9º | 0.58% | 0.58% | - |
| HSV(B) | 107.9º | 0.59% | 0.83% | - |
| XYZ | 31.7 | 50.72 | 17.14 | - |
| YUV | 167.26 | 82.7 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 87 | 0.47 | 0 | 0.59 | 0.17 | 107.9 | 0.58 | 0.58 |
| Hex | 70 | D3 | 57 | 2F | 0 | 3B | 11 | 6C | 3A | 3A |
| Octal | 160 | 323 | 127 | 57 | 0 | 73 | 21 | 154 | 72 | 72 |
| Binary | 1110000 | 11010011 | 1010111 | 101111 | 0 | 111011 | 10001 | 1101100 | 111010 | 111010 |
Color Harmonies of #70D357
Complementary color
Monochromatic Colors of #70D357
Black with #70D357
Text Example
Text Example
White with #70D357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D357; }
p { color: rgb(112,211,87); }
H1.HeaderClassName
{
color: #70D357;
}
.AnyTagClassName
{
color: #70D357;
}
</style>
background-color css
<style>
a { background-color: #70D357; }
a { background-color: rgb(112,211,87); }
div.DivClassName
{
background-color: #70D357;
}
.BgClassName
{
background-color: #70D357;
}
</style>
border-color css
<style>
span { border-color: #70D357; }
span { border-color: rgb(112,211,87); }
td.TdClassName
{
border-color: #70D357;
}
.TagClassName
{
border-color: #70D357;
}
</style>