Shades of Mantis #70D255
Tints of Mantis #70D255
RGB
CMYK
RGB Variations
Color information
#70D255 (or 0x70D255) is known color: Mantis. HEX triplet: 70, D2 and 55. RGB value is (112,210,85). Sum of RGB (Red+Green+Blue) = 112+210+85=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 210 (82.42% from 255 or 51.60% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 210 - color contains mainly: green. Hex color #70D255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D255 is #8F2DAA. Grayscale: #A6A6A6. Windows color (decimal): -9383339 or 5624432. OLE color: 5624432.
HSL color Cylindrical-coordinate representation of color #70D255: hue angle of 107.04º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70D255 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 210 | 85 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.18 |
| HSL | 107.04º | 0.58% | 0.58% | - |
| HSV(B) | 107.04º | 0.6% | 0.82% | - |
| XYZ | 31.37 | 50.19 | 16.63 | - |
| YUV | 166.45 | 82.03 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 85 | 0.47 | 0 | 0.60 | 0.18 | 107.04 | 0.58 | 0.58 |
| Hex | 70 | D2 | 55 | 2F | 0 | 3C | 12 | 6B | 3A | 3A |
| Octal | 160 | 322 | 125 | 57 | 0 | 74 | 22 | 153 | 72 | 72 |
| Binary | 1110000 | 11010010 | 1010101 | 101111 | 0 | 111100 | 10010 | 1101011 | 111010 | 111010 |
Color Harmonies of #70D255
Complementary color
Monochromatic Colors of #70D255
Black with #70D255
Text Example
Text Example
White with #70D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D255; }
p { color: rgb(112,210,85); }
H1.HeaderClassName
{
color: #70D255;
}
.AnyTagClassName
{
color: #70D255;
}
</style>
background-color css
<style>
a { background-color: #70D255; }
a { background-color: rgb(112,210,85); }
div.DivClassName
{
background-color: #70D255;
}
.BgClassName
{
background-color: #70D255;
}
</style>
border-color css
<style>
span { border-color: #70D255; }
span { border-color: rgb(112,210,85); }
td.TdClassName
{
border-color: #70D255;
}
.TagClassName
{
border-color: #70D255;
}
</style>