Shades of Mantis #8BC850
Tints of Mantis #8BC850
RGB
CMYK
RGB Variations
Color information
#8BC850 (or 0x8BC850) is known color: Mantis. HEX triplet: 8B, C8 and 50. RGB value is (139,200,80). Sum of RGB (Red+Green+Blue) = 139+200+80=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC850 is #7437AF. Grayscale: #A8A8A8. Windows color (decimal): -7616432 or 5294219. OLE color: 5294219.
HSL color Cylindrical-coordinate representation of color #8BC850: hue angle of 90.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8BC850 is Cyan = 0.30, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 80 | - |
| CMYK | 0.30 | 0 | 0.6 | 0.22 |
| HSL | 90.5º | 0.52% | 0.55% | - |
| HSV(B) | 90.5º | 0.6% | 0.78% | - |
| XYZ | 32.75 | 47.38 | 15.01 | - |
| YUV | 168.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 80 | 0.30 | 0 | 0.6 | 0.22 | 90.5 | 0.52 | 0.55 |
| Hex | 8B | C8 | 50 | 1E | 0 | 3C | 16 | 5A | 34 | 37 |
| Octal | 213 | 310 | 120 | 36 | 0 | 74 | 26 | 132 | 64 | 67 |
| Binary | 10001011 | 11001000 | 1010000 | 11110 | 0 | 111100 | 10110 | 1011010 | 110100 | 110111 |
Color Harmonies of #8BC850
Complementary color
Monochromatic Colors of #8BC850
Black with #8BC850
Text Example
Text Example
White with #8BC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC850; }
p { color: rgb(139,200,80); }
H1.HeaderClassName
{
color: #8BC850;
}
.AnyTagClassName
{
color: #8BC850;
}
</style>
background-color css
<style>
a { background-color: #8BC850; }
a { background-color: rgb(139,200,80); }
div.DivClassName
{
background-color: #8BC850;
}
.BgClassName
{
background-color: #8BC850;
}
</style>
border-color css
<style>
span { border-color: #8BC850; }
span { border-color: rgb(139,200,80); }
td.TdClassName
{
border-color: #8BC850;
}
.TagClassName
{
border-color: #8BC850;
}
</style>