Shades of Mantis #88BD55
Tints of Mantis #88BD55
RGB
CMYK
RGB Variations
Color information
#88BD55 (or 0x88BD55) is known color: Mantis. HEX triplet: 88, BD and 55. RGB value is (136,189,85). Sum of RGB (Red+Green+Blue) = 136+189+85=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BD55 is #7742AA. Grayscale: #A1A1A1. Windows color (decimal): -7815851 or 5619080. OLE color: 5619080.
HSL color Cylindrical-coordinate representation of color #88BD55: hue angle of 90.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #88BD55 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 85 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.26 |
| HSL | 90.58º | 0.44% | 0.54% | - |
| HSV(B) | 90.58º | 0.55% | 0.74% | - |
| XYZ | 29.99 | 42.29 | 15.18 | - |
| YUV | 161.3 | 84.94 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 85 | 0.28 | 0 | 0.55 | 0.26 | 90.58 | 0.44 | 0.54 |
| Hex | 88 | BD | 55 | 1C | 0 | 37 | 1A | 5B | 2C | 36 |
| Octal | 210 | 275 | 125 | 34 | 0 | 67 | 32 | 133 | 54 | 66 |
| Binary | 10001000 | 10111101 | 1010101 | 11100 | 0 | 110111 | 11010 | 1011011 | 101100 | 110110 |
Color Harmonies of #88BD55
Complementary color
Monochromatic Colors of #88BD55
Black with #88BD55
Text Example
Text Example
White with #88BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BD55; }
p { color: rgb(136,189,85); }
H1.HeaderClassName
{
color: #88BD55;
}
.AnyTagClassName
{
color: #88BD55;
}
</style>
background-color css
<style>
a { background-color: #88BD55; }
a { background-color: rgb(136,189,85); }
div.DivClassName
{
background-color: #88BD55;
}
.BgClassName
{
background-color: #88BD55;
}
</style>
border-color css
<style>
span { border-color: #88BD55; }
span { border-color: rgb(136,189,85); }
td.TdClassName
{
border-color: #88BD55;
}
.TagClassName
{
border-color: #88BD55;
}
</style>