Shades of Mantis #88BC50
Tints of Mantis #88BC50
RGB
CMYK
RGB Variations
Color information
#88BC50 (or 0x88BC50) is known color: Mantis. HEX triplet: 88, BC and 50. RGB value is (136,188,80). Sum of RGB (Red+Green+Blue) = 136+188+80=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BC50 is #7743AF. Grayscale: #A0A0A0. Windows color (decimal): -7816112 or 5291144. OLE color: 5291144.
HSL color Cylindrical-coordinate representation of color #88BC50: hue angle of 88.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #88BC50 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 188 | 80 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.26 |
| HSL | 88.89º | 0.45% | 0.53% | - |
| HSV(B) | 88.89º | 0.57% | 0.74% | - |
| XYZ | 29.58 | 41.78 | 14.09 | - |
| YUV | 160.14 | 82.77 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 80 | 0.28 | 0 | 0.57 | 0.26 | 88.89 | 0.45 | 0.53 |
| Hex | 88 | BC | 50 | 1C | 0 | 39 | 1A | 59 | 2D | 35 |
| Octal | 210 | 274 | 120 | 34 | 0 | 71 | 32 | 131 | 55 | 65 |
| Binary | 10001000 | 10111100 | 1010000 | 11100 | 0 | 111001 | 11010 | 1011001 | 101101 | 110101 |
Color Harmonies of #88BC50
Complementary color
Monochromatic Colors of #88BC50
Black with #88BC50
Text Example
Text Example
White with #88BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BC50; }
p { color: rgb(136,188,80); }
H1.HeaderClassName
{
color: #88BC50;
}
.AnyTagClassName
{
color: #88BC50;
}
</style>
background-color css
<style>
a { background-color: #88BC50; }
a { background-color: rgb(136,188,80); }
div.DivClassName
{
background-color: #88BC50;
}
.BgClassName
{
background-color: #88BC50;
}
</style>
border-color css
<style>
span { border-color: #88BC50; }
span { border-color: rgb(136,188,80); }
td.TdClassName
{
border-color: #88BC50;
}
.TagClassName
{
border-color: #88BC50;
}
</style>