Shades of Mantis #70BC61
Tints of Mantis #70BC61
RGB
CMYK
RGB Variations
Color information
#70BC61 (or 0x70BC61) is known color: Mantis. HEX triplet: 70, BC and 61. RGB value is (112,188,97). Sum of RGB (Red+Green+Blue) = 112+188+97=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC61 is #8F439E. Grayscale: #9B9B9B. Windows color (decimal): -9388959 or 6405232. OLE color: 6405232.
HSL color Cylindrical-coordinate representation of color #70BC61: hue angle of 110.11º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70BC61 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 97 | - |
| CMYK | 0.40 | 0 | 0.48 | 0.26 |
| HSL | 110.11º | 0.4% | 0.56% | - |
| HSV(B) | 110.11º | 0.48% | 0.74% | - |
| XYZ | 26.82 | 40.27 | 17.67 | - |
| YUV | 154.9 | 95.32 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 97 | 0.40 | 0 | 0.48 | 0.26 | 110.11 | 0.4 | 0.56 |
| Hex | 70 | BC | 61 | 28 | 0 | 30 | 1A | 6E | 28 | 38 |
| Octal | 160 | 274 | 141 | 50 | 0 | 60 | 32 | 156 | 50 | 70 |
| Binary | 1110000 | 10111100 | 1100001 | 101000 | 0 | 110000 | 11010 | 1101110 | 101000 | 111000 |
Color Harmonies of #70BC61
Complementary color
Monochromatic Colors of #70BC61
Black with #70BC61
Text Example
Text Example
White with #70BC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC61; }
p { color: rgb(112,188,97); }
H1.HeaderClassName
{
color: #70BC61;
}
.AnyTagClassName
{
color: #70BC61;
}
</style>
background-color css
<style>
a { background-color: #70BC61; }
a { background-color: rgb(112,188,97); }
div.DivClassName
{
background-color: #70BC61;
}
.BgClassName
{
background-color: #70BC61;
}
</style>
border-color css
<style>
span { border-color: #70BC61; }
span { border-color: rgb(112,188,97); }
td.TdClassName
{
border-color: #70BC61;
}
.TagClassName
{
border-color: #70BC61;
}
</style>