Shades of Mantis #70E537
Tints of Mantis #70E537
RGB
CMYK
RGB Variations
Color information
#70E537 (or 0x70E537) is known color: Mantis. HEX triplet: 70, E5 and 37. RGB value is (112,229,55). Sum of RGB (Red+Green+Blue) = 112+229+55=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 229 (89.84% from 255 or 57.83% from 396); Blue value is 55 (21.88% from 255 or 13.89% from 396); Max value from RGB is 229 - color contains mainly: green. Hex color #70E537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E537 is #8F1AC8. Grayscale: #AEAEAE. Windows color (decimal): -9378505 or 3663216. OLE color: 3663216.
HSL color Cylindrical-coordinate representation of color #70E537: hue angle of 100.34º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70E537 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 55 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.10 |
| HSL | 100.34º | 0.77% | 0.56% | - |
| HSV(B) | 100.34º | 0.76% | 0.9% | - |
| XYZ | 35.39 | 59.76 | 13.28 | - |
| YUV | 174.18 | 60.74 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 55 | 0.51 | 0 | 0.76 | 0.10 | 100.34 | 0.77 | 0.56 |
| Hex | 70 | E5 | 37 | 33 | 0 | 4C | A | 64 | 4D | 38 |
| Octal | 160 | 345 | 67 | 63 | 0 | 114 | 12 | 144 | 115 | 70 |
| Binary | 1110000 | 11100101 | 110111 | 110011 | 0 | 1001100 | 1010 | 1100100 | 1001101 | 111000 |
Color Harmonies of #70E537
Complementary color
Monochromatic Colors of #70E537
Black with #70E537
Text Example
Text Example
White with #70E537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E537; }
p { color: rgb(112,229,55); }
H1.HeaderClassName
{
color: #70E537;
}
.AnyTagClassName
{
color: #70E537;
}
</style>
background-color css
<style>
a { background-color: #70E537; }
a { background-color: rgb(112,229,55); }
div.DivClassName
{
background-color: #70E537;
}
.BgClassName
{
background-color: #70E537;
}
</style>
border-color css
<style>
span { border-color: #70E537; }
span { border-color: rgb(112,229,55); }
td.TdClassName
{
border-color: #70E537;
}
.TagClassName
{
border-color: #70E537;
}
</style>