Shades of Mantis #70C864
Tints of Mantis #70C864
RGB
CMYK
RGB Variations
Color information
#70C864 (or 0x70C864) is known color: Mantis. HEX triplet: 70, C8 and 64. RGB value is (112,200,100). Sum of RGB (Red+Green+Blue) = 112+200+100=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #70C864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C864 is #8F379B. Grayscale: #A2A2A2. Windows color (decimal): -9385884 or 6604912. OLE color: 6604912.
HSL color Cylindrical-coordinate representation of color #70C864: hue angle of 112.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70C864 is Cyan = 0.44, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 200 | 100 | - |
| CMYK | 0.44 | 0 | 0.5 | 0.22 |
| HSL | 112.8º | 0.48% | 0.59% | - |
| HSV(B) | 112.8º | 0.5% | 0.78% | - |
| XYZ | 29.64 | 45.67 | 19.31 | - |
| YUV | 162.29 | 92.85 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 200 | 100 | 0.44 | 0 | 0.5 | 0.22 | 112.8 | 0.48 | 0.59 |
| Hex | 70 | C8 | 64 | 2C | 0 | 32 | 16 | 71 | 30 | 3B |
| Octal | 160 | 310 | 144 | 54 | 0 | 62 | 26 | 161 | 60 | 73 |
| Binary | 1110000 | 11001000 | 1100100 | 101100 | 0 | 110010 | 10110 | 1110001 | 110000 | 111011 |
Color Harmonies of #70C864
Complementary color
Monochromatic Colors of #70C864
Black with #70C864
Text Example
Text Example
White with #70C864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C864; }
p { color: rgb(112,200,100); }
H1.HeaderClassName
{
color: #70C864;
}
.AnyTagClassName
{
color: #70C864;
}
</style>
background-color css
<style>
a { background-color: #70C864; }
a { background-color: rgb(112,200,100); }
div.DivClassName
{
background-color: #70C864;
}
.BgClassName
{
background-color: #70C864;
}
</style>
border-color css
<style>
span { border-color: #70C864; }
span { border-color: rgb(112,200,100); }
td.TdClassName
{
border-color: #70C864;
}
.TagClassName
{
border-color: #70C864;
}
</style>