Shades of Mantis #8BC955
Tints of Mantis #8BC955
RGB
CMYK
RGB Variations
Color information
#8BC955 (or 0x8BC955) is known color: Mantis. HEX triplet: 8B, C9 and 55. RGB value is (139,201,85). Sum of RGB (Red+Green+Blue) = 139+201+85=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC955 is #7436AA. Grayscale: #A9A9A9. Windows color (decimal): -7616171 or 5622155. OLE color: 5622155.
HSL color Cylindrical-coordinate representation of color #8BC955: hue angle of 92.07º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8BC955 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 85 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.21 |
| HSL | 92.07º | 0.52% | 0.56% | - |
| HSV(B) | 92.07º | 0.58% | 0.79% | - |
| XYZ | 33.17 | 47.92 | 16.1 | - |
| YUV | 169.24 | 80.46 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 85 | 0.31 | 0 | 0.58 | 0.21 | 92.07 | 0.52 | 0.56 |
| Hex | 8B | C9 | 55 | 1F | 0 | 3A | 15 | 5C | 34 | 38 |
| Octal | 213 | 311 | 125 | 37 | 0 | 72 | 25 | 134 | 64 | 70 |
| Binary | 10001011 | 11001001 | 1010101 | 11111 | 0 | 111010 | 10101 | 1011100 | 110100 | 111000 |
Color Harmonies of #8BC955
Complementary color
Monochromatic Colors of #8BC955
Black with #8BC955
Text Example
Text Example
White with #8BC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC955; }
p { color: rgb(139,201,85); }
H1.HeaderClassName
{
color: #8BC955;
}
.AnyTagClassName
{
color: #8BC955;
}
</style>
background-color css
<style>
a { background-color: #8BC955; }
a { background-color: rgb(139,201,85); }
div.DivClassName
{
background-color: #8BC955;
}
.BgClassName
{
background-color: #8BC955;
}
</style>
border-color css
<style>
span { border-color: #8BC955; }
span { border-color: rgb(139,201,85); }
td.TdClassName
{
border-color: #8BC955;
}
.TagClassName
{
border-color: #8BC955;
}
</style>