Shades of Mantis #70D455
Tints of Mantis #70D455
RGB
CMYK
RGB Variations
Color information
#70D455 (or 0x70D455) is known color: Mantis. HEX triplet: 70, D4 and 55. RGB value is (112,212,85). Sum of RGB (Red+Green+Blue) = 112+212+85=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 212 (83.20% from 255 or 51.83% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 212 - color contains mainly: green. Hex color #70D455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D455 is #8F2BAA. Grayscale: #A8A8A8. Windows color (decimal): -9382827 or 5624944. OLE color: 5624944.
HSL color Cylindrical-coordinate representation of color #70D455: hue angle of 107.24º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70D455 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 212 | 85 | - |
| CMYK | 0.47 | 0 | 0.60 | 0.17 |
| HSL | 107.24º | 0.6% | 0.58% | - |
| HSV(B) | 107.24º | 0.6% | 0.83% | - |
| XYZ | 31.87 | 51.19 | 16.8 | - |
| YUV | 167.62 | 81.37 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 212 | 85 | 0.47 | 0 | 0.60 | 0.17 | 107.24 | 0.6 | 0.58 |
| Hex | 70 | D4 | 55 | 2F | 0 | 3C | 11 | 6B | 3C | 3A |
| Octal | 160 | 324 | 125 | 57 | 0 | 74 | 21 | 153 | 74 | 72 |
| Binary | 1110000 | 11010100 | 1010101 | 101111 | 0 | 111100 | 10001 | 1101011 | 111100 | 111010 |
Color Harmonies of #70D455
Complementary color
Monochromatic Colors of #70D455
Black with #70D455
Text Example
Text Example
White with #70D455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D455; }
p { color: rgb(112,212,85); }
H1.HeaderClassName
{
color: #70D455;
}
.AnyTagClassName
{
color: #70D455;
}
</style>
background-color css
<style>
a { background-color: #70D455; }
a { background-color: rgb(112,212,85); }
div.DivClassName
{
background-color: #70D455;
}
.BgClassName
{
background-color: #70D455;
}
</style>
border-color css
<style>
span { border-color: #70D455; }
span { border-color: rgb(112,212,85); }
td.TdClassName
{
border-color: #70D455;
}
.TagClassName
{
border-color: #70D455;
}
</style>