Shades of Mantis #70D257
Tints of Mantis #70D257
RGB
CMYK
RGB Variations
Color information
#70D257 (or 0x70D257) is known color: Mantis. HEX triplet: 70, D2 and 57. RGB value is (112,210,87). Sum of RGB (Red+Green+Blue) = 112+210+87=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #70D257 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D257 is #8F2DA8. Grayscale: #A7A7A7. Windows color (decimal): -9383337 or 5755504. OLE color: 5755504.
HSL color Cylindrical-coordinate representation of color #70D257: hue angle of 107.8º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70D257 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 210 | 87 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.18 |
| HSL | 107.8º | 0.58% | 0.58% | - |
| HSV(B) | 107.8º | 0.59% | 0.82% | - |
| XYZ | 31.45 | 50.23 | 17.05 | - |
| YUV | 166.68 | 83.03 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 87 | 0.47 | 0 | 0.59 | 0.18 | 107.8 | 0.58 | 0.58 |
| Hex | 70 | D2 | 57 | 2F | 0 | 3B | 12 | 6C | 3A | 3A |
| Octal | 160 | 322 | 127 | 57 | 0 | 73 | 22 | 154 | 72 | 72 |
| Binary | 1110000 | 11010010 | 1010111 | 101111 | 0 | 111011 | 10010 | 1101100 | 111010 | 111010 |
Color Harmonies of #70D257
Complementary color
Monochromatic Colors of #70D257
Black with #70D257
Text Example
Text Example
White with #70D257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D257; }
p { color: rgb(112,210,87); }
H1.HeaderClassName
{
color: #70D257;
}
.AnyTagClassName
{
color: #70D257;
}
</style>
background-color css
<style>
a { background-color: #70D257; }
a { background-color: rgb(112,210,87); }
div.DivClassName
{
background-color: #70D257;
}
.BgClassName
{
background-color: #70D257;
}
</style>
border-color css
<style>
span { border-color: #70D257; }
span { border-color: rgb(112,210,87); }
td.TdClassName
{
border-color: #70D257;
}
.TagClassName
{
border-color: #70D257;
}
</style>