Shades of Mantis #70C052
Tints of Mantis #70C052
RGB
CMYK
RGB Variations
Color information
#70C052 (or 0x70C052) is known color: Mantis. HEX triplet: 70, C0 and 52. RGB value is (112,192,82). Sum of RGB (Red+Green+Blue) = 112+192+82=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #70C052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C052 is #8F3FAD. Grayscale: #9B9B9B. Windows color (decimal): -9387950 or 5423216. OLE color: 5423216.
HSL color Cylindrical-coordinate representation of color #70C052: hue angle of 103.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70C052 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 82 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.25 |
| HSL | 103.64º | 0.47% | 0.54% | - |
| HSV(B) | 103.64º | 0.57% | 0.75% | - |
| XYZ | 27.05 | 41.75 | 14.62 | - |
| YUV | 155.54 | 86.5 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 82 | 0.42 | 0 | 0.57 | 0.25 | 103.64 | 0.47 | 0.54 |
| Hex | 70 | C0 | 52 | 2A | 0 | 39 | 19 | 68 | 2F | 36 |
| Octal | 160 | 300 | 122 | 52 | 0 | 71 | 31 | 150 | 57 | 66 |
| Binary | 1110000 | 11000000 | 1010010 | 101010 | 0 | 111001 | 11001 | 1101000 | 101111 | 110110 |
Color Harmonies of #70C052
Complementary color
Monochromatic Colors of #70C052
Black with #70C052
Text Example
Text Example
White with #70C052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C052; }
p { color: rgb(112,192,82); }
H1.HeaderClassName
{
color: #70C052;
}
.AnyTagClassName
{
color: #70C052;
}
</style>
background-color css
<style>
a { background-color: #70C052; }
a { background-color: rgb(112,192,82); }
div.DivClassName
{
background-color: #70C052;
}
.BgClassName
{
background-color: #70C052;
}
</style>
border-color css
<style>
span { border-color: #70C052; }
span { border-color: rgb(112,192,82); }
td.TdClassName
{
border-color: #70C052;
}
.TagClassName
{
border-color: #70C052;
}
</style>