Shades of Mantis #8BC755
Tints of Mantis #8BC755
RGB
CMYK
RGB Variations
Color information
#8BC755 (or 0x8BC755) is known color: Mantis. HEX triplet: 8B, C7 and 55. RGB value is (139,199,85). Sum of RGB (Red+Green+Blue) = 139+199+85=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC755 is #7438AA. Grayscale: #A8A8A8. Windows color (decimal): -7616683 or 5621643. OLE color: 5621643.
HSL color Cylindrical-coordinate representation of color #8BC755: hue angle of 91.58º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BC755 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 85 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.22 |
| HSL | 91.58º | 0.5% | 0.56% | - |
| HSV(B) | 91.58º | 0.57% | 0.78% | - |
| XYZ | 32.71 | 46.99 | 15.94 | - |
| YUV | 168.06 | 81.12 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 85 | 0.30 | 0 | 0.57 | 0.22 | 91.58 | 0.5 | 0.56 |
| Hex | 8B | C7 | 55 | 1E | 0 | 39 | 16 | 5C | 32 | 38 |
| Octal | 213 | 307 | 125 | 36 | 0 | 71 | 26 | 134 | 62 | 70 |
| Binary | 10001011 | 11000111 | 1010101 | 11110 | 0 | 111001 | 10110 | 1011100 | 110010 | 111000 |
Color Harmonies of #8BC755
Complementary color
Monochromatic Colors of #8BC755
Black with #8BC755
Text Example
Text Example
White with #8BC755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC755; }
p { color: rgb(139,199,85); }
H1.HeaderClassName
{
color: #8BC755;
}
.AnyTagClassName
{
color: #8BC755;
}
</style>
background-color css
<style>
a { background-color: #8BC755; }
a { background-color: rgb(139,199,85); }
div.DivClassName
{
background-color: #8BC755;
}
.BgClassName
{
background-color: #8BC755;
}
</style>
border-color css
<style>
span { border-color: #8BC755; }
span { border-color: rgb(139,199,85); }
td.TdClassName
{
border-color: #8BC755;
}
.TagClassName
{
border-color: #8BC755;
}
</style>