Shades of Mantis #70C950
Tints of Mantis #70C950
RGB
CMYK
RGB Variations
Color information
#70C950 (or 0x70C950) is known color: Mantis. HEX triplet: 70, C9 and 50. RGB value is (112,201,80). Sum of RGB (Red+Green+Blue) = 112+201+80=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #70C950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C950 is #8F36AF. Grayscale: #A0A0A0. Windows color (decimal): -9385648 or 5294448. OLE color: 5294448.
HSL color Cylindrical-coordinate representation of color #70C950: hue angle of 104.13º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70C950 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 80 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.21 |
| HSL | 104.13º | 0.53% | 0.55% | - |
| HSV(B) | 104.13º | 0.6% | 0.79% | - |
| XYZ | 29.02 | 45.8 | 14.9 | - |
| YUV | 160.6 | 82.51 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 80 | 0.44 | 0 | 0.60 | 0.21 | 104.13 | 0.53 | 0.55 |
| Hex | 70 | C9 | 50 | 2C | 0 | 3C | 15 | 68 | 35 | 37 |
| Octal | 160 | 311 | 120 | 54 | 0 | 74 | 25 | 150 | 65 | 67 |
| Binary | 1110000 | 11001001 | 1010000 | 101100 | 0 | 111100 | 10101 | 1101000 | 110101 | 110111 |
Color Harmonies of #70C950
Complementary color
Monochromatic Colors of #70C950
Black with #70C950
Text Example
Text Example
White with #70C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C950; }
p { color: rgb(112,201,80); }
H1.HeaderClassName
{
color: #70C950;
}
.AnyTagClassName
{
color: #70C950;
}
</style>
background-color css
<style>
a { background-color: #70C950; }
a { background-color: rgb(112,201,80); }
div.DivClassName
{
background-color: #70C950;
}
.BgClassName
{
background-color: #70C950;
}
</style>
border-color css
<style>
span { border-color: #70C950; }
span { border-color: rgb(112,201,80); }
td.TdClassName
{
border-color: #70C950;
}
.TagClassName
{
border-color: #70C950;
}
</style>