Shades of Mantis #8BC76C
Tints of Mantis #8BC76C
RGB
CMYK
RGB Variations
Color information
#8BC76C (or 0x8BC76C) is known color: Mantis. HEX triplet: 8B, C7 and 6C. RGB value is (139,199,108). Sum of RGB (Red+Green+Blue) = 139+199+108=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC76C is #743893. Grayscale: #AAAAAA. Windows color (decimal): -7616660 or 7128971. OLE color: 7128971.
HSL color Cylindrical-coordinate representation of color #8BC76C: hue angle of 99.56º 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 #8BC76C is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 108 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.22 |
| HSL | 99.56º | 0.45% | 0.6% | - |
| HSV(B) | 99.56º | 0.46% | 0.78% | - |
| XYZ | 33.78 | 47.42 | 21.56 | - |
| YUV | 170.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 108 | 0.30 | 0 | 0.46 | 0.22 | 99.56 | 0.45 | 0.6 |
| Hex | 8B | C7 | 6C | 1E | 0 | 2E | 16 | 64 | 2D | 3C |
| Octal | 213 | 307 | 154 | 36 | 0 | 56 | 26 | 144 | 55 | 74 |
| Binary | 10001011 | 11000111 | 1101100 | 11110 | 0 | 101110 | 10110 | 1100100 | 101101 | 111100 |
Color Harmonies of #8BC76C
Complementary color
Monochromatic Colors of #8BC76C
Black with #8BC76C
Text Example
Text Example
White with #8BC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC76C; }
p { color: rgb(139,199,108); }
H1.HeaderClassName
{
color: #8BC76C;
}
.AnyTagClassName
{
color: #8BC76C;
}
</style>
background-color css
<style>
a { background-color: #8BC76C; }
a { background-color: rgb(139,199,108); }
div.DivClassName
{
background-color: #8BC76C;
}
.BgClassName
{
background-color: #8BC76C;
}
</style>
border-color css
<style>
span { border-color: #8BC76C; }
span { border-color: rgb(139,199,108); }
td.TdClassName
{
border-color: #8BC76C;
}
.TagClassName
{
border-color: #8BC76C;
}
</style>