Shades of Mantis #70CA57
Tints of Mantis #70CA57
RGB
CMYK
RGB Variations
Color information
#70CA57 (or 0x70CA57) is known color: Mantis. HEX triplet: 70, CA and 57. RGB value is (112,202,87). Sum of RGB (Red+Green+Blue) = 112+202+87=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA57 is #8F35A8. Grayscale: #A2A2A2. Windows color (decimal): -9385385 or 5753456. OLE color: 5753456.
HSL color Cylindrical-coordinate representation of color #70CA57: hue angle of 106.96º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70CA57 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 87 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.21 |
| HSL | 106.96º | 0.52% | 0.57% | - |
| HSV(B) | 106.96º | 0.57% | 0.79% | - |
| XYZ | 29.52 | 46.37 | 16.41 | - |
| YUV | 161.98 | 85.68 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 87 | 0.45 | 0 | 0.57 | 0.21 | 106.96 | 0.52 | 0.57 |
| Hex | 70 | CA | 57 | 2D | 0 | 39 | 15 | 6B | 34 | 39 |
| Octal | 160 | 312 | 127 | 55 | 0 | 71 | 25 | 153 | 64 | 71 |
| Binary | 1110000 | 11001010 | 1010111 | 101101 | 0 | 111001 | 10101 | 1101011 | 110100 | 111001 |
Color Harmonies of #70CA57
Complementary color
Monochromatic Colors of #70CA57
Black with #70CA57
Text Example
Text Example
White with #70CA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA57; }
p { color: rgb(112,202,87); }
H1.HeaderClassName
{
color: #70CA57;
}
.AnyTagClassName
{
color: #70CA57;
}
</style>
background-color css
<style>
a { background-color: #70CA57; }
a { background-color: rgb(112,202,87); }
div.DivClassName
{
background-color: #70CA57;
}
.BgClassName
{
background-color: #70CA57;
}
</style>
border-color css
<style>
span { border-color: #70CA57; }
span { border-color: rgb(112,202,87); }
td.TdClassName
{
border-color: #70CA57;
}
.TagClassName
{
border-color: #70CA57;
}
</style>