Shades of Mantis #70CC57
Tints of Mantis #70CC57
RGB
CMYK
RGB Variations
Color information
#70CC57 (or 0x70CC57) is known color: Mantis. HEX triplet: 70, CC and 57. RGB value is (112,204,87). Sum of RGB (Red+Green+Blue) = 112+204+87=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CC57 is #8F33A8. Grayscale: #A3A3A3. Windows color (decimal): -9384873 or 5753968. OLE color: 5753968.
HSL color Cylindrical-coordinate representation of color #70CC57: hue angle of 107.18º 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 #70CC57 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 204 | 87 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.2 |
| HSL | 107.18º | 0.53% | 0.57% | - |
| HSV(B) | 107.18º | 0.57% | 0.8% | - |
| XYZ | 30 | 47.32 | 16.57 | - |
| YUV | 163.15 | 85.02 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 204 | 87 | 0.45 | 0 | 0.57 | 0.2 | 107.18 | 0.53 | 0.57 |
| Hex | 70 | CC | 57 | 2D | 0 | 39 | 14 | 6B | 35 | 39 |
| Octal | 160 | 314 | 127 | 55 | 0 | 71 | 24 | 153 | 65 | 71 |
| Binary | 1110000 | 11001100 | 1010111 | 101101 | 0 | 111001 | 10100 | 1101011 | 110101 | 111001 |
Color Harmonies of #70CC57
Complementary color
Monochromatic Colors of #70CC57
Black with #70CC57
Text Example
Text Example
White with #70CC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CC57; }
p { color: rgb(112,204,87); }
H1.HeaderClassName
{
color: #70CC57;
}
.AnyTagClassName
{
color: #70CC57;
}
</style>
background-color css
<style>
a { background-color: #70CC57; }
a { background-color: rgb(112,204,87); }
div.DivClassName
{
background-color: #70CC57;
}
.BgClassName
{
background-color: #70CC57;
}
</style>
border-color css
<style>
span { border-color: #70CC57; }
span { border-color: rgb(112,204,87); }
td.TdClassName
{
border-color: #70CC57;
}
.TagClassName
{
border-color: #70CC57;
}
</style>