Shades of Mantis #70C562
Tints of Mantis #70C562
RGB
CMYK
RGB Variations
Color information
#70C562 (or 0x70C562) is known color: Mantis. HEX triplet: 70, C5 and 62. RGB value is (112,197,98). Sum of RGB (Red+Green+Blue) = 112+197+98=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #70C562 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C562 is #8F3A9D. Grayscale: #A0A0A0. Windows color (decimal): -9386654 or 6473072. OLE color: 6473072.
HSL color Cylindrical-coordinate representation of color #70C562: hue angle of 111.52º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70C562 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 98 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.23 |
| HSL | 111.52º | 0.46% | 0.58% | - |
| HSV(B) | 111.52º | 0.5% | 0.77% | - |
| XYZ | 28.85 | 44.26 | 18.58 | - |
| YUV | 160.3 | 92.84 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 98 | 0.43 | 0 | 0.50 | 0.23 | 111.52 | 0.46 | 0.58 |
| Hex | 70 | C5 | 62 | 2B | 0 | 32 | 17 | 70 | 2E | 3A |
| Octal | 160 | 305 | 142 | 53 | 0 | 62 | 27 | 160 | 56 | 72 |
| Binary | 1110000 | 11000101 | 1100010 | 101011 | 0 | 110010 | 10111 | 1110000 | 101110 | 111010 |
Color Harmonies of #70C562
Complementary color
Monochromatic Colors of #70C562
Black with #70C562
Text Example
Text Example
White with #70C562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C562; }
p { color: rgb(112,197,98); }
H1.HeaderClassName
{
color: #70C562;
}
.AnyTagClassName
{
color: #70C562;
}
</style>
background-color css
<style>
a { background-color: #70C562; }
a { background-color: rgb(112,197,98); }
div.DivClassName
{
background-color: #70C562;
}
.BgClassName
{
background-color: #70C562;
}
</style>
border-color css
<style>
span { border-color: #70C562; }
span { border-color: rgb(112,197,98); }
td.TdClassName
{
border-color: #70C562;
}
.TagClassName
{
border-color: #70C562;
}
</style>