Shades of Mantis #70C158
Tints of Mantis #70C158
RGB
CMYK
RGB Variations
Color information
#70C158 (or 0x70C158) is known color: Mantis. HEX triplet: 70, C1 and 58. RGB value is (112,193,88). Sum of RGB (Red+Green+Blue) = 112+193+88=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #70C158 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C158 is #8F3EA7. Grayscale: #9D9D9D. Windows color (decimal): -9387688 or 5816688. OLE color: 5816688.
HSL color Cylindrical-coordinate representation of color #70C158: hue angle of 106.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70C158 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 88 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.24 |
| HSL | 106.29º | 0.46% | 0.55% | - |
| HSV(B) | 106.29º | 0.54% | 0.76% | - |
| XYZ | 27.51 | 42.29 | 15.95 | - |
| YUV | 156.81 | 89.16 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 88 | 0.42 | 0 | 0.54 | 0.24 | 106.29 | 0.46 | 0.55 |
| Hex | 70 | C1 | 58 | 2A | 0 | 36 | 18 | 6A | 2E | 37 |
| Octal | 160 | 301 | 130 | 52 | 0 | 66 | 30 | 152 | 56 | 67 |
| Binary | 1110000 | 11000001 | 1011000 | 101010 | 0 | 110110 | 11000 | 1101010 | 101110 | 110111 |
Color Harmonies of #70C158
Complementary color
Monochromatic Colors of #70C158
Black with #70C158
Text Example
Text Example
White with #70C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C158; }
p { color: rgb(112,193,88); }
H1.HeaderClassName
{
color: #70C158;
}
.AnyTagClassName
{
color: #70C158;
}
</style>
background-color css
<style>
a { background-color: #70C158; }
a { background-color: rgb(112,193,88); }
div.DivClassName
{
background-color: #70C158;
}
.BgClassName
{
background-color: #70C158;
}
</style>
border-color css
<style>
span { border-color: #70C158; }
span { border-color: rgb(112,193,88); }
td.TdClassName
{
border-color: #70C158;
}
.TagClassName
{
border-color: #70C158;
}
</style>