Shades of Mantis #70D34D
Tints of Mantis #70D34D
RGB
CMYK
RGB Variations
Color information
#70D34D (or 0x70D34D) is known color: Mantis. HEX triplet: 70, D3 and 4D. RGB value is (112,211,77). Sum of RGB (Red+Green+Blue) = 112+211+77=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 211 (82.81% from 255 or 52.75% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 211 - color contains mainly: green. Hex color #70D34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D34D is #8F2CB2. Grayscale: #A6A6A6. Windows color (decimal): -9383091 or 5100400. OLE color: 5100400.
HSL color Cylindrical-coordinate representation of color #70D34D: hue angle of 104.33º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70D34D is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 77 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.17 |
| HSL | 104.33º | 0.6% | 0.56% | - |
| HSV(B) | 104.33º | 0.64% | 0.83% | - |
| XYZ | 31.32 | 50.57 | 15.13 | - |
| YUV | 166.12 | 77.7 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 77 | 0.47 | 0 | 0.64 | 0.17 | 104.33 | 0.6 | 0.56 |
| Hex | 70 | D3 | 4D | 2F | 0 | 40 | 11 | 68 | 3C | 38 |
| Octal | 160 | 323 | 115 | 57 | 0 | 100 | 21 | 150 | 74 | 70 |
| Binary | 1110000 | 11010011 | 1001101 | 101111 | 0 | 1000000 | 10001 | 1101000 | 111100 | 111000 |
Color Harmonies of #70D34D
Complementary color
Monochromatic Colors of #70D34D
Black with #70D34D
Text Example
Text Example
White with #70D34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D34D; }
p { color: rgb(112,211,77); }
H1.HeaderClassName
{
color: #70D34D;
}
.AnyTagClassName
{
color: #70D34D;
}
</style>
background-color css
<style>
a { background-color: #70D34D; }
a { background-color: rgb(112,211,77); }
div.DivClassName
{
background-color: #70D34D;
}
.BgClassName
{
background-color: #70D34D;
}
</style>
border-color css
<style>
span { border-color: #70D34D; }
span { border-color: rgb(112,211,77); }
td.TdClassName
{
border-color: #70D34D;
}
.TagClassName
{
border-color: #70D34D;
}
</style>