Shades of Mantis #70CB57
Tints of Mantis #70CB57
RGB
CMYK
RGB Variations
Color information
#70CB57 (or 0x70CB57) is known color: Mantis. HEX triplet: 70, CB and 57. RGB value is (112,203,87). Sum of RGB (Red+Green+Blue) = 112+203+87=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB57 is #8F34A8. Grayscale: #A2A2A2. Windows color (decimal): -9385129 or 5753712. OLE color: 5753712.
HSL color Cylindrical-coordinate representation of color #70CB57: hue angle of 107.07º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70CB57 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 203 | 87 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.20 |
| HSL | 107.07º | 0.53% | 0.57% | - |
| HSV(B) | 107.07º | 0.57% | 0.8% | - |
| XYZ | 29.76 | 46.84 | 16.49 | - |
| YUV | 162.57 | 85.35 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 87 | 0.45 | 0 | 0.57 | 0.20 | 107.07 | 0.53 | 0.57 |
| Hex | 70 | CB | 57 | 2D | 0 | 39 | 14 | 6B | 35 | 39 |
| Octal | 160 | 313 | 127 | 55 | 0 | 71 | 24 | 153 | 65 | 71 |
| Binary | 1110000 | 11001011 | 1010111 | 101101 | 0 | 111001 | 10100 | 1101011 | 110101 | 111001 |
Color Harmonies of #70CB57
Complementary color
Monochromatic Colors of #70CB57
Black with #70CB57
Text Example
Text Example
White with #70CB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CB57; }
p { color: rgb(112,203,87); }
H1.HeaderClassName
{
color: #70CB57;
}
.AnyTagClassName
{
color: #70CB57;
}
</style>
background-color css
<style>
a { background-color: #70CB57; }
a { background-color: rgb(112,203,87); }
div.DivClassName
{
background-color: #70CB57;
}
.BgClassName
{
background-color: #70CB57;
}
</style>
border-color css
<style>
span { border-color: #70CB57; }
span { border-color: rgb(112,203,87); }
td.TdClassName
{
border-color: #70CB57;
}
.TagClassName
{
border-color: #70CB57;
}
</style>