Shades of Mantis #88BC58
Tints of Mantis #88BC58
RGB
CMYK
RGB Variations
Color information
#88BC58 (or 0x88BC58) is known color: Mantis. HEX triplet: 88, BC and 58. RGB value is (136,188,88). Sum of RGB (Red+Green+Blue) = 136+188+88=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BC58 is #7743A7. Grayscale: #A1A1A1. Windows color (decimal): -7816104 or 5815432. OLE color: 5815432.
HSL color Cylindrical-coordinate representation of color #88BC58: hue angle of 91.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #88BC58 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 188 | 88 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.26 |
| HSL | 91.2º | 0.43% | 0.54% | - |
| HSV(B) | 91.2º | 0.53% | 0.74% | - |
| XYZ | 29.9 | 41.91 | 15.75 | - |
| YUV | 161.05 | 86.77 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 88 | 0.28 | 0 | 0.53 | 0.26 | 91.2 | 0.43 | 0.54 |
| Hex | 88 | BC | 58 | 1C | 0 | 35 | 1A | 5B | 2B | 36 |
| Octal | 210 | 274 | 130 | 34 | 0 | 65 | 32 | 133 | 53 | 66 |
| Binary | 10001000 | 10111100 | 1011000 | 11100 | 0 | 110101 | 11010 | 1011011 | 101011 | 110110 |
Color Harmonies of #88BC58
Complementary color
Monochromatic Colors of #88BC58
Black with #88BC58
Text Example
Text Example
White with #88BC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BC58; }
p { color: rgb(136,188,88); }
H1.HeaderClassName
{
color: #88BC58;
}
.AnyTagClassName
{
color: #88BC58;
}
</style>
background-color css
<style>
a { background-color: #88BC58; }
a { background-color: rgb(136,188,88); }
div.DivClassName
{
background-color: #88BC58;
}
.BgClassName
{
background-color: #88BC58;
}
</style>
border-color css
<style>
span { border-color: #88BC58; }
span { border-color: rgb(136,188,88); }
td.TdClassName
{
border-color: #88BC58;
}
.TagClassName
{
border-color: #88BC58;
}
</style>