Shades of Mantis #8BC86D
Tints of Mantis #8BC86D
RGB
CMYK
RGB Variations
Color information
#8BC86D (or 0x8BC86D) is known color: Mantis. HEX triplet: 8B, C8 and 6D. RGB value is (139,200,109). Sum of RGB (Red+Green+Blue) = 139+200+109=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC86D is #743792. Grayscale: #ABABAB. Windows color (decimal): -7616403 or 7194763. OLE color: 7194763.
HSL color Cylindrical-coordinate representation of color #8BC86D: hue angle of 100.22º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BC86D is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 109 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.22 |
| HSL | 100.22º | 0.45% | 0.61% | - |
| HSV(B) | 100.22º | 0.46% | 0.78% | - |
| XYZ | 34.06 | 47.9 | 21.92 | - |
| YUV | 171.39 | 92.79 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 109 | 0.30 | 0 | 0.46 | 0.22 | 100.22 | 0.45 | 0.61 |
| Hex | 8B | C8 | 6D | 1E | 0 | 2E | 16 | 64 | 2D | 3D |
| Octal | 213 | 310 | 155 | 36 | 0 | 56 | 26 | 144 | 55 | 75 |
| Binary | 10001011 | 11001000 | 1101101 | 11110 | 0 | 101110 | 10110 | 1100100 | 101101 | 111101 |
Color Harmonies of #8BC86D
Complementary color
Monochromatic Colors of #8BC86D
Black with #8BC86D
Text Example
Text Example
White with #8BC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC86D; }
p { color: rgb(139,200,109); }
H1.HeaderClassName
{
color: #8BC86D;
}
.AnyTagClassName
{
color: #8BC86D;
}
</style>
background-color css
<style>
a { background-color: #8BC86D; }
a { background-color: rgb(139,200,109); }
div.DivClassName
{
background-color: #8BC86D;
}
.BgClassName
{
background-color: #8BC86D;
}
</style>
border-color css
<style>
span { border-color: #8BC86D; }
span { border-color: rgb(139,200,109); }
td.TdClassName
{
border-color: #8BC86D;
}
.TagClassName
{
border-color: #8BC86D;
}
</style>