Shades of Mantis #70E43C
Tints of Mantis #70E43C
RGB
CMYK
RGB Variations
Color information
#70E43C (or 0x70E43C) is known color: Mantis. HEX triplet: 70, E4 and 3C. RGB value is (112,228,60). Sum of RGB (Red+Green+Blue) = 112+228+60=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 228 (89.45% from 255 or 57% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 228 - color contains mainly: green. Hex color #70E43C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E43C is #8F1BC3. Grayscale: #AEAEAE. Windows color (decimal): -9378756 or 3990640. OLE color: 3990640.
HSL color Cylindrical-coordinate representation of color #70E43C: hue angle of 101.43º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70E43C is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 60 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.11 |
| HSL | 101.43º | 0.76% | 0.56% | - |
| HSV(B) | 101.43º | 0.74% | 0.89% | - |
| XYZ | 35.24 | 59.26 | 13.86 | - |
| YUV | 174.16 | 63.57 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 60 | 0.51 | 0 | 0.74 | 0.11 | 101.43 | 0.76 | 0.56 |
| Hex | 70 | E4 | 3C | 33 | 0 | 4A | B | 65 | 4C | 38 |
| Octal | 160 | 344 | 74 | 63 | 0 | 112 | 13 | 145 | 114 | 70 |
| Binary | 1110000 | 11100100 | 111100 | 110011 | 0 | 1001010 | 1011 | 1100101 | 1001100 | 111000 |
Color Harmonies of #70E43C
Complementary color
Monochromatic Colors of #70E43C
Black with #70E43C
Text Example
Text Example
White with #70E43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E43C; }
p { color: rgb(112,228,60); }
H1.HeaderClassName
{
color: #70E43C;
}
.AnyTagClassName
{
color: #70E43C;
}
</style>
background-color css
<style>
a { background-color: #70E43C; }
a { background-color: rgb(112,228,60); }
div.DivClassName
{
background-color: #70E43C;
}
.BgClassName
{
background-color: #70E43C;
}
</style>
border-color css
<style>
span { border-color: #70E43C; }
span { border-color: rgb(112,228,60); }
td.TdClassName
{
border-color: #70E43C;
}
.TagClassName
{
border-color: #70E43C;
}
</style>