Shades of Mantis #70BC5D
Tints of Mantis #70BC5D
RGB
CMYK
RGB Variations
Color information
#70BC5D (or 0x70BC5D) is known color: Mantis. HEX triplet: 70, BC and 5D. RGB value is (112,188,93). Sum of RGB (Red+Green+Blue) = 112+188+93=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC5D is #8F43A2. Grayscale: #9A9A9A. Windows color (decimal): -9388963 or 6143088. OLE color: 6143088.
HSL color Cylindrical-coordinate representation of color #70BC5D: hue angle of 108º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70BC5D is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 93 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.26 |
| HSL | 108º | 0.41% | 0.55% | - |
| HSV(B) | 108º | 0.51% | 0.74% | - |
| XYZ | 26.64 | 40.2 | 16.71 | - |
| YUV | 154.45 | 93.32 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 93 | 0.40 | 0 | 0.51 | 0.26 | 108 | 0.41 | 0.55 |
| Hex | 70 | BC | 5D | 28 | 0 | 33 | 1A | 6C | 29 | 37 |
| Octal | 160 | 274 | 135 | 50 | 0 | 63 | 32 | 154 | 51 | 67 |
| Binary | 1110000 | 10111100 | 1011101 | 101000 | 0 | 110011 | 11010 | 1101100 | 101001 | 110111 |
Color Harmonies of #70BC5D
Complementary color
Monochromatic Colors of #70BC5D
Black with #70BC5D
Text Example
Text Example
White with #70BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC5D; }
p { color: rgb(112,188,93); }
H1.HeaderClassName
{
color: #70BC5D;
}
.AnyTagClassName
{
color: #70BC5D;
}
</style>
background-color css
<style>
a { background-color: #70BC5D; }
a { background-color: rgb(112,188,93); }
div.DivClassName
{
background-color: #70BC5D;
}
.BgClassName
{
background-color: #70BC5D;
}
</style>
border-color css
<style>
span { border-color: #70BC5D; }
span { border-color: rgb(112,188,93); }
td.TdClassName
{
border-color: #70BC5D;
}
.TagClassName
{
border-color: #70BC5D;
}
</style>