Shades of Mantis #70D651
Tints of Mantis #70D651
RGB
CMYK
RGB Variations
Color information
#70D651 (or 0x70D651) is known color: Mantis. HEX triplet: 70, D6 and 51. RGB value is (112,214,81). Sum of RGB (Red+Green+Blue) = 112+214+81=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #70D651 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D651 is #8F29AE. Grayscale: #A8A8A8. Windows color (decimal): -9382319 or 5363312. OLE color: 5363312.
HSL color Cylindrical-coordinate representation of color #70D651: hue angle of 106.02º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70D651 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 81 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.16 |
| HSL | 106.02º | 0.62% | 0.58% | - |
| HSV(B) | 106.02º | 0.62% | 0.84% | - |
| XYZ | 32.21 | 52.13 | 16.15 | - |
| YUV | 168.34 | 78.71 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 81 | 0.48 | 0 | 0.62 | 0.16 | 106.02 | 0.62 | 0.58 |
| Hex | 70 | D6 | 51 | 30 | 0 | 3E | 10 | 6A | 3E | 3A |
| Octal | 160 | 326 | 121 | 60 | 0 | 76 | 20 | 152 | 76 | 72 |
| Binary | 1110000 | 11010110 | 1010001 | 110000 | 0 | 111110 | 10000 | 1101010 | 111110 | 111010 |
Color Harmonies of #70D651
Complementary color
Monochromatic Colors of #70D651
Black with #70D651
Text Example
Text Example
White with #70D651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D651; }
p { color: rgb(112,214,81); }
H1.HeaderClassName
{
color: #70D651;
}
.AnyTagClassName
{
color: #70D651;
}
</style>
background-color css
<style>
a { background-color: #70D651; }
a { background-color: rgb(112,214,81); }
div.DivClassName
{
background-color: #70D651;
}
.BgClassName
{
background-color: #70D651;
}
</style>
border-color css
<style>
span { border-color: #70D651; }
span { border-color: rgb(112,214,81); }
td.TdClassName
{
border-color: #70D651;
}
.TagClassName
{
border-color: #70D651;
}
</style>