Shades of Mantis #70BC56
Tints of Mantis #70BC56
RGB
CMYK
RGB Variations
Color information
#70BC56 (or 0x70BC56) is known color: Mantis. HEX triplet: 70, BC and 56. RGB value is (112,188,86). Sum of RGB (Red+Green+Blue) = 112+188+86=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC56 is #8F43A9. Grayscale: #999999. Windows color (decimal): -9388970 or 5684336. OLE color: 5684336.
HSL color Cylindrical-coordinate representation of color #70BC56: hue angle of 104.71º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70BC56 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 86 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.26 |
| HSL | 104.71º | 0.43% | 0.54% | - |
| HSV(B) | 104.71º | 0.54% | 0.74% | - |
| XYZ | 26.35 | 40.08 | 15.15 | - |
| YUV | 153.65 | 89.82 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 86 | 0.40 | 0 | 0.54 | 0.26 | 104.71 | 0.43 | 0.54 |
| Hex | 70 | BC | 56 | 28 | 0 | 36 | 1A | 69 | 2B | 36 |
| Octal | 160 | 274 | 126 | 50 | 0 | 66 | 32 | 151 | 53 | 66 |
| Binary | 1110000 | 10111100 | 1010110 | 101000 | 0 | 110110 | 11010 | 1101001 | 101011 | 110110 |
Color Harmonies of #70BC56
Complementary color
Monochromatic Colors of #70BC56
Black with #70BC56
Text Example
Text Example
White with #70BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC56; }
p { color: rgb(112,188,86); }
H1.HeaderClassName
{
color: #70BC56;
}
.AnyTagClassName
{
color: #70BC56;
}
</style>
background-color css
<style>
a { background-color: #70BC56; }
a { background-color: rgb(112,188,86); }
div.DivClassName
{
background-color: #70BC56;
}
.BgClassName
{
background-color: #70BC56;
}
</style>
border-color css
<style>
span { border-color: #70BC56; }
span { border-color: rgb(112,188,86); }
td.TdClassName
{
border-color: #70BC56;
}
.TagClassName
{
border-color: #70BC56;
}
</style>