Shades of Mantis #70E937
Tints of Mantis #70E937
RGB
CMYK
RGB Variations
Color information
#70E937 (or 0x70E937) is known color: Mantis. HEX triplet: 70, E9 and 37. RGB value is (112,233,55). Sum of RGB (Red+Green+Blue) = 112+233+55=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 233 (91.41% from 255 or 58.25% from 400); Blue value is 55 (21.88% from 255 or 13.75% from 400); Max value from RGB is 233 - color contains mainly: green. Hex color #70E937 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E937 is #8F16C8. Grayscale: #B1B1B1. Windows color (decimal): -9377481 or 3664240. OLE color: 3664240.
HSL color Cylindrical-coordinate representation of color #70E937: hue angle of 100.79º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70E937 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 55 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.09 |
| HSL | 100.79º | 0.8% | 0.56% | - |
| HSV(B) | 100.79º | 0.76% | 0.91% | - |
| XYZ | 36.51 | 62 | 13.66 | - |
| YUV | 176.53 | 59.41 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 55 | 0.52 | 0 | 0.76 | 0.09 | 100.79 | 0.8 | 0.56 |
| Hex | 70 | E9 | 37 | 34 | 0 | 4C | 9 | 65 | 50 | 38 |
| Octal | 160 | 351 | 67 | 64 | 0 | 114 | 11 | 145 | 120 | 70 |
| Binary | 1110000 | 11101001 | 110111 | 110100 | 0 | 1001100 | 1001 | 1100101 | 1010000 | 111000 |
Color Harmonies of #70E937
Complementary color
Monochromatic Colors of #70E937
Black with #70E937
Text Example
Text Example
White with #70E937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E937; }
p { color: rgb(112,233,55); }
H1.HeaderClassName
{
color: #70E937;
}
.AnyTagClassName
{
color: #70E937;
}
</style>
background-color css
<style>
a { background-color: #70E937; }
a { background-color: rgb(112,233,55); }
div.DivClassName
{
background-color: #70E937;
}
.BgClassName
{
background-color: #70E937;
}
</style>
border-color css
<style>
span { border-color: #70E937; }
span { border-color: rgb(112,233,55); }
td.TdClassName
{
border-color: #70E937;
}
.TagClassName
{
border-color: #70E937;
}
</style>