Shades of Mantis #70C365
Tints of Mantis #70C365
RGB
CMYK
RGB Variations
Color information
#70C365 (or 0x70C365) is known color: Mantis. HEX triplet: 70, C3 and 65. RGB value is (112,195,101). Sum of RGB (Red+Green+Blue) = 112+195+101=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #70C365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C365 is #8F3C9A. Grayscale: #9F9F9F. Windows color (decimal): -9387163 or 6669168. OLE color: 6669168.
HSL color Cylindrical-coordinate representation of color #70C365: hue angle of 112.98º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70C365 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 101 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.24 |
| HSL | 112.98º | 0.44% | 0.58% | - |
| HSV(B) | 112.98º | 0.48% | 0.76% | - |
| XYZ | 28.55 | 43.41 | 19.19 | - |
| YUV | 159.47 | 95 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 101 | 0.43 | 0 | 0.48 | 0.24 | 112.98 | 0.44 | 0.58 |
| Hex | 70 | C3 | 65 | 2B | 0 | 30 | 18 | 71 | 2C | 3A |
| Octal | 160 | 303 | 145 | 53 | 0 | 60 | 30 | 161 | 54 | 72 |
| Binary | 1110000 | 11000011 | 1100101 | 101011 | 0 | 110000 | 11000 | 1110001 | 101100 | 111010 |
Color Harmonies of #70C365
Complementary color
Monochromatic Colors of #70C365
Black with #70C365
Text Example
Text Example
White with #70C365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C365; }
p { color: rgb(112,195,101); }
H1.HeaderClassName
{
color: #70C365;
}
.AnyTagClassName
{
color: #70C365;
}
</style>
background-color css
<style>
a { background-color: #70C365; }
a { background-color: rgb(112,195,101); }
div.DivClassName
{
background-color: #70C365;
}
.BgClassName
{
background-color: #70C365;
}
</style>
border-color css
<style>
span { border-color: #70C365; }
span { border-color: rgb(112,195,101); }
td.TdClassName
{
border-color: #70C365;
}
.TagClassName
{
border-color: #70C365;
}
</style>