Shades of Mantis #8BC550
Tints of Mantis #8BC550
RGB
CMYK
RGB Variations
Color information
#8BC550 (or 0x8BC550) is known color: Mantis. HEX triplet: 8B, C5 and 50. RGB value is (139,197,80). Sum of RGB (Red+Green+Blue) = 139+197+80=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC550 is #743AAF. Grayscale: #A6A6A6. Windows color (decimal): -7617200 or 5293451. OLE color: 5293451.
HSL color Cylindrical-coordinate representation of color #8BC550: hue angle of 89.74º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8BC550 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 80 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.23 |
| HSL | 89.74º | 0.5% | 0.54% | - |
| HSV(B) | 89.74º | 0.59% | 0.77% | - |
| XYZ | 32.06 | 46 | 14.78 | - |
| YUV | 166.32 | 79.28 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 80 | 0.29 | 0 | 0.59 | 0.23 | 89.74 | 0.5 | 0.54 |
| Hex | 8B | C5 | 50 | 1D | 0 | 3B | 17 | 5A | 32 | 36 |
| Octal | 213 | 305 | 120 | 35 | 0 | 73 | 27 | 132 | 62 | 66 |
| Binary | 10001011 | 11000101 | 1010000 | 11101 | 0 | 111011 | 10111 | 1011010 | 110010 | 110110 |
Color Harmonies of #8BC550
Complementary color
Monochromatic Colors of #8BC550
Black with #8BC550
Text Example
Text Example
White with #8BC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC550; }
p { color: rgb(139,197,80); }
H1.HeaderClassName
{
color: #8BC550;
}
.AnyTagClassName
{
color: #8BC550;
}
</style>
background-color css
<style>
a { background-color: #8BC550; }
a { background-color: rgb(139,197,80); }
div.DivClassName
{
background-color: #8BC550;
}
.BgClassName
{
background-color: #8BC550;
}
</style>
border-color css
<style>
span { border-color: #8BC550; }
span { border-color: rgb(139,197,80); }
td.TdClassName
{
border-color: #8BC550;
}
.TagClassName
{
border-color: #8BC550;
}
</style>