Shades of Mantis #70DA45
Tints of Mantis #70DA45
RGB
CMYK
RGB Variations
Color information
#70DA45 (or 0x70DA45) is known color: Mantis. HEX triplet: 70, DA and 45. RGB value is (112,218,69). Sum of RGB (Red+Green+Blue) = 112+218+69=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 218 (85.55% from 255 or 54.64% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DA45 is #8F25BA. Grayscale: #A9A9A9. Windows color (decimal): -9381307 or 4577904. OLE color: 4577904.
HSL color Cylindrical-coordinate representation of color #70DA45: hue angle of 102.68º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70DA45 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 218 | 69 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.15 |
| HSL | 102.68º | 0.67% | 0.56% | - |
| HSV(B) | 102.68º | 0.68% | 0.85% | - |
| XYZ | 32.83 | 54.02 | 14.33 | - |
| YUV | 169.32 | 71.38 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 69 | 0.49 | 0 | 0.68 | 0.15 | 102.68 | 0.67 | 0.56 |
| Hex | 70 | DA | 45 | 31 | 0 | 44 | F | 67 | 43 | 38 |
| Octal | 160 | 332 | 105 | 61 | 0 | 104 | 17 | 147 | 103 | 70 |
| Binary | 1110000 | 11011010 | 1000101 | 110001 | 0 | 1000100 | 1111 | 1100111 | 1000011 | 111000 |
Color Harmonies of #70DA45
Complementary color
Monochromatic Colors of #70DA45
Black with #70DA45
Text Example
Text Example
White with #70DA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DA45; }
p { color: rgb(112,218,69); }
H1.HeaderClassName
{
color: #70DA45;
}
.AnyTagClassName
{
color: #70DA45;
}
</style>
background-color css
<style>
a { background-color: #70DA45; }
a { background-color: rgb(112,218,69); }
div.DivClassName
{
background-color: #70DA45;
}
.BgClassName
{
background-color: #70DA45;
}
</style>
border-color css
<style>
span { border-color: #70DA45; }
span { border-color: rgb(112,218,69); }
td.TdClassName
{
border-color: #70DA45;
}
.TagClassName
{
border-color: #70DA45;
}
</style>