Shades of Mantis #88C36D
Tints of Mantis #88C36D
RGB
CMYK
RGB Variations
Color information
#88C36D (or 0x88C36D) is known color: Mantis. HEX triplet: 88, C3 and 6D. RGB value is (136,195,109). Sum of RGB (Red+Green+Blue) = 136+195+109=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #88C36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C36D is #773C92. Grayscale: #A7A7A7. Windows color (decimal): -7814291 or 7193480. OLE color: 7193480.
HSL color Cylindrical-coordinate representation of color #88C36D: hue angle of 101.16º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88C36D is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 109 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.24 |
| HSL | 101.16º | 0.42% | 0.6% | - |
| HSV(B) | 101.16º | 0.44% | 0.76% | - |
| XYZ | 32.43 | 45.37 | 21.52 | - |
| YUV | 167.56 | 94.95 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 109 | 0.30 | 0 | 0.44 | 0.24 | 101.16 | 0.42 | 0.6 |
| Hex | 88 | C3 | 6D | 1E | 0 | 2C | 18 | 65 | 2A | 3C |
| Octal | 210 | 303 | 155 | 36 | 0 | 54 | 30 | 145 | 52 | 74 |
| Binary | 10001000 | 11000011 | 1101101 | 11110 | 0 | 101100 | 11000 | 1100101 | 101010 | 111100 |
Color Harmonies of #88C36D
Complementary color
Monochromatic Colors of #88C36D
Black with #88C36D
Text Example
Text Example
White with #88C36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C36D; }
p { color: rgb(136,195,109); }
H1.HeaderClassName
{
color: #88C36D;
}
.AnyTagClassName
{
color: #88C36D;
}
</style>
background-color css
<style>
a { background-color: #88C36D; }
a { background-color: rgb(136,195,109); }
div.DivClassName
{
background-color: #88C36D;
}
.BgClassName
{
background-color: #88C36D;
}
</style>
border-color css
<style>
span { border-color: #88C36D; }
span { border-color: rgb(136,195,109); }
td.TdClassName
{
border-color: #88C36D;
}
.TagClassName
{
border-color: #88C36D;
}
</style>