Shades of Mantis #70C959
Tints of Mantis #70C959
RGB
CMYK
RGB Variations
Color information
#70C959 (or 0x70C959) is known color: Mantis. HEX triplet: 70, C9 and 59. RGB value is (112,201,89). Sum of RGB (Red+Green+Blue) = 112+201+89=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #70C959 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C959 is #8F36A6. Grayscale: #A1A1A1. Windows color (decimal): -9385639 or 5884272. OLE color: 5884272.
HSL color Cylindrical-coordinate representation of color #70C959: hue angle of 107.68º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70C959 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 89 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.21 |
| HSL | 107.68º | 0.51% | 0.57% | - |
| HSV(B) | 107.68º | 0.56% | 0.79% | - |
| XYZ | 29.37 | 45.94 | 16.77 | - |
| YUV | 161.62 | 87.01 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 89 | 0.44 | 0 | 0.56 | 0.21 | 107.68 | 0.51 | 0.57 |
| Hex | 70 | C9 | 59 | 2C | 0 | 38 | 15 | 6C | 33 | 39 |
| Octal | 160 | 311 | 131 | 54 | 0 | 70 | 25 | 154 | 63 | 71 |
| Binary | 1110000 | 11001001 | 1011001 | 101100 | 0 | 111000 | 10101 | 1101100 | 110011 | 111001 |
Color Harmonies of #70C959
Complementary color
Monochromatic Colors of #70C959
Black with #70C959
Text Example
Text Example
White with #70C959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C959; }
p { color: rgb(112,201,89); }
H1.HeaderClassName
{
color: #70C959;
}
.AnyTagClassName
{
color: #70C959;
}
</style>
background-color css
<style>
a { background-color: #70C959; }
a { background-color: rgb(112,201,89); }
div.DivClassName
{
background-color: #70C959;
}
.BgClassName
{
background-color: #70C959;
}
</style>
border-color css
<style>
span { border-color: #70C959; }
span { border-color: rgb(112,201,89); }
td.TdClassName
{
border-color: #70C959;
}
.TagClassName
{
border-color: #70C959;
}
</style>