Shades of Mantis #70CD5E
Tints of Mantis #70CD5E
RGB
CMYK
RGB Variations
Color information
#70CD5E (or 0x70CD5E) is known color: Mantis. HEX triplet: 70, CD and 5E. RGB value is (112,205,94). Sum of RGB (Red+Green+Blue) = 112+205+94=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CD5E is #8F32A1. Grayscale: #A4A4A4. Windows color (decimal): -9384610 or 6212976. OLE color: 6212976.
HSL color Cylindrical-coordinate representation of color #70CD5E: hue angle of 110.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70CD5E is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 205 | 94 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.20 |
| HSL | 110.27º | 0.53% | 0.59% | - |
| HSV(B) | 110.27º | 0.54% | 0.8% | - |
| XYZ | 30.53 | 47.92 | 18.23 | - |
| YUV | 164.54 | 88.19 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 94 | 0.45 | 0 | 0.54 | 0.20 | 110.27 | 0.53 | 0.59 |
| Hex | 70 | CD | 5E | 2D | 0 | 36 | 14 | 6E | 35 | 3B |
| Octal | 160 | 315 | 136 | 55 | 0 | 66 | 24 | 156 | 65 | 73 |
| Binary | 1110000 | 11001101 | 1011110 | 101101 | 0 | 110110 | 10100 | 1101110 | 110101 | 111011 |
Color Harmonies of #70CD5E
Complementary color
Monochromatic Colors of #70CD5E
Black with #70CD5E
Text Example
Text Example
White with #70CD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CD5E; }
p { color: rgb(112,205,94); }
H1.HeaderClassName
{
color: #70CD5E;
}
.AnyTagClassName
{
color: #70CD5E;
}
</style>
background-color css
<style>
a { background-color: #70CD5E; }
a { background-color: rgb(112,205,94); }
div.DivClassName
{
background-color: #70CD5E;
}
.BgClassName
{
background-color: #70CD5E;
}
</style>
border-color css
<style>
span { border-color: #70CD5E; }
span { border-color: rgb(112,205,94); }
td.TdClassName
{
border-color: #70CD5E;
}
.TagClassName
{
border-color: #70CD5E;
}
</style>