Shades of Mantis #70D155
Tints of Mantis #70D155
RGB
CMYK
RGB Variations
Color information
#70D155 (or 0x70D155) is known color: Mantis. HEX triplet: 70, D1 and 55. RGB value is (112,209,85). Sum of RGB (Red+Green+Blue) = 112+209+85=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #70D155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D155 is #8F2EAA. Grayscale: #A6A6A6. Windows color (decimal): -9383595 or 5624176. OLE color: 5624176.
HSL color Cylindrical-coordinate representation of color #70D155: hue angle of 106.94º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70D155 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 209 | 85 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.18 |
| HSL | 106.94º | 0.57% | 0.58% | - |
| HSV(B) | 106.94º | 0.59% | 0.82% | - |
| XYZ | 31.12 | 49.7 | 16.55 | - |
| YUV | 165.86 | 82.36 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 209 | 85 | 0.46 | 0 | 0.59 | 0.18 | 106.94 | 0.57 | 0.58 |
| Hex | 70 | D1 | 55 | 2E | 0 | 3B | 12 | 6B | 39 | 3A |
| Octal | 160 | 321 | 125 | 56 | 0 | 73 | 22 | 153 | 71 | 72 |
| Binary | 1110000 | 11010001 | 1010101 | 101110 | 0 | 111011 | 10010 | 1101011 | 111001 | 111010 |
Color Harmonies of #70D155
Complementary color
Monochromatic Colors of #70D155
Black with #70D155
Text Example
Text Example
White with #70D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D155; }
p { color: rgb(112,209,85); }
H1.HeaderClassName
{
color: #70D155;
}
.AnyTagClassName
{
color: #70D155;
}
</style>
background-color css
<style>
a { background-color: #70D155; }
a { background-color: rgb(112,209,85); }
div.DivClassName
{
background-color: #70D155;
}
.BgClassName
{
background-color: #70D155;
}
</style>
border-color css
<style>
span { border-color: #70D155; }
span { border-color: rgb(112,209,85); }
td.TdClassName
{
border-color: #70D155;
}
.TagClassName
{
border-color: #70D155;
}
</style>