Shades of Mantis #8DC158
Tints of Mantis #8DC158
RGB
CMYK
RGB Variations
Color information
#8DC158 (or 0x8DC158) is known color: Mantis. HEX triplet: 8D, C1 and 58. RGB value is (141,193,88). Sum of RGB (Red+Green+Blue) = 141+193+88=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC158 is #723EA7. Grayscale: #A5A5A5. Windows color (decimal): -7487144 or 5816717. OLE color: 5816717.
HSL color Cylindrical-coordinate representation of color #8DC158: hue angle of 89.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8DC158 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 88 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.24 |
| HSL | 89.71º | 0.46% | 0.55% | - |
| HSV(B) | 89.71º | 0.54% | 0.76% | - |
| XYZ | 31.82 | 44.51 | 16.15 | - |
| YUV | 165.48 | 84.27 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 88 | 0.27 | 0 | 0.54 | 0.24 | 89.71 | 0.46 | 0.55 |
| Hex | 8D | C1 | 58 | 1B | 0 | 36 | 18 | 5A | 2E | 37 |
| Octal | 215 | 301 | 130 | 33 | 0 | 66 | 30 | 132 | 56 | 67 |
| Binary | 10001101 | 11000001 | 1011000 | 11011 | 0 | 110110 | 11000 | 1011010 | 101110 | 110111 |
Color Harmonies of #8DC158
Complementary color
Monochromatic Colors of #8DC158
Black with #8DC158
Text Example
Text Example
White with #8DC158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC158; }
p { color: rgb(141,193,88); }
H1.HeaderClassName
{
color: #8DC158;
}
.AnyTagClassName
{
color: #8DC158;
}
</style>
background-color css
<style>
a { background-color: #8DC158; }
a { background-color: rgb(141,193,88); }
div.DivClassName
{
background-color: #8DC158;
}
.BgClassName
{
background-color: #8DC158;
}
</style>
border-color css
<style>
span { border-color: #8DC158; }
span { border-color: rgb(141,193,88); }
td.TdClassName
{
border-color: #8DC158;
}
.TagClassName
{
border-color: #8DC158;
}
</style>