Shades of Mantis #70E538
Tints of Mantis #70E538
RGB
CMYK
RGB Variations
Color information
#70E538 (or 0x70E538) is known color: Mantis. HEX triplet: 70, E5 and 38. RGB value is (112,229,56). Sum of RGB (Red+Green+Blue) = 112+229+56=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 229 (89.84% from 255 or 57.68% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 229 - color contains mainly: green. Hex color #70E538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E538 is #8F1AC7. Grayscale: #AEAEAE. Windows color (decimal): -9378504 or 3728752. OLE color: 3728752.
HSL color Cylindrical-coordinate representation of color #70E538: hue angle of 100.58º 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 #70E538 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 56 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.10 |
| HSL | 100.58º | 0.77% | 0.56% | - |
| HSV(B) | 100.58º | 0.76% | 0.9% | - |
| XYZ | 35.42 | 59.77 | 13.41 | - |
| YUV | 174.3 | 61.24 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 56 | 0.51 | 0 | 0.76 | 0.10 | 100.58 | 0.77 | 0.56 |
| Hex | 70 | E5 | 38 | 33 | 0 | 4C | A | 65 | 4D | 38 |
| Octal | 160 | 345 | 70 | 63 | 0 | 114 | 12 | 145 | 115 | 70 |
| Binary | 1110000 | 11100101 | 111000 | 110011 | 0 | 1001100 | 1010 | 1100101 | 1001101 | 111000 |
Color Harmonies of #70E538
Complementary color
Monochromatic Colors of #70E538
Black with #70E538
Text Example
Text Example
White with #70E538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E538; }
p { color: rgb(112,229,56); }
H1.HeaderClassName
{
color: #70E538;
}
.AnyTagClassName
{
color: #70E538;
}
</style>
background-color css
<style>
a { background-color: #70E538; }
a { background-color: rgb(112,229,56); }
div.DivClassName
{
background-color: #70E538;
}
.BgClassName
{
background-color: #70E538;
}
</style>
border-color css
<style>
span { border-color: #70E538; }
span { border-color: rgb(112,229,56); }
td.TdClassName
{
border-color: #70E538;
}
.TagClassName
{
border-color: #70E538;
}
</style>