Shades of Mantis #70C853
Tints of Mantis #70C853
RGB
CMYK
RGB Variations
Color information
#70C853 (or 0x70C853) is known color: Mantis. HEX triplet: 70, C8 and 53. RGB value is (112,200,83). Sum of RGB (Red+Green+Blue) = 112+200+83=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #70C853 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C853 is #8F37AC. Grayscale: #A0A0A0. Windows color (decimal): -9385901 or 5490800. OLE color: 5490800.
HSL color Cylindrical-coordinate representation of color #70C853: hue angle of 105.13º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70C853 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 200 | 83 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.22 |
| HSL | 105.13º | 0.52% | 0.55% | - |
| HSV(B) | 105.13º | 0.59% | 0.78% | - |
| XYZ | 28.9 | 45.38 | 15.42 | - |
| YUV | 160.35 | 84.35 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 200 | 83 | 0.44 | 0 | 0.58 | 0.22 | 105.13 | 0.52 | 0.55 |
| Hex | 70 | C8 | 53 | 2C | 0 | 3A | 16 | 69 | 34 | 37 |
| Octal | 160 | 310 | 123 | 54 | 0 | 72 | 26 | 151 | 64 | 67 |
| Binary | 1110000 | 11001000 | 1010011 | 101100 | 0 | 111010 | 10110 | 1101001 | 110100 | 110111 |
Color Harmonies of #70C853
Complementary color
Monochromatic Colors of #70C853
Black with #70C853
Text Example
Text Example
White with #70C853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C853; }
p { color: rgb(112,200,83); }
H1.HeaderClassName
{
color: #70C853;
}
.AnyTagClassName
{
color: #70C853;
}
</style>
background-color css
<style>
a { background-color: #70C853; }
a { background-color: rgb(112,200,83); }
div.DivClassName
{
background-color: #70C853;
}
.BgClassName
{
background-color: #70C853;
}
</style>
border-color css
<style>
span { border-color: #70C853; }
span { border-color: rgb(112,200,83); }
td.TdClassName
{
border-color: #70C853;
}
.TagClassName
{
border-color: #70C853;
}
</style>