Shades of Mantis #70E737
Tints of Mantis #70E737
RGB
CMYK
RGB Variations
Color information
#70E737 (or 0x70E737) is known color: Mantis. HEX triplet: 70, E7 and 37. RGB value is (112,231,55). Sum of RGB (Red+Green+Blue) = 112+231+55=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 231 (90.62% from 255 or 58.04% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 231 - color contains mainly: green. Hex color #70E737 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E737 is #8F18C8. Grayscale: #AFAFAF. Windows color (decimal): -9377993 or 3663728. OLE color: 3663728.
HSL color Cylindrical-coordinate representation of color #70E737: hue angle of 100.57º degrees, saturation: 0.79, 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 #70E737 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 55 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.09 |
| HSL | 100.57º | 0.79% | 0.56% | - |
| HSV(B) | 100.57º | 0.76% | 0.91% | - |
| XYZ | 35.95 | 60.87 | 13.47 | - |
| YUV | 175.36 | 60.08 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 55 | 0.52 | 0 | 0.76 | 0.09 | 100.57 | 0.79 | 0.56 |
| Hex | 70 | E7 | 37 | 34 | 0 | 4C | 9 | 65 | 4F | 38 |
| Octal | 160 | 347 | 67 | 64 | 0 | 114 | 11 | 145 | 117 | 70 |
| Binary | 1110000 | 11100111 | 110111 | 110100 | 0 | 1001100 | 1001 | 1100101 | 1001111 | 111000 |
Color Harmonies of #70E737
Complementary color
Monochromatic Colors of #70E737
Black with #70E737
Text Example
Text Example
White with #70E737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E737; }
p { color: rgb(112,231,55); }
H1.HeaderClassName
{
color: #70E737;
}
.AnyTagClassName
{
color: #70E737;
}
</style>
background-color css
<style>
a { background-color: #70E737; }
a { background-color: rgb(112,231,55); }
div.DivClassName
{
background-color: #70E737;
}
.BgClassName
{
background-color: #70E737;
}
</style>
border-color css
<style>
span { border-color: #70E737; }
span { border-color: rgb(112,231,55); }
td.TdClassName
{
border-color: #70E737;
}
.TagClassName
{
border-color: #70E737;
}
</style>