Shades of Mantis #70D652
Tints of Mantis #70D652
RGB
CMYK
RGB Variations
Color information
#70D652 (or 0x70D652) is known color: Mantis. HEX triplet: 70, D6 and 52. RGB value is (112,214,82). Sum of RGB (Red+Green+Blue) = 112+214+82=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #70D652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D652 is #8F29AD. Grayscale: #A8A8A8. Windows color (decimal): -9382318 or 5428848. OLE color: 5428848.
HSL color Cylindrical-coordinate representation of color #70D652: hue angle of 106.36º 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 #70D652 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 82 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.16 |
| HSL | 106.36º | 0.62% | 0.58% | - |
| HSV(B) | 106.36º | 0.62% | 0.84% | - |
| XYZ | 32.25 | 52.15 | 16.35 | - |
| YUV | 168.45 | 79.21 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 82 | 0.48 | 0 | 0.62 | 0.16 | 106.36 | 0.62 | 0.58 |
| Hex | 70 | D6 | 52 | 30 | 0 | 3E | 10 | 6A | 3E | 3A |
| Octal | 160 | 326 | 122 | 60 | 0 | 76 | 20 | 152 | 76 | 72 |
| Binary | 1110000 | 11010110 | 1010010 | 110000 | 0 | 111110 | 10000 | 1101010 | 111110 | 111010 |
Color Harmonies of #70D652
Complementary color
Monochromatic Colors of #70D652
Black with #70D652
Text Example
Text Example
White with #70D652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D652; }
p { color: rgb(112,214,82); }
H1.HeaderClassName
{
color: #70D652;
}
.AnyTagClassName
{
color: #70D652;
}
</style>
background-color css
<style>
a { background-color: #70D652; }
a { background-color: rgb(112,214,82); }
div.DivClassName
{
background-color: #70D652;
}
.BgClassName
{
background-color: #70D652;
}
</style>
border-color css
<style>
span { border-color: #70D652; }
span { border-color: rgb(112,214,82); }
td.TdClassName
{
border-color: #70D652;
}
.TagClassName
{
border-color: #70D652;
}
</style>