Shades of Mantis #8BD557
Tints of Mantis #8BD557
RGB
CMYK
RGB Variations
Color information
#8BD557 (or 0x8BD557) is known color: Mantis. HEX triplet: 8B, D5 and 57. RGB value is (139,213,87). Sum of RGB (Red+Green+Blue) = 139+213+87=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BD557 is #742AA8. Grayscale: #B0B0B0. Windows color (decimal): -7613097 or 5756299. OLE color: 5756299.
HSL color Cylindrical-coordinate representation of color #8BD557: hue angle of 95.24º 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 #8BD557 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 213 | 87 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.16 |
| HSL | 95.24º | 0.6% | 0.59% | - |
| HSV(B) | 95.24º | 0.59% | 0.84% | - |
| XYZ | 36.16 | 53.77 | 17.49 | - |
| YUV | 176.51 | 77.48 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 87 | 0.35 | 0 | 0.59 | 0.16 | 95.24 | 0.6 | 0.59 |
| Hex | 8B | D5 | 57 | 23 | 0 | 3B | 10 | 5F | 3C | 3B |
| Octal | 213 | 325 | 127 | 43 | 0 | 73 | 20 | 137 | 74 | 73 |
| Binary | 10001011 | 11010101 | 1010111 | 100011 | 0 | 111011 | 10000 | 1011111 | 111100 | 111011 |
Color Harmonies of #8BD557
Complementary color
Monochromatic Colors of #8BD557
Black with #8BD557
Text Example
Text Example
White with #8BD557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD557; }
p { color: rgb(139,213,87); }
H1.HeaderClassName
{
color: #8BD557;
}
.AnyTagClassName
{
color: #8BD557;
}
</style>
background-color css
<style>
a { background-color: #8BD557; }
a { background-color: rgb(139,213,87); }
div.DivClassName
{
background-color: #8BD557;
}
.BgClassName
{
background-color: #8BD557;
}
</style>
border-color css
<style>
span { border-color: #8BD557; }
span { border-color: rgb(139,213,87); }
td.TdClassName
{
border-color: #8BD557;
}
.TagClassName
{
border-color: #8BD557;
}
</style>