Shades of Mantis #70C355
Tints of Mantis #70C355
RGB
CMYK
RGB Variations
Color information
#70C355 (or 0x70C355) is known color: Mantis. HEX triplet: 70, C3 and 55. RGB value is (112,195,85). Sum of RGB (Red+Green+Blue) = 112+195+85=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #70C355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C355 is #8F3CAA. Grayscale: #9E9E9E. Windows color (decimal): -9387179 or 5620592. OLE color: 5620592.
HSL color Cylindrical-coordinate representation of color #70C355: hue angle of 105.27º 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 #70C355 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 85 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.24 |
| HSL | 105.27º | 0.48% | 0.55% | - |
| HSV(B) | 105.27º | 0.56% | 0.76% | - |
| XYZ | 27.84 | 43.13 | 15.45 | - |
| YUV | 157.64 | 87 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 85 | 0.43 | 0 | 0.56 | 0.24 | 105.27 | 0.48 | 0.55 |
| Hex | 70 | C3 | 55 | 2B | 0 | 38 | 18 | 69 | 30 | 37 |
| Octal | 160 | 303 | 125 | 53 | 0 | 70 | 30 | 151 | 60 | 67 |
| Binary | 1110000 | 11000011 | 1010101 | 101011 | 0 | 111000 | 11000 | 1101001 | 110000 | 110111 |
Color Harmonies of #70C355
Complementary color
Monochromatic Colors of #70C355
Black with #70C355
Text Example
Text Example
White with #70C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C355; }
p { color: rgb(112,195,85); }
H1.HeaderClassName
{
color: #70C355;
}
.AnyTagClassName
{
color: #70C355;
}
</style>
background-color css
<style>
a { background-color: #70C355; }
a { background-color: rgb(112,195,85); }
div.DivClassName
{
background-color: #70C355;
}
.BgClassName
{
background-color: #70C355;
}
</style>
border-color css
<style>
span { border-color: #70C355; }
span { border-color: rgb(112,195,85); }
td.TdClassName
{
border-color: #70C355;
}
.TagClassName
{
border-color: #70C355;
}
</style>