Shades of Mantis #8CC76C
Tints of Mantis #8CC76C
RGB
CMYK
RGB Variations
Color information
#8CC76C (or 0x8CC76C) is known color: Mantis. HEX triplet: 8C, C7 and 6C. RGB value is (140,199,108). Sum of RGB (Red+Green+Blue) = 140+199+108=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC76C is #733893. Grayscale: #ABABAB. Windows color (decimal): -7551124 or 7128972. OLE color: 7128972.
HSL color Cylindrical-coordinate representation of color #8CC76C: hue angle of 98.9º 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 #8CC76C is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 199 | 108 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.22 |
| HSL | 98.9º | 0.45% | 0.6% | - |
| HSV(B) | 98.9º | 0.46% | 0.78% | - |
| XYZ | 33.95 | 47.51 | 21.57 | - |
| YUV | 170.99 | 92.45 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 199 | 108 | 0.30 | 0 | 0.46 | 0.22 | 98.9 | 0.45 | 0.6 |
| Hex | 8C | C7 | 6C | 1E | 0 | 2E | 16 | 63 | 2D | 3C |
| Octal | 214 | 307 | 154 | 36 | 0 | 56 | 26 | 143 | 55 | 74 |
| Binary | 10001100 | 11000111 | 1101100 | 11110 | 0 | 101110 | 10110 | 1100011 | 101101 | 111100 |
Color Harmonies of #8CC76C
Complementary color
Monochromatic Colors of #8CC76C
Black with #8CC76C
Text Example
Text Example
White with #8CC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC76C; }
p { color: rgb(140,199,108); }
H1.HeaderClassName
{
color: #8CC76C;
}
.AnyTagClassName
{
color: #8CC76C;
}
</style>
background-color css
<style>
a { background-color: #8CC76C; }
a { background-color: rgb(140,199,108); }
div.DivClassName
{
background-color: #8CC76C;
}
.BgClassName
{
background-color: #8CC76C;
}
</style>
border-color css
<style>
span { border-color: #8CC76C; }
span { border-color: rgb(140,199,108); }
td.TdClassName
{
border-color: #8CC76C;
}
.TagClassName
{
border-color: #8CC76C;
}
</style>