Shades of Mantis #8BD558
Tints of Mantis #8BD558
RGB
CMYK
RGB Variations
Color information
#8BD558 (or 0x8BD558) is known color: Mantis. HEX triplet: 8B, D5 and 58. RGB value is (139,213,88). Sum of RGB (Red+Green+Blue) = 139+213+88=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD558 is #742AA7. Grayscale: #B1B1B1. Windows color (decimal): -7613096 or 5821835. OLE color: 5821835.
HSL color Cylindrical-coordinate representation of color #8BD558: hue angle of 95.52º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8BD558 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 88 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.16 |
| HSL | 95.52º | 0.6% | 0.59% | - |
| HSV(B) | 95.52º | 0.59% | 0.84% | - |
| XYZ | 36.2 | 53.78 | 17.71 | - |
| YUV | 176.62 | 77.98 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 88 | 0.35 | 0 | 0.59 | 0.16 | 95.52 | 0.6 | 0.59 |
| Hex | 8B | D5 | 58 | 23 | 0 | 3B | 10 | 60 | 3C | 3B |
| Octal | 213 | 325 | 130 | 43 | 0 | 73 | 20 | 140 | 74 | 73 |
| Binary | 10001011 | 11010101 | 1011000 | 100011 | 0 | 111011 | 10000 | 1100000 | 111100 | 111011 |
Color Harmonies of #8BD558
Complementary color
Monochromatic Colors of #8BD558
Black with #8BD558
Text Example
Text Example
White with #8BD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD558; }
p { color: rgb(139,213,88); }
H1.HeaderClassName
{
color: #8BD558;
}
.AnyTagClassName
{
color: #8BD558;
}
</style>
background-color css
<style>
a { background-color: #8BD558; }
a { background-color: rgb(139,213,88); }
div.DivClassName
{
background-color: #8BD558;
}
.BgClassName
{
background-color: #8BD558;
}
</style>
border-color css
<style>
span { border-color: #8BD558; }
span { border-color: rgb(139,213,88); }
td.TdClassName
{
border-color: #8BD558;
}
.TagClassName
{
border-color: #8BD558;
}
</style>