Shades of Mantis #8DC058
Tints of Mantis #8DC058
RGB
CMYK
RGB Variations
Color information
#8DC058 (or 0x8DC058) is known color: Mantis. HEX triplet: 8D, C0 and 58. RGB value is (141,192,88). Sum of RGB (Red+Green+Blue) = 141+192+88=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC058 is #723FA7. Grayscale: #A5A5A5. Windows color (decimal): -7487400 or 5816461. OLE color: 5816461.
HSL color Cylindrical-coordinate representation of color #8DC058: hue angle of 89.42º 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 #8DC058 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 88 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.25 |
| HSL | 89.42º | 0.45% | 0.55% | - |
| HSV(B) | 89.42º | 0.54% | 0.75% | - |
| XYZ | 31.6 | 44.07 | 16.07 | - |
| YUV | 164.9 | 84.6 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 88 | 0.27 | 0 | 0.54 | 0.25 | 89.42 | 0.45 | 0.55 |
| Hex | 8D | C0 | 58 | 1B | 0 | 36 | 19 | 59 | 2D | 37 |
| Octal | 215 | 300 | 130 | 33 | 0 | 66 | 31 | 131 | 55 | 67 |
| Binary | 10001101 | 11000000 | 1011000 | 11011 | 0 | 110110 | 11001 | 1011001 | 101101 | 110111 |
Color Harmonies of #8DC058
Complementary color
Monochromatic Colors of #8DC058
Black with #8DC058
Text Example
Text Example
White with #8DC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC058; }
p { color: rgb(141,192,88); }
H1.HeaderClassName
{
color: #8DC058;
}
.AnyTagClassName
{
color: #8DC058;
}
</style>
background-color css
<style>
a { background-color: #8DC058; }
a { background-color: rgb(141,192,88); }
div.DivClassName
{
background-color: #8DC058;
}
.BgClassName
{
background-color: #8DC058;
}
</style>
border-color css
<style>
span { border-color: #8DC058; }
span { border-color: rgb(141,192,88); }
td.TdClassName
{
border-color: #8DC058;
}
.TagClassName
{
border-color: #8DC058;
}
</style>