Shades of Mantis #88C86D
Tints of Mantis #88C86D
RGB
CMYK
RGB Variations
Color information
#88C86D (or 0x88C86D) is known color: Mantis. HEX triplet: 88, C8 and 6D. RGB value is (136,200,109). Sum of RGB (Red+Green+Blue) = 136+200+109=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #88C86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C86D is #773792. Grayscale: #AAAAAA. Windows color (decimal): -7813011 or 7194760. OLE color: 7194760.
HSL color Cylindrical-coordinate representation of color #88C86D: hue angle of 102.2º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88C86D is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 200 | 109 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.22 |
| HSL | 102.2º | 0.45% | 0.61% | - |
| HSV(B) | 102.2º | 0.46% | 0.78% | - |
| XYZ | 33.57 | 47.65 | 21.9 | - |
| YUV | 170.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 200 | 109 | 0.32 | 0 | 0.46 | 0.22 | 102.2 | 0.45 | 0.61 |
| Hex | 88 | C8 | 6D | 20 | 0 | 2E | 16 | 66 | 2D | 3D |
| Octal | 210 | 310 | 155 | 40 | 0 | 56 | 26 | 146 | 55 | 75 |
| Binary | 10001000 | 11001000 | 1101101 | 100000 | 0 | 101110 | 10110 | 1100110 | 101101 | 111101 |
Color Harmonies of #88C86D
Complementary color
Monochromatic Colors of #88C86D
Black with #88C86D
Text Example
Text Example
White with #88C86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C86D; }
p { color: rgb(136,200,109); }
H1.HeaderClassName
{
color: #88C86D;
}
.AnyTagClassName
{
color: #88C86D;
}
</style>
background-color css
<style>
a { background-color: #88C86D; }
a { background-color: rgb(136,200,109); }
div.DivClassName
{
background-color: #88C86D;
}
.BgClassName
{
background-color: #88C86D;
}
</style>
border-color css
<style>
span { border-color: #88C86D; }
span { border-color: rgb(136,200,109); }
td.TdClassName
{
border-color: #88C86D;
}
.TagClassName
{
border-color: #88C86D;
}
</style>