Shades of Mantis #70C058
Tints of Mantis #70C058
RGB
CMYK
RGB Variations
Color information
#70C058 (or 0x70C058) is known color: Mantis. HEX triplet: 70, C0 and 58. RGB value is (112,192,88). Sum of RGB (Red+Green+Blue) = 112+192+88=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #70C058 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C058 is #8F3FA7. Grayscale: #9C9C9C. Windows color (decimal): -9387944 or 5816432. OLE color: 5816432.
HSL color Cylindrical-coordinate representation of color #70C058: hue angle of 106.15º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70C058 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 88 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.25 |
| HSL | 106.15º | 0.45% | 0.55% | - |
| HSV(B) | 106.15º | 0.54% | 0.75% | - |
| XYZ | 27.29 | 41.85 | 15.87 | - |
| YUV | 156.22 | 89.5 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 88 | 0.42 | 0 | 0.54 | 0.25 | 106.15 | 0.45 | 0.55 |
| Hex | 70 | C0 | 58 | 2A | 0 | 36 | 19 | 6A | 2D | 37 |
| Octal | 160 | 300 | 130 | 52 | 0 | 66 | 31 | 152 | 55 | 67 |
| Binary | 1110000 | 11000000 | 1011000 | 101010 | 0 | 110110 | 11001 | 1101010 | 101101 | 110111 |
Color Harmonies of #70C058
Complementary color
Monochromatic Colors of #70C058
Black with #70C058
Text Example
Text Example
White with #70C058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C058; }
p { color: rgb(112,192,88); }
H1.HeaderClassName
{
color: #70C058;
}
.AnyTagClassName
{
color: #70C058;
}
</style>
background-color css
<style>
a { background-color: #70C058; }
a { background-color: rgb(112,192,88); }
div.DivClassName
{
background-color: #70C058;
}
.BgClassName
{
background-color: #70C058;
}
</style>
border-color css
<style>
span { border-color: #70C058; }
span { border-color: rgb(112,192,88); }
td.TdClassName
{
border-color: #70C058;
}
.TagClassName
{
border-color: #70C058;
}
</style>