Shades of Mantis #70E448
Tints of Mantis #70E448
RGB
CMYK
RGB Variations
Color information
#70E448 (or 0x70E448) is known color: Mantis. HEX triplet: 70, E4 and 48. RGB value is (112,228,72). Sum of RGB (Red+Green+Blue) = 112+228+72=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 228 (89.45% from 255 or 55.34% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 228 - color contains mainly: green. Hex color #70E448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E448 is #8F1BB7. Grayscale: #B0B0B0. Windows color (decimal): -9378744 or 4777072. OLE color: 4777072.
HSL color Cylindrical-coordinate representation of color #70E448: hue angle of 104.62º 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 #70E448 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 72 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.11 |
| HSL | 104.62º | 0.74% | 0.59% | - |
| HSV(B) | 104.62º | 0.68% | 0.89% | - |
| XYZ | 35.6 | 59.4 | 15.72 | - |
| YUV | 175.53 | 69.57 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 72 | 0.51 | 0 | 0.68 | 0.11 | 104.62 | 0.74 | 0.59 |
| Hex | 70 | E4 | 48 | 33 | 0 | 44 | B | 69 | 4A | 3B |
| Octal | 160 | 344 | 110 | 63 | 0 | 104 | 13 | 151 | 112 | 73 |
| Binary | 1110000 | 11100100 | 1001000 | 110011 | 0 | 1000100 | 1011 | 1101001 | 1001010 | 111011 |
Color Harmonies of #70E448
Complementary color
Monochromatic Colors of #70E448
Black with #70E448
Text Example
Text Example
White with #70E448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E448; }
p { color: rgb(112,228,72); }
H1.HeaderClassName
{
color: #70E448;
}
.AnyTagClassName
{
color: #70E448;
}
</style>
background-color css
<style>
a { background-color: #70E448; }
a { background-color: rgb(112,228,72); }
div.DivClassName
{
background-color: #70E448;
}
.BgClassName
{
background-color: #70E448;
}
</style>
border-color css
<style>
span { border-color: #70E448; }
span { border-color: rgb(112,228,72); }
td.TdClassName
{
border-color: #70E448;
}
.TagClassName
{
border-color: #70E448;
}
</style>