Shades of Mantis #88C356
Tints of Mantis #88C356
RGB
CMYK
RGB Variations
Color information
#88C356 (or 0x88C356) is known color: Mantis. HEX triplet: 88, C3 and 56. RGB value is (136,195,86). Sum of RGB (Red+Green+Blue) = 136+195+86=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #88C356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C356 is #773CA9. Grayscale: #A5A5A5. Windows color (decimal): -7814314 or 5686152. OLE color: 5686152.
HSL color Cylindrical-coordinate representation of color #88C356: hue angle of 92.48º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #88C356 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 86 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.24 |
| HSL | 92.48º | 0.48% | 0.55% | - |
| HSV(B) | 92.48º | 0.56% | 0.76% | - |
| XYZ | 31.35 | 44.94 | 15.83 | - |
| YUV | 164.93 | 83.45 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 86 | 0.30 | 0 | 0.56 | 0.24 | 92.48 | 0.48 | 0.55 |
| Hex | 88 | C3 | 56 | 1E | 0 | 38 | 18 | 5C | 30 | 37 |
| Octal | 210 | 303 | 126 | 36 | 0 | 70 | 30 | 134 | 60 | 67 |
| Binary | 10001000 | 11000011 | 1010110 | 11110 | 0 | 111000 | 11000 | 1011100 | 110000 | 110111 |
Color Harmonies of #88C356
Complementary color
Monochromatic Colors of #88C356
Black with #88C356
Text Example
Text Example
White with #88C356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C356; }
p { color: rgb(136,195,86); }
H1.HeaderClassName
{
color: #88C356;
}
.AnyTagClassName
{
color: #88C356;
}
</style>
background-color css
<style>
a { background-color: #88C356; }
a { background-color: rgb(136,195,86); }
div.DivClassName
{
background-color: #88C356;
}
.BgClassName
{
background-color: #88C356;
}
</style>
border-color css
<style>
span { border-color: #88C356; }
span { border-color: rgb(136,195,86); }
td.TdClassName
{
border-color: #88C356;
}
.TagClassName
{
border-color: #88C356;
}
</style>