Shades of Mantis #88C05B
Tints of Mantis #88C05B
RGB
CMYK
RGB Variations
Color information
#88C05B (or 0x88C05B) is known color: Mantis. HEX triplet: 88, C0 and 5B. RGB value is (136,192,91). Sum of RGB (Red+Green+Blue) = 136+192+91=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #88C05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C05B is #773FA4. Grayscale: #A4A4A4. Windows color (decimal): -7815077 or 6013064. OLE color: 6013064.
HSL color Cylindrical-coordinate representation of color #88C05B: hue angle of 93.27º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #88C05B is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 192 | 91 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.25 |
| HSL | 93.27º | 0.44% | 0.55% | - |
| HSV(B) | 93.27º | 0.53% | 0.75% | - |
| XYZ | 30.89 | 43.69 | 16.7 | - |
| YUV | 163.74 | 86.95 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 91 | 0.29 | 0 | 0.53 | 0.25 | 93.27 | 0.44 | 0.55 |
| Hex | 88 | C0 | 5B | 1D | 0 | 35 | 19 | 5D | 2C | 37 |
| Octal | 210 | 300 | 133 | 35 | 0 | 65 | 31 | 135 | 54 | 67 |
| Binary | 10001000 | 11000000 | 1011011 | 11101 | 0 | 110101 | 11001 | 1011101 | 101100 | 110111 |
Color Harmonies of #88C05B
Complementary color
Monochromatic Colors of #88C05B
Black with #88C05B
Text Example
Text Example
White with #88C05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C05B; }
p { color: rgb(136,192,91); }
H1.HeaderClassName
{
color: #88C05B;
}
.AnyTagClassName
{
color: #88C05B;
}
</style>
background-color css
<style>
a { background-color: #88C05B; }
a { background-color: rgb(136,192,91); }
div.DivClassName
{
background-color: #88C05B;
}
.BgClassName
{
background-color: #88C05B;
}
</style>
border-color css
<style>
span { border-color: #88C05B; }
span { border-color: rgb(136,192,91); }
td.TdClassName
{
border-color: #88C05B;
}
.TagClassName
{
border-color: #88C05B;
}
</style>