Shades of Mantis #70D656
Tints of Mantis #70D656
RGB
CMYK
RGB Variations
Color information
#70D656 (or 0x70D656) is known color: Mantis. HEX triplet: 70, D6 and 56. RGB value is (112,214,86). Sum of RGB (Red+Green+Blue) = 112+214+86=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #70D656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D656 is #8F29A9. Grayscale: #A9A9A9. Windows color (decimal): -9382314 or 5690992. OLE color: 5690992.
HSL color Cylindrical-coordinate representation of color #70D656: hue angle of 107.81º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70D656 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 86 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.16 |
| HSL | 107.81º | 0.61% | 0.59% | - |
| HSV(B) | 107.81º | 0.6% | 0.84% | - |
| XYZ | 32.41 | 52.21 | 17.17 | - |
| YUV | 168.91 | 81.21 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 86 | 0.48 | 0 | 0.60 | 0.16 | 107.81 | 0.61 | 0.59 |
| Hex | 70 | D6 | 56 | 30 | 0 | 3C | 10 | 6C | 3D | 3B |
| Octal | 160 | 326 | 126 | 60 | 0 | 74 | 20 | 154 | 75 | 73 |
| Binary | 1110000 | 11010110 | 1010110 | 110000 | 0 | 111100 | 10000 | 1101100 | 111101 | 111011 |
Color Harmonies of #70D656
Complementary color
Monochromatic Colors of #70D656
Black with #70D656
Text Example
Text Example
White with #70D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D656; }
p { color: rgb(112,214,86); }
H1.HeaderClassName
{
color: #70D656;
}
.AnyTagClassName
{
color: #70D656;
}
</style>
background-color css
<style>
a { background-color: #70D656; }
a { background-color: rgb(112,214,86); }
div.DivClassName
{
background-color: #70D656;
}
.BgClassName
{
background-color: #70D656;
}
</style>
border-color css
<style>
span { border-color: #70D656; }
span { border-color: rgb(112,214,86); }
td.TdClassName
{
border-color: #70D656;
}
.TagClassName
{
border-color: #70D656;
}
</style>