Shades of Mantis #70D24D
Tints of Mantis #70D24D
RGB
CMYK
RGB Variations
Color information
#70D24D (or 0x70D24D) is known color: Mantis. HEX triplet: 70, D2 and 4D. RGB value is (112,210,77). Sum of RGB (Red+Green+Blue) = 112+210+77=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #70D24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D24D is #8F2DB2. Grayscale: #A5A5A5. Windows color (decimal): -9383347 or 5100144. OLE color: 5100144.
HSL color Cylindrical-coordinate representation of color #70D24D: hue angle of 104.21º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70D24D is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 210 | 77 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.18 |
| HSL | 104.21º | 0.6% | 0.56% | - |
| HSV(B) | 104.21º | 0.63% | 0.82% | - |
| XYZ | 31.07 | 50.07 | 15.05 | - |
| YUV | 165.54 | 78.03 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 77 | 0.47 | 0 | 0.63 | 0.18 | 104.21 | 0.6 | 0.56 |
| Hex | 70 | D2 | 4D | 2F | 0 | 3F | 12 | 68 | 3C | 38 |
| Octal | 160 | 322 | 115 | 57 | 0 | 77 | 22 | 150 | 74 | 70 |
| Binary | 1110000 | 11010010 | 1001101 | 101111 | 0 | 111111 | 10010 | 1101000 | 111100 | 111000 |
Color Harmonies of #70D24D
Complementary color
Monochromatic Colors of #70D24D
Black with #70D24D
Text Example
Text Example
White with #70D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D24D; }
p { color: rgb(112,210,77); }
H1.HeaderClassName
{
color: #70D24D;
}
.AnyTagClassName
{
color: #70D24D;
}
</style>
background-color css
<style>
a { background-color: #70D24D; }
a { background-color: rgb(112,210,77); }
div.DivClassName
{
background-color: #70D24D;
}
.BgClassName
{
background-color: #70D24D;
}
</style>
border-color css
<style>
span { border-color: #70D24D; }
span { border-color: rgb(112,210,77); }
td.TdClassName
{
border-color: #70D24D;
}
.TagClassName
{
border-color: #70D24D;
}
</style>