Shades of Mantis #70C05D
Tints of Mantis #70C05D
RGB
CMYK
RGB Variations
Color information
#70C05D (or 0x70C05D) is known color: Mantis. HEX triplet: 70, C0 and 5D. RGB value is (112,192,93). Sum of RGB (Red+Green+Blue) = 112+192+93=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #70C05D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C05D is #8F3FA2. Grayscale: #9D9D9D. Windows color (decimal): -9387939 or 6144112. OLE color: 6144112.
HSL color Cylindrical-coordinate representation of color #70C05D: hue angle of 108.48º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70C05D is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 93 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.25 |
| HSL | 108.48º | 0.44% | 0.56% | - |
| HSV(B) | 108.48º | 0.52% | 0.75% | - |
| XYZ | 27.51 | 41.93 | 17 | - |
| YUV | 156.79 | 92 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 93 | 0.42 | 0 | 0.52 | 0.25 | 108.48 | 0.44 | 0.56 |
| Hex | 70 | C0 | 5D | 2A | 0 | 34 | 19 | 6C | 2C | 38 |
| Octal | 160 | 300 | 135 | 52 | 0 | 64 | 31 | 154 | 54 | 70 |
| Binary | 1110000 | 11000000 | 1011101 | 101010 | 0 | 110100 | 11001 | 1101100 | 101100 | 111000 |
Color Harmonies of #70C05D
Complementary color
Monochromatic Colors of #70C05D
Black with #70C05D
Text Example
Text Example
White with #70C05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C05D; }
p { color: rgb(112,192,93); }
H1.HeaderClassName
{
color: #70C05D;
}
.AnyTagClassName
{
color: #70C05D;
}
</style>
background-color css
<style>
a { background-color: #70C05D; }
a { background-color: rgb(112,192,93); }
div.DivClassName
{
background-color: #70C05D;
}
.BgClassName
{
background-color: #70C05D;
}
</style>
border-color css
<style>
span { border-color: #70C05D; }
span { border-color: rgb(112,192,93); }
td.TdClassName
{
border-color: #70C05D;
}
.TagClassName
{
border-color: #70C05D;
}
</style>