Shades of Mantis #70BA5B
Tints of Mantis #70BA5B
RGB
CMYK
RGB Variations
Color information
#70BA5B (or 0x70BA5B) is known color: Mantis. HEX triplet: 70, BA and 5B. RGB value is (112,186,91). Sum of RGB (Red+Green+Blue) = 112+186+91=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA5B is #8F45A4. Grayscale: #999999. Windows color (decimal): -9389477 or 6011504. OLE color: 6011504.
HSL color Cylindrical-coordinate representation of color #70BA5B: hue angle of 106.74º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70BA5B is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 91 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.27 |
| HSL | 106.74º | 0.41% | 0.54% | - |
| HSV(B) | 106.74º | 0.51% | 0.73% | - |
| XYZ | 26.13 | 39.32 | 16.11 | - |
| YUV | 153.04 | 92.98 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 91 | 0.40 | 0 | 0.51 | 0.27 | 106.74 | 0.41 | 0.54 |
| Hex | 70 | BA | 5B | 28 | 0 | 33 | 1B | 6B | 29 | 36 |
| Octal | 160 | 272 | 133 | 50 | 0 | 63 | 33 | 153 | 51 | 66 |
| Binary | 1110000 | 10111010 | 1011011 | 101000 | 0 | 110011 | 11011 | 1101011 | 101001 | 110110 |
Color Harmonies of #70BA5B
Complementary color
Monochromatic Colors of #70BA5B
Black with #70BA5B
Text Example
Text Example
White with #70BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA5B; }
p { color: rgb(112,186,91); }
H1.HeaderClassName
{
color: #70BA5B;
}
.AnyTagClassName
{
color: #70BA5B;
}
</style>
background-color css
<style>
a { background-color: #70BA5B; }
a { background-color: rgb(112,186,91); }
div.DivClassName
{
background-color: #70BA5B;
}
.BgClassName
{
background-color: #70BA5B;
}
</style>
border-color css
<style>
span { border-color: #70BA5B; }
span { border-color: rgb(112,186,91); }
td.TdClassName
{
border-color: #70BA5B;
}
.TagClassName
{
border-color: #70BA5B;
}
</style>