Shades of Mantis #70E449
Tints of Mantis #70E449
RGB
CMYK
RGB Variations
Color information
#70E449 (or 0x70E449) is known color: Mantis. HEX triplet: 70, E4 and 49. RGB value is (112,228,73). Sum of RGB (Red+Green+Blue) = 112+228+73=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 228 (89.45% from 255 or 55.21% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 228 - color contains mainly: green. Hex color #70E449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E449 is #8F1BB6. Grayscale: #B0B0B0. Windows color (decimal): -9378743 or 4842608. OLE color: 4842608.
HSL color Cylindrical-coordinate representation of color #70E449: hue angle of 104.9º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70E449 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 73 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.11 |
| HSL | 104.9º | 0.74% | 0.59% | - |
| HSV(B) | 104.9º | 0.68% | 0.89% | - |
| XYZ | 35.63 | 59.41 | 15.89 | - |
| YUV | 175.65 | 70.07 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 73 | 0.51 | 0 | 0.68 | 0.11 | 104.9 | 0.74 | 0.59 |
| Hex | 70 | E4 | 49 | 33 | 0 | 44 | B | 69 | 4A | 3B |
| Octal | 160 | 344 | 111 | 63 | 0 | 104 | 13 | 151 | 112 | 73 |
| Binary | 1110000 | 11100100 | 1001001 | 110011 | 0 | 1000100 | 1011 | 1101001 | 1001010 | 111011 |
Color Harmonies of #70E449
Complementary color
Monochromatic Colors of #70E449
Black with #70E449
Text Example
Text Example
White with #70E449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E449; }
p { color: rgb(112,228,73); }
H1.HeaderClassName
{
color: #70E449;
}
.AnyTagClassName
{
color: #70E449;
}
</style>
background-color css
<style>
a { background-color: #70E449; }
a { background-color: rgb(112,228,73); }
div.DivClassName
{
background-color: #70E449;
}
.BgClassName
{
background-color: #70E449;
}
</style>
border-color css
<style>
span { border-color: #70E449; }
span { border-color: rgb(112,228,73); }
td.TdClassName
{
border-color: #70E449;
}
.TagClassName
{
border-color: #70E449;
}
</style>