Shades of Mantis #8BC85F
Tints of Mantis #8BC85F
RGB
CMYK
RGB Variations
Color information
#8BC85F (or 0x8BC85F) is known color: Mantis. HEX triplet: 8B, C8 and 5F. RGB value is (139,200,95). Sum of RGB (Red+Green+Blue) = 139+200+95=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC85F is #7437A0. Grayscale: #AAAAAA. Windows color (decimal): -7616417 or 6277259. OLE color: 6277259.
HSL color Cylindrical-coordinate representation of color #8BC85F: hue angle of 94.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8BC85F is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 95 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.22 |
| HSL | 94.86º | 0.49% | 0.58% | - |
| HSV(B) | 94.86º | 0.53% | 0.78% | - |
| XYZ | 33.37 | 47.62 | 18.26 | - |
| YUV | 169.79 | 85.79 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 95 | 0.30 | 0 | 0.52 | 0.22 | 94.86 | 0.49 | 0.58 |
| Hex | 8B | C8 | 5F | 1E | 0 | 34 | 16 | 5F | 31 | 3A |
| Octal | 213 | 310 | 137 | 36 | 0 | 64 | 26 | 137 | 61 | 72 |
| Binary | 10001011 | 11001000 | 1011111 | 11110 | 0 | 110100 | 10110 | 1011111 | 110001 | 111010 |
Color Harmonies of #8BC85F
Complementary color
Monochromatic Colors of #8BC85F
Black with #8BC85F
Text Example
Text Example
White with #8BC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC85F; }
p { color: rgb(139,200,95); }
H1.HeaderClassName
{
color: #8BC85F;
}
.AnyTagClassName
{
color: #8BC85F;
}
</style>
background-color css
<style>
a { background-color: #8BC85F; }
a { background-color: rgb(139,200,95); }
div.DivClassName
{
background-color: #8BC85F;
}
.BgClassName
{
background-color: #8BC85F;
}
</style>
border-color css
<style>
span { border-color: #8BC85F; }
span { border-color: rgb(139,200,95); }
td.TdClassName
{
border-color: #8BC85F;
}
.TagClassName
{
border-color: #8BC85F;
}
</style>