Shades of Mantis #8BCF56
Tints of Mantis #8BCF56
RGB
CMYK
RGB Variations
Color information
#8BCF56 (or 0x8BCF56) is known color: Mantis. HEX triplet: 8B, CF and 56. RGB value is (139,207,86). Sum of RGB (Red+Green+Blue) = 139+207+86=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCF56 is #7430A9. Grayscale: #ADADAD. Windows color (decimal): -7614634 or 5689227. OLE color: 5689227.
HSL color Cylindrical-coordinate representation of color #8BCF56: hue angle of 93.72º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8BCF56 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 207 | 86 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.19 |
| HSL | 93.72º | 0.56% | 0.57% | - |
| HSV(B) | 93.72º | 0.58% | 0.81% | - |
| XYZ | 34.64 | 50.79 | 16.78 | - |
| YUV | 172.87 | 78.97 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 86 | 0.33 | 0 | 0.58 | 0.19 | 93.72 | 0.56 | 0.57 |
| Hex | 8B | CF | 56 | 21 | 0 | 3A | 13 | 5E | 38 | 39 |
| Octal | 213 | 317 | 126 | 41 | 0 | 72 | 23 | 136 | 70 | 71 |
| Binary | 10001011 | 11001111 | 1010110 | 100001 | 0 | 111010 | 10011 | 1011110 | 111000 | 111001 |
Color Harmonies of #8BCF56
Complementary color
Monochromatic Colors of #8BCF56
Black with #8BCF56
Text Example
Text Example
White with #8BCF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCF56; }
p { color: rgb(139,207,86); }
H1.HeaderClassName
{
color: #8BCF56;
}
.AnyTagClassName
{
color: #8BCF56;
}
</style>
background-color css
<style>
a { background-color: #8BCF56; }
a { background-color: rgb(139,207,86); }
div.DivClassName
{
background-color: #8BCF56;
}
.BgClassName
{
background-color: #8BCF56;
}
</style>
border-color css
<style>
span { border-color: #8BCF56; }
span { border-color: rgb(139,207,86); }
td.TdClassName
{
border-color: #8BCF56;
}
.TagClassName
{
border-color: #8BCF56;
}
</style>