Shades of Mantis #88C06D
Tints of Mantis #88C06D
RGB
CMYK
RGB Variations
Color information
#88C06D (or 0x88C06D) is known color: Mantis. HEX triplet: 88, C0 and 6D. RGB value is (136,192,109). Sum of RGB (Red+Green+Blue) = 136+192+109=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #88C06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C06D is #773F92. Grayscale: #A6A6A6. Windows color (decimal): -7815059 or 7192712. OLE color: 7192712.
HSL color Cylindrical-coordinate representation of color #88C06D: hue angle of 100.48º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88C06D is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 192 | 109 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.25 |
| HSL | 100.48º | 0.4% | 0.59% | - |
| HSV(B) | 100.48º | 0.43% | 0.75% | - |
| XYZ | 31.76 | 44.04 | 21.29 | - |
| YUV | 165.79 | 95.95 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 109 | 0.29 | 0 | 0.43 | 0.25 | 100.48 | 0.4 | 0.59 |
| Hex | 88 | C0 | 6D | 1D | 0 | 2B | 19 | 64 | 28 | 3B |
| Octal | 210 | 300 | 155 | 35 | 0 | 53 | 31 | 144 | 50 | 73 |
| Binary | 10001000 | 11000000 | 1101101 | 11101 | 0 | 101011 | 11001 | 1100100 | 101000 | 111011 |
Color Harmonies of #88C06D
Complementary color
Monochromatic Colors of #88C06D
Black with #88C06D
Text Example
Text Example
White with #88C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C06D; }
p { color: rgb(136,192,109); }
H1.HeaderClassName
{
color: #88C06D;
}
.AnyTagClassName
{
color: #88C06D;
}
</style>
background-color css
<style>
a { background-color: #88C06D; }
a { background-color: rgb(136,192,109); }
div.DivClassName
{
background-color: #88C06D;
}
.BgClassName
{
background-color: #88C06D;
}
</style>
border-color css
<style>
span { border-color: #88C06D; }
span { border-color: rgb(136,192,109); }
td.TdClassName
{
border-color: #88C06D;
}
.TagClassName
{
border-color: #88C06D;
}
</style>