Shades of Mantis #8BC86C
Tints of Mantis #8BC86C
RGB
CMYK
RGB Variations
Color information
#8BC86C (or 0x8BC86C) is known color: Mantis. HEX triplet: 8B, C8 and 6C. RGB value is (139,200,108). Sum of RGB (Red+Green+Blue) = 139+200+108=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC86C is #743793. Grayscale: #ABABAB. Windows color (decimal): -7616404 or 7129227. OLE color: 7129227.
HSL color Cylindrical-coordinate representation of color #8BC86C: hue angle of 99.78º degrees, saturation: 0.46, 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 #8BC86C is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 108 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.22 |
| HSL | 99.78º | 0.46% | 0.6% | - |
| HSV(B) | 99.78º | 0.46% | 0.78% | - |
| XYZ | 34.01 | 47.88 | 21.64 | - |
| YUV | 171.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 108 | 0.30 | 0 | 0.46 | 0.22 | 99.78 | 0.46 | 0.6 |
| Hex | 8B | C8 | 6C | 1E | 0 | 2E | 16 | 64 | 2E | 3C |
| Octal | 213 | 310 | 154 | 36 | 0 | 56 | 26 | 144 | 56 | 74 |
| Binary | 10001011 | 11001000 | 1101100 | 11110 | 0 | 101110 | 10110 | 1100100 | 101110 | 111100 |
Color Harmonies of #8BC86C
Complementary color
Monochromatic Colors of #8BC86C
Black with #8BC86C
Text Example
Text Example
White with #8BC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC86C; }
p { color: rgb(139,200,108); }
H1.HeaderClassName
{
color: #8BC86C;
}
.AnyTagClassName
{
color: #8BC86C;
}
</style>
background-color css
<style>
a { background-color: #8BC86C; }
a { background-color: rgb(139,200,108); }
div.DivClassName
{
background-color: #8BC86C;
}
.BgClassName
{
background-color: #8BC86C;
}
</style>
border-color css
<style>
span { border-color: #8BC86C; }
span { border-color: rgb(139,200,108); }
td.TdClassName
{
border-color: #8BC86C;
}
.TagClassName
{
border-color: #8BC86C;
}
</style>