Shades of Mantis #70DC45
Tints of Mantis #70DC45
RGB
CMYK
RGB Variations
Color information
#70DC45 (or 0x70DC45) is known color: Mantis. HEX triplet: 70, DC and 45. RGB value is (112,220,69). Sum of RGB (Red+Green+Blue) = 112+220+69=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DC45 is #8F23BA. Grayscale: #AAAAAA. Windows color (decimal): -9380795 or 4578416. OLE color: 4578416.
HSL color Cylindrical-coordinate representation of color #70DC45: hue angle of 102.91º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70DC45 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 69 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.14 |
| HSL | 102.91º | 0.68% | 0.57% | - |
| HSV(B) | 102.91º | 0.69% | 0.86% | - |
| XYZ | 33.35 | 55.06 | 14.5 | - |
| YUV | 170.49 | 70.72 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 69 | 0.49 | 0 | 0.69 | 0.14 | 102.91 | 0.68 | 0.57 |
| Hex | 70 | DC | 45 | 31 | 0 | 45 | E | 67 | 44 | 39 |
| Octal | 160 | 334 | 105 | 61 | 0 | 105 | 16 | 147 | 104 | 71 |
| Binary | 1110000 | 11011100 | 1000101 | 110001 | 0 | 1000101 | 1110 | 1100111 | 1000100 | 111001 |
Color Harmonies of #70DC45
Complementary color
Monochromatic Colors of #70DC45
Black with #70DC45
Text Example
Text Example
White with #70DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC45; }
p { color: rgb(112,220,69); }
H1.HeaderClassName
{
color: #70DC45;
}
.AnyTagClassName
{
color: #70DC45;
}
</style>
background-color css
<style>
a { background-color: #70DC45; }
a { background-color: rgb(112,220,69); }
div.DivClassName
{
background-color: #70DC45;
}
.BgClassName
{
background-color: #70DC45;
}
</style>
border-color css
<style>
span { border-color: #70DC45; }
span { border-color: rgb(112,220,69); }
td.TdClassName
{
border-color: #70DC45;
}
.TagClassName
{
border-color: #70DC45;
}
</style>