Shades of Mantis #88BE50
Tints of Mantis #88BE50
RGB
CMYK
RGB Variations
Color information
#88BE50 (or 0x88BE50) is known color: Mantis. HEX triplet: 88, BE and 50. RGB value is (136,190,80). Sum of RGB (Red+Green+Blue) = 136+190+80=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #88BE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BE50 is #7741AF. Grayscale: #A1A1A1. Windows color (decimal): -7815600 or 5291656. OLE color: 5291656.
HSL color Cylindrical-coordinate representation of color #88BE50: hue angle of 89.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #88BE50 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 190 | 80 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.25 |
| HSL | 89.45º | 0.46% | 0.53% | - |
| HSV(B) | 89.45º | 0.58% | 0.75% | - |
| XYZ | 30.01 | 42.64 | 14.24 | - |
| YUV | 161.31 | 82.11 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 80 | 0.28 | 0 | 0.58 | 0.25 | 89.45 | 0.46 | 0.53 |
| Hex | 88 | BE | 50 | 1C | 0 | 3A | 19 | 59 | 2E | 35 |
| Octal | 210 | 276 | 120 | 34 | 0 | 72 | 31 | 131 | 56 | 65 |
| Binary | 10001000 | 10111110 | 1010000 | 11100 | 0 | 111010 | 11001 | 1011001 | 101110 | 110101 |
Color Harmonies of #88BE50
Complementary color
Monochromatic Colors of #88BE50
Black with #88BE50
Text Example
Text Example
White with #88BE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BE50; }
p { color: rgb(136,190,80); }
H1.HeaderClassName
{
color: #88BE50;
}
.AnyTagClassName
{
color: #88BE50;
}
</style>
background-color css
<style>
a { background-color: #88BE50; }
a { background-color: rgb(136,190,80); }
div.DivClassName
{
background-color: #88BE50;
}
.BgClassName
{
background-color: #88BE50;
}
</style>
border-color css
<style>
span { border-color: #88BE50; }
span { border-color: rgb(136,190,80); }
td.TdClassName
{
border-color: #88BE50;
}
.TagClassName
{
border-color: #88BE50;
}
</style>