Shades of Mantis #8BD154
Tints of Mantis #8BD154
RGB
CMYK
RGB Variations
Color information
#8BD154 (or 0x8BD154) is known color: Mantis. HEX triplet: 8B, D1 and 54. RGB value is (139,209,84). Sum of RGB (Red+Green+Blue) = 139+209+84=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 209 - color contains mainly: green. Hex color #8BD154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD154 is #742EAB. Grayscale: #AEAEAE. Windows color (decimal): -7614124 or 5558667. OLE color: 5558667.
HSL color Cylindrical-coordinate representation of color #8BD154: hue angle of 93.6º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8BD154 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 209 | 84 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.18 |
| HSL | 93.6º | 0.58% | 0.57% | - |
| HSV(B) | 93.6º | 0.6% | 0.82% | - |
| XYZ | 35.05 | 51.73 | 16.53 | - |
| YUV | 173.82 | 77.31 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 209 | 84 | 0.33 | 0 | 0.60 | 0.18 | 93.6 | 0.58 | 0.57 |
| Hex | 8B | D1 | 54 | 21 | 0 | 3C | 12 | 5E | 3A | 39 |
| Octal | 213 | 321 | 124 | 41 | 0 | 74 | 22 | 136 | 72 | 71 |
| Binary | 10001011 | 11010001 | 1010100 | 100001 | 0 | 111100 | 10010 | 1011110 | 111010 | 111001 |
Color Harmonies of #8BD154
Complementary color
Monochromatic Colors of #8BD154
Black with #8BD154
Text Example
Text Example
White with #8BD154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD154; }
p { color: rgb(139,209,84); }
H1.HeaderClassName
{
color: #8BD154;
}
.AnyTagClassName
{
color: #8BD154;
}
</style>
background-color css
<style>
a { background-color: #8BD154; }
a { background-color: rgb(139,209,84); }
div.DivClassName
{
background-color: #8BD154;
}
.BgClassName
{
background-color: #8BD154;
}
</style>
border-color css
<style>
span { border-color: #8BD154; }
span { border-color: rgb(139,209,84); }
td.TdClassName
{
border-color: #8BD154;
}
.TagClassName
{
border-color: #8BD154;
}
</style>