Shades of Mantis #8BC86F
Tints of Mantis #8BC86F
RGB
CMYK
RGB Variations
Color information
#8BC86F (or 0x8BC86F) is known color: Mantis. HEX triplet: 8B, C8 and 6F. RGB value is (139,200,111). Sum of RGB (Red+Green+Blue) = 139+200+111=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC86F is #743790. Grayscale: #ABABAB. Windows color (decimal): -7616401 or 7325835. OLE color: 7325835.
HSL color Cylindrical-coordinate representation of color #8BC86F: hue angle of 101.12º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BC86F is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 111 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.22 |
| HSL | 101.12º | 0.45% | 0.61% | - |
| HSV(B) | 101.12º | 0.45% | 0.78% | - |
| XYZ | 34.17 | 47.95 | 22.49 | - |
| YUV | 171.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 111 | 0.30 | 0 | 0.44 | 0.22 | 101.12 | 0.45 | 0.61 |
| Hex | 8B | C8 | 6F | 1E | 0 | 2C | 16 | 65 | 2D | 3D |
| Octal | 213 | 310 | 157 | 36 | 0 | 54 | 26 | 145 | 55 | 75 |
| Binary | 10001011 | 11001000 | 1101111 | 11110 | 0 | 101100 | 10110 | 1100101 | 101101 | 111101 |
Color Harmonies of #8BC86F
Complementary color
Monochromatic Colors of #8BC86F
Black with #8BC86F
Text Example
Text Example
White with #8BC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC86F; }
p { color: rgb(139,200,111); }
H1.HeaderClassName
{
color: #8BC86F;
}
.AnyTagClassName
{
color: #8BC86F;
}
</style>
background-color css
<style>
a { background-color: #8BC86F; }
a { background-color: rgb(139,200,111); }
div.DivClassName
{
background-color: #8BC86F;
}
.BgClassName
{
background-color: #8BC86F;
}
</style>
border-color css
<style>
span { border-color: #8BC86F; }
span { border-color: rgb(139,200,111); }
td.TdClassName
{
border-color: #8BC86F;
}
.TagClassName
{
border-color: #8BC86F;
}
</style>