Shades of Mantis #88BD56
Tints of Mantis #88BD56
RGB
CMYK
RGB Variations
Color information
#88BD56 (or 0x88BD56) is known color: Mantis. HEX triplet: 88, BD and 56. RGB value is (136,189,86). Sum of RGB (Red+Green+Blue) = 136+189+86=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BD56 is #7742A9. Grayscale: #A1A1A1. Windows color (decimal): -7815850 or 5684616. OLE color: 5684616.
HSL color Cylindrical-coordinate representation of color #88BD56: hue angle of 90.87º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88BD56 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 86 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.26 |
| HSL | 90.87º | 0.44% | 0.54% | - |
| HSV(B) | 90.87º | 0.54% | 0.74% | - |
| XYZ | 30.03 | 42.3 | 15.39 | - |
| YUV | 161.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 86 | 0.28 | 0 | 0.54 | 0.26 | 90.87 | 0.44 | 0.54 |
| Hex | 88 | BD | 56 | 1C | 0 | 36 | 1A | 5B | 2C | 36 |
| Octal | 210 | 275 | 126 | 34 | 0 | 66 | 32 | 133 | 54 | 66 |
| Binary | 10001000 | 10111101 | 1010110 | 11100 | 0 | 110110 | 11010 | 1011011 | 101100 | 110110 |
Color Harmonies of #88BD56
Complementary color
Monochromatic Colors of #88BD56
Black with #88BD56
Text Example
Text Example
White with #88BD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BD56; }
p { color: rgb(136,189,86); }
H1.HeaderClassName
{
color: #88BD56;
}
.AnyTagClassName
{
color: #88BD56;
}
</style>
background-color css
<style>
a { background-color: #88BD56; }
a { background-color: rgb(136,189,86); }
div.DivClassName
{
background-color: #88BD56;
}
.BgClassName
{
background-color: #88BD56;
}
</style>
border-color css
<style>
span { border-color: #88BD56; }
span { border-color: rgb(136,189,86); }
td.TdClassName
{
border-color: #88BD56;
}
.TagClassName
{
border-color: #88BD56;
}
</style>