Shades of Mantis #70D558
Tints of Mantis #70D558
RGB
CMYK
RGB Variations
Color information
#70D558 (or 0x70D558) is known color: Mantis. HEX triplet: 70, D5 and 58. RGB value is (112,213,88). Sum of RGB (Red+Green+Blue) = 112+213+88=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #70D558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D558 is #8F2AA7. Grayscale: #A8A8A8. Windows color (decimal): -9382568 or 5821808. OLE color: 5821808.
HSL color Cylindrical-coordinate representation of color #70D558: hue angle of 108.48º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70D558 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 88 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.16 |
| HSL | 108.48º | 0.6% | 0.59% | - |
| HSV(B) | 108.48º | 0.59% | 0.84% | - |
| XYZ | 32.24 | 51.74 | 17.52 | - |
| YUV | 168.55 | 82.54 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 88 | 0.47 | 0 | 0.59 | 0.16 | 108.48 | 0.6 | 0.59 |
| Hex | 70 | D5 | 58 | 2F | 0 | 3B | 10 | 6C | 3C | 3B |
| Octal | 160 | 325 | 130 | 57 | 0 | 73 | 20 | 154 | 74 | 73 |
| Binary | 1110000 | 11010101 | 1011000 | 101111 | 0 | 111011 | 10000 | 1101100 | 111100 | 111011 |
Color Harmonies of #70D558
Complementary color
Monochromatic Colors of #70D558
Black with #70D558
Text Example
Text Example
White with #70D558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D558; }
p { color: rgb(112,213,88); }
H1.HeaderClassName
{
color: #70D558;
}
.AnyTagClassName
{
color: #70D558;
}
</style>
background-color css
<style>
a { background-color: #70D558; }
a { background-color: rgb(112,213,88); }
div.DivClassName
{
background-color: #70D558;
}
.BgClassName
{
background-color: #70D558;
}
</style>
border-color css
<style>
span { border-color: #70D558; }
span { border-color: rgb(112,213,88); }
td.TdClassName
{
border-color: #70D558;
}
.TagClassName
{
border-color: #70D558;
}
</style>