Shades of Mantis #88C158
Tints of Mantis #88C158
RGB
CMYK
RGB Variations
Color information
#88C158 (or 0x88C158) is known color: Mantis. HEX triplet: 88, C1 and 58. RGB value is (136,193,88). Sum of RGB (Red+Green+Blue) = 136+193+88=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #88C158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C158 is #773EA7. Grayscale: #A4A4A4. Windows color (decimal): -7814824 or 5816712. OLE color: 5816712.
HSL color Cylindrical-coordinate representation of color #88C158: hue angle of 92.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88C158 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 193 | 88 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.24 |
| HSL | 92.57º | 0.46% | 0.55% | - |
| HSV(B) | 92.57º | 0.54% | 0.76% | - |
| XYZ | 30.98 | 44.08 | 16.11 | - |
| YUV | 163.99 | 85.12 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 193 | 88 | 0.30 | 0 | 0.54 | 0.24 | 92.57 | 0.46 | 0.55 |
| Hex | 88 | C1 | 58 | 1E | 0 | 36 | 18 | 5D | 2E | 37 |
| Octal | 210 | 301 | 130 | 36 | 0 | 66 | 30 | 135 | 56 | 67 |
| Binary | 10001000 | 11000001 | 1011000 | 11110 | 0 | 110110 | 11000 | 1011101 | 101110 | 110111 |
Color Harmonies of #88C158
Complementary color
Monochromatic Colors of #88C158
Black with #88C158
Text Example
Text Example
White with #88C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C158; }
p { color: rgb(136,193,88); }
H1.HeaderClassName
{
color: #88C158;
}
.AnyTagClassName
{
color: #88C158;
}
</style>
background-color css
<style>
a { background-color: #88C158; }
a { background-color: rgb(136,193,88); }
div.DivClassName
{
background-color: #88C158;
}
.BgClassName
{
background-color: #88C158;
}
</style>
border-color css
<style>
span { border-color: #88C158; }
span { border-color: rgb(136,193,88); }
td.TdClassName
{
border-color: #88C158;
}
.TagClassName
{
border-color: #88C158;
}
</style>