Shades of Mantis #70BC55
Tints of Mantis #70BC55
RGB
CMYK
RGB Variations
Color information
#70BC55 (or 0x70BC55) is known color: Mantis. HEX triplet: 70, BC and 55. RGB value is (112,188,85). Sum of RGB (Red+Green+Blue) = 112+188+85=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC55 is #8F43AA. Grayscale: #999999. Windows color (decimal): -9388971 or 5618800. OLE color: 5618800.
HSL color Cylindrical-coordinate representation of color #70BC55: hue angle of 104.27º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70BC55 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 85 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.26 |
| HSL | 104.27º | 0.43% | 0.54% | - |
| HSV(B) | 104.27º | 0.55% | 0.74% | - |
| XYZ | 26.31 | 40.07 | 14.94 | - |
| YUV | 153.53 | 89.32 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 85 | 0.40 | 0 | 0.55 | 0.26 | 104.27 | 0.43 | 0.54 |
| Hex | 70 | BC | 55 | 28 | 0 | 37 | 1A | 68 | 2B | 36 |
| Octal | 160 | 274 | 125 | 50 | 0 | 67 | 32 | 150 | 53 | 66 |
| Binary | 1110000 | 10111100 | 1010101 | 101000 | 0 | 110111 | 11010 | 1101000 | 101011 | 110110 |
Color Harmonies of #70BC55
Complementary color
Monochromatic Colors of #70BC55
Black with #70BC55
Text Example
Text Example
White with #70BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC55; }
p { color: rgb(112,188,85); }
H1.HeaderClassName
{
color: #70BC55;
}
.AnyTagClassName
{
color: #70BC55;
}
</style>
background-color css
<style>
a { background-color: #70BC55; }
a { background-color: rgb(112,188,85); }
div.DivClassName
{
background-color: #70BC55;
}
.BgClassName
{
background-color: #70BC55;
}
</style>
border-color css
<style>
span { border-color: #70BC55; }
span { border-color: rgb(112,188,85); }
td.TdClassName
{
border-color: #70BC55;
}
.TagClassName
{
border-color: #70BC55;
}
</style>