Shades of Mantis #70C557
Tints of Mantis #70C557
RGB
CMYK
RGB Variations
Color information
#70C557 (or 0x70C557) is known color: Mantis. HEX triplet: 70, C5 and 57. RGB value is (112,197,87). Sum of RGB (Red+Green+Blue) = 112+197+87=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #70C557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C557 is #8F3AA8. Grayscale: #9F9F9F. Windows color (decimal): -9386665 or 5752176. OLE color: 5752176.
HSL color Cylindrical-coordinate representation of color #70C557: hue angle of 106.36º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70C557 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 87 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.23 |
| HSL | 106.36º | 0.49% | 0.56% | - |
| HSV(B) | 106.36º | 0.56% | 0.77% | - |
| XYZ | 28.37 | 44.07 | 16.03 | - |
| YUV | 159.05 | 87.34 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 87 | 0.43 | 0 | 0.56 | 0.23 | 106.36 | 0.49 | 0.56 |
| Hex | 70 | C5 | 57 | 2B | 0 | 38 | 17 | 6A | 31 | 38 |
| Octal | 160 | 305 | 127 | 53 | 0 | 70 | 27 | 152 | 61 | 70 |
| Binary | 1110000 | 11000101 | 1010111 | 101011 | 0 | 111000 | 10111 | 1101010 | 110001 | 111000 |
Color Harmonies of #70C557
Complementary color
Monochromatic Colors of #70C557
Black with #70C557
Text Example
Text Example
White with #70C557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C557; }
p { color: rgb(112,197,87); }
H1.HeaderClassName
{
color: #70C557;
}
.AnyTagClassName
{
color: #70C557;
}
</style>
background-color css
<style>
a { background-color: #70C557; }
a { background-color: rgb(112,197,87); }
div.DivClassName
{
background-color: #70C557;
}
.BgClassName
{
background-color: #70C557;
}
</style>
border-color css
<style>
span { border-color: #70C557; }
span { border-color: rgb(112,197,87); }
td.TdClassName
{
border-color: #70C557;
}
.TagClassName
{
border-color: #70C557;
}
</style>