Shades of Mantis #8DC76C
Tints of Mantis #8DC76C
RGB
CMYK
RGB Variations
Color information
#8DC76C (or 0x8DC76C) is known color: Mantis. HEX triplet: 8D, C7 and 6C. RGB value is (141,199,108). Sum of RGB (Red+Green+Blue) = 141+199+108=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC76C is #723893. Grayscale: #ABABAB. Windows color (decimal): -7485588 or 7128973. OLE color: 7128973.
HSL color Cylindrical-coordinate representation of color #8DC76C: hue angle of 98.24º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DC76C is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 199 | 108 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.22 |
| HSL | 98.24º | 0.45% | 0.6% | - |
| HSV(B) | 98.24º | 0.46% | 0.78% | - |
| XYZ | 34.11 | 47.59 | 21.58 | - |
| YUV | 171.28 | 92.28 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 199 | 108 | 0.29 | 0 | 0.46 | 0.22 | 98.24 | 0.45 | 0.6 |
| Hex | 8D | C7 | 6C | 1D | 0 | 2E | 16 | 62 | 2D | 3C |
| Octal | 215 | 307 | 154 | 35 | 0 | 56 | 26 | 142 | 55 | 74 |
| Binary | 10001101 | 11000111 | 1101100 | 11101 | 0 | 101110 | 10110 | 1100010 | 101101 | 111100 |
Color Harmonies of #8DC76C
Complementary color
Monochromatic Colors of #8DC76C
Black with #8DC76C
Text Example
Text Example
White with #8DC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC76C; }
p { color: rgb(141,199,108); }
H1.HeaderClassName
{
color: #8DC76C;
}
.AnyTagClassName
{
color: #8DC76C;
}
</style>
background-color css
<style>
a { background-color: #8DC76C; }
a { background-color: rgb(141,199,108); }
div.DivClassName
{
background-color: #8DC76C;
}
.BgClassName
{
background-color: #8DC76C;
}
</style>
border-color css
<style>
span { border-color: #8DC76C; }
span { border-color: rgb(141,199,108); }
td.TdClassName
{
border-color: #8DC76C;
}
.TagClassName
{
border-color: #8DC76C;
}
</style>