Shades of Mantis #8BC059
Tints of Mantis #8BC059
RGB
CMYK
RGB Variations
Color information
#8BC059 (or 0x8BC059) is known color: Mantis. HEX triplet: 8B, C0 and 59. RGB value is (139,192,89). Sum of RGB (Red+Green+Blue) = 139+192+89=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC059 is #743FA6. Grayscale: #A4A4A4. Windows color (decimal): -7618471 or 5881995. OLE color: 5881995.
HSL color Cylindrical-coordinate representation of color #8BC059: hue angle of 90.87º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BC059 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 89 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.25 |
| HSL | 90.87º | 0.45% | 0.55% | - |
| HSV(B) | 90.87º | 0.54% | 0.75% | - |
| XYZ | 31.3 | 43.91 | 16.28 | - |
| YUV | 164.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 89 | 0.28 | 0 | 0.54 | 0.25 | 90.87 | 0.45 | 0.55 |
| Hex | 8B | C0 | 59 | 1C | 0 | 36 | 19 | 5B | 2D | 37 |
| Octal | 213 | 300 | 131 | 34 | 0 | 66 | 31 | 133 | 55 | 67 |
| Binary | 10001011 | 11000000 | 1011001 | 11100 | 0 | 110110 | 11001 | 1011011 | 101101 | 110111 |
Color Harmonies of #8BC059
Complementary color
Monochromatic Colors of #8BC059
Black with #8BC059
Text Example
Text Example
White with #8BC059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC059; }
p { color: rgb(139,192,89); }
H1.HeaderClassName
{
color: #8BC059;
}
.AnyTagClassName
{
color: #8BC059;
}
</style>
background-color css
<style>
a { background-color: #8BC059; }
a { background-color: rgb(139,192,89); }
div.DivClassName
{
background-color: #8BC059;
}
.BgClassName
{
background-color: #8BC059;
}
</style>
border-color css
<style>
span { border-color: #8BC059; }
span { border-color: rgb(139,192,89); }
td.TdClassName
{
border-color: #8BC059;
}
.TagClassName
{
border-color: #8BC059;
}
</style>