Shades of Mantis #70DB49
Tints of Mantis #70DB49
RGB
CMYK
RGB Variations
Color information
#70DB49 (or 0x70DB49) is known color: Mantis. HEX triplet: 70, DB and 49. RGB value is (112,219,73). Sum of RGB (Red+Green+Blue) = 112+219+73=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 219 (85.94% from 255 or 54.21% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DB49 is #8F24B6. Grayscale: #AAAAAA. Windows color (decimal): -9381047 or 4840304. OLE color: 4840304.
HSL color Cylindrical-coordinate representation of color #70DB49: hue angle of 103.97º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70DB49 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 73 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.14 |
| HSL | 103.97º | 0.67% | 0.57% | - |
| HSV(B) | 103.97º | 0.67% | 0.86% | - |
| XYZ | 33.22 | 54.59 | 15.09 | - |
| YUV | 170.36 | 73.05 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 73 | 0.49 | 0 | 0.67 | 0.14 | 103.97 | 0.67 | 0.57 |
| Hex | 70 | DB | 49 | 31 | 0 | 43 | E | 68 | 43 | 39 |
| Octal | 160 | 333 | 111 | 61 | 0 | 103 | 16 | 150 | 103 | 71 |
| Binary | 1110000 | 11011011 | 1001001 | 110001 | 0 | 1000011 | 1110 | 1101000 | 1000011 | 111001 |
Color Harmonies of #70DB49
Complementary color
Monochromatic Colors of #70DB49
Black with #70DB49
Text Example
Text Example
White with #70DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB49; }
p { color: rgb(112,219,73); }
H1.HeaderClassName
{
color: #70DB49;
}
.AnyTagClassName
{
color: #70DB49;
}
</style>
background-color css
<style>
a { background-color: #70DB49; }
a { background-color: rgb(112,219,73); }
div.DivClassName
{
background-color: #70DB49;
}
.BgClassName
{
background-color: #70DB49;
}
</style>
border-color css
<style>
span { border-color: #70DB49; }
span { border-color: rgb(112,219,73); }
td.TdClassName
{
border-color: #70DB49;
}
.TagClassName
{
border-color: #70DB49;
}
</style>