Shades of Mantis #70C94E
Tints of Mantis #70C94E
RGB
CMYK
RGB Variations
Color information
#70C94E (or 0x70C94E) is known color: Mantis. HEX triplet: 70, C9 and 4E. RGB value is (112,201,78). Sum of RGB (Red+Green+Blue) = 112+201+78=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #70C94E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C94E is #8F36B1. Grayscale: #A0A0A0. Windows color (decimal): -9385650 or 5163376. OLE color: 5163376.
HSL color Cylindrical-coordinate representation of color #70C94E: hue angle of 103.41º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70C94E is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 78 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.21 |
| HSL | 103.41º | 0.53% | 0.55% | - |
| HSV(B) | 103.41º | 0.61% | 0.79% | - |
| XYZ | 28.94 | 45.77 | 14.52 | - |
| YUV | 160.37 | 81.51 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 78 | 0.44 | 0 | 0.61 | 0.21 | 103.41 | 0.53 | 0.55 |
| Hex | 70 | C9 | 4E | 2C | 0 | 3D | 15 | 67 | 35 | 37 |
| Octal | 160 | 311 | 116 | 54 | 0 | 75 | 25 | 147 | 65 | 67 |
| Binary | 1110000 | 11001001 | 1001110 | 101100 | 0 | 111101 | 10101 | 1100111 | 110101 | 110111 |
Color Harmonies of #70C94E
Complementary color
Monochromatic Colors of #70C94E
Black with #70C94E
Text Example
Text Example
White with #70C94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C94E; }
p { color: rgb(112,201,78); }
H1.HeaderClassName
{
color: #70C94E;
}
.AnyTagClassName
{
color: #70C94E;
}
</style>
background-color css
<style>
a { background-color: #70C94E; }
a { background-color: rgb(112,201,78); }
div.DivClassName
{
background-color: #70C94E;
}
.BgClassName
{
background-color: #70C94E;
}
</style>
border-color css
<style>
span { border-color: #70C94E; }
span { border-color: rgb(112,201,78); }
td.TdClassName
{
border-color: #70C94E;
}
.TagClassName
{
border-color: #70C94E;
}
</style>