Shades of Mantis #88C352
Tints of Mantis #88C352
RGB
CMYK
RGB Variations
Color information
#88C352 (or 0x88C352) is known color: Mantis. HEX triplet: 88, C3 and 52. RGB value is (136,195,82). Sum of RGB (Red+Green+Blue) = 136+195+82=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #88C352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C352 is #773CAD. Grayscale: #A4A4A4. Windows color (decimal): -7814318 or 5424008. OLE color: 5424008.
HSL color Cylindrical-coordinate representation of color #88C352: hue angle of 91.33º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #88C352 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 82 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.24 |
| HSL | 91.33º | 0.48% | 0.54% | - |
| HSV(B) | 91.33º | 0.58% | 0.76% | - |
| XYZ | 31.19 | 44.87 | 15 | - |
| YUV | 164.48 | 81.45 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 82 | 0.30 | 0 | 0.58 | 0.24 | 91.33 | 0.48 | 0.54 |
| Hex | 88 | C3 | 52 | 1E | 0 | 3A | 18 | 5B | 30 | 36 |
| Octal | 210 | 303 | 122 | 36 | 0 | 72 | 30 | 133 | 60 | 66 |
| Binary | 10001000 | 11000011 | 1010010 | 11110 | 0 | 111010 | 11000 | 1011011 | 110000 | 110110 |
Color Harmonies of #88C352
Complementary color
Monochromatic Colors of #88C352
Black with #88C352
Text Example
Text Example
White with #88C352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C352; }
p { color: rgb(136,195,82); }
H1.HeaderClassName
{
color: #88C352;
}
.AnyTagClassName
{
color: #88C352;
}
</style>
background-color css
<style>
a { background-color: #88C352; }
a { background-color: rgb(136,195,82); }
div.DivClassName
{
background-color: #88C352;
}
.BgClassName
{
background-color: #88C352;
}
</style>
border-color css
<style>
span { border-color: #88C352; }
span { border-color: rgb(136,195,82); }
td.TdClassName
{
border-color: #88C352;
}
.TagClassName
{
border-color: #88C352;
}
</style>