Shades of Mantis #70C356
Tints of Mantis #70C356
RGB
CMYK
RGB Variations
Color information
#70C356 (or 0x70C356) is known color: Mantis. HEX triplet: 70, C3 and 56. RGB value is (112,195,86). Sum of RGB (Red+Green+Blue) = 112+195+86=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #70C356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C356 is #8F3CA9. Grayscale: #9E9E9E. Windows color (decimal): -9387178 or 5686128. OLE color: 5686128.
HSL color Cylindrical-coordinate representation of color #70C356: hue angle of 105.69º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70C356 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 86 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.24 |
| HSL | 105.69º | 0.48% | 0.55% | - |
| HSV(B) | 105.69º | 0.56% | 0.76% | - |
| XYZ | 27.88 | 43.15 | 15.66 | - |
| YUV | 157.76 | 87.5 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 86 | 0.43 | 0 | 0.56 | 0.24 | 105.69 | 0.48 | 0.55 |
| Hex | 70 | C3 | 56 | 2B | 0 | 38 | 18 | 6A | 30 | 37 |
| Octal | 160 | 303 | 126 | 53 | 0 | 70 | 30 | 152 | 60 | 67 |
| Binary | 1110000 | 11000011 | 1010110 | 101011 | 0 | 111000 | 11000 | 1101010 | 110000 | 110111 |
Color Harmonies of #70C356
Complementary color
Monochromatic Colors of #70C356
Black with #70C356
Text Example
Text Example
White with #70C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C356; }
p { color: rgb(112,195,86); }
H1.HeaderClassName
{
color: #70C356;
}
.AnyTagClassName
{
color: #70C356;
}
</style>
background-color css
<style>
a { background-color: #70C356; }
a { background-color: rgb(112,195,86); }
div.DivClassName
{
background-color: #70C356;
}
.BgClassName
{
background-color: #70C356;
}
</style>
border-color css
<style>
span { border-color: #70C356; }
span { border-color: rgb(112,195,86); }
td.TdClassName
{
border-color: #70C356;
}
.TagClassName
{
border-color: #70C356;
}
</style>