Shades of Mantis #70BA5C
Tints of Mantis #70BA5C
RGB
CMYK
RGB Variations
Color information
#70BA5C (or 0x70BA5C) is known color: Mantis. HEX triplet: 70, BA and 5C. RGB value is (112,186,92). Sum of RGB (Red+Green+Blue) = 112+186+92=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA5C is #8F45A3. Grayscale: #999999. Windows color (decimal): -9389476 or 6077040. OLE color: 6077040.
HSL color Cylindrical-coordinate representation of color #70BA5C: hue angle of 107.23º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70BA5C is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 92 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.27 |
| HSL | 107.23º | 0.41% | 0.55% | - |
| HSV(B) | 107.23º | 0.51% | 0.73% | - |
| XYZ | 26.17 | 39.34 | 16.34 | - |
| YUV | 153.16 | 93.48 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 92 | 0.40 | 0 | 0.51 | 0.27 | 107.23 | 0.41 | 0.55 |
| Hex | 70 | BA | 5C | 28 | 0 | 33 | 1B | 6B | 29 | 37 |
| Octal | 160 | 272 | 134 | 50 | 0 | 63 | 33 | 153 | 51 | 67 |
| Binary | 1110000 | 10111010 | 1011100 | 101000 | 0 | 110011 | 11011 | 1101011 | 101001 | 110111 |
Color Harmonies of #70BA5C
Complementary color
Monochromatic Colors of #70BA5C
Black with #70BA5C
Text Example
Text Example
White with #70BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA5C; }
p { color: rgb(112,186,92); }
H1.HeaderClassName
{
color: #70BA5C;
}
.AnyTagClassName
{
color: #70BA5C;
}
</style>
background-color css
<style>
a { background-color: #70BA5C; }
a { background-color: rgb(112,186,92); }
div.DivClassName
{
background-color: #70BA5C;
}
.BgClassName
{
background-color: #70BA5C;
}
</style>
border-color css
<style>
span { border-color: #70BA5C; }
span { border-color: rgb(112,186,92); }
td.TdClassName
{
border-color: #70BA5C;
}
.TagClassName
{
border-color: #70BA5C;
}
</style>