Shades of Mantis #8BC154
Tints of Mantis #8BC154
RGB
CMYK
RGB Variations
Color information
#8BC154 (or 0x8BC154) is known color: Mantis. HEX triplet: 8B, C1 and 54. RGB value is (139,193,84). Sum of RGB (Red+Green+Blue) = 139+193+84=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC154 is #743EAB. Grayscale: #A4A4A4. Windows color (decimal): -7618220 or 5554571. OLE color: 5554571.
HSL color Cylindrical-coordinate representation of color #8BC154: hue angle of 89.72º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8BC154 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 84 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.24 |
| HSL | 89.72º | 0.47% | 0.54% | - |
| HSV(B) | 89.72º | 0.56% | 0.76% | - |
| XYZ | 31.32 | 44.27 | 15.28 | - |
| YUV | 164.43 | 82.61 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 84 | 0.28 | 0 | 0.56 | 0.24 | 89.72 | 0.47 | 0.54 |
| Hex | 8B | C1 | 54 | 1C | 0 | 38 | 18 | 5A | 2F | 36 |
| Octal | 213 | 301 | 124 | 34 | 0 | 70 | 30 | 132 | 57 | 66 |
| Binary | 10001011 | 11000001 | 1010100 | 11100 | 0 | 111000 | 11000 | 1011010 | 101111 | 110110 |
Color Harmonies of #8BC154
Complementary color
Monochromatic Colors of #8BC154
Black with #8BC154
Text Example
Text Example
White with #8BC154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC154; }
p { color: rgb(139,193,84); }
H1.HeaderClassName
{
color: #8BC154;
}
.AnyTagClassName
{
color: #8BC154;
}
</style>
background-color css
<style>
a { background-color: #8BC154; }
a { background-color: rgb(139,193,84); }
div.DivClassName
{
background-color: #8BC154;
}
.BgClassName
{
background-color: #8BC154;
}
</style>
border-color css
<style>
span { border-color: #8BC154; }
span { border-color: rgb(139,193,84); }
td.TdClassName
{
border-color: #8BC154;
}
.TagClassName
{
border-color: #8BC154;
}
</style>