Shades of Mantis #70BA5F
Tints of Mantis #70BA5F
RGB
CMYK
RGB Variations
Color information
#70BA5F (or 0x70BA5F) is known color: Mantis. HEX triplet: 70, BA and 5F. RGB value is (112,186,95). Sum of RGB (Red+Green+Blue) = 112+186+95=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA5F is #8F45A0. Grayscale: #999999. Windows color (decimal): -9389473 or 6273648. OLE color: 6273648.
HSL color Cylindrical-coordinate representation of color #70BA5F: hue angle of 108.79º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70BA5F is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 95 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.27 |
| HSL | 108.79º | 0.4% | 0.55% | - |
| HSV(B) | 108.79º | 0.49% | 0.73% | - |
| XYZ | 26.31 | 39.39 | 17.04 | - |
| YUV | 153.5 | 94.98 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 95 | 0.40 | 0 | 0.49 | 0.27 | 108.79 | 0.4 | 0.55 |
| Hex | 70 | BA | 5F | 28 | 0 | 31 | 1B | 6D | 28 | 37 |
| Octal | 160 | 272 | 137 | 50 | 0 | 61 | 33 | 155 | 50 | 67 |
| Binary | 1110000 | 10111010 | 1011111 | 101000 | 0 | 110001 | 11011 | 1101101 | 101000 | 110111 |
Color Harmonies of #70BA5F
Complementary color
Monochromatic Colors of #70BA5F
Black with #70BA5F
Text Example
Text Example
White with #70BA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA5F; }
p { color: rgb(112,186,95); }
H1.HeaderClassName
{
color: #70BA5F;
}
.AnyTagClassName
{
color: #70BA5F;
}
</style>
background-color css
<style>
a { background-color: #70BA5F; }
a { background-color: rgb(112,186,95); }
div.DivClassName
{
background-color: #70BA5F;
}
.BgClassName
{
background-color: #70BA5F;
}
</style>
border-color css
<style>
span { border-color: #70BA5F; }
span { border-color: rgb(112,186,95); }
td.TdClassName
{
border-color: #70BA5F;
}
.TagClassName
{
border-color: #70BA5F;
}
</style>