Shades of Mantis #88CA55
Tints of Mantis #88CA55
RGB
CMYK
RGB Variations
Color information
#88CA55 (or 0x88CA55) is known color: Mantis. HEX triplet: 88, CA and 55. RGB value is (136,202,85). Sum of RGB (Red+Green+Blue) = 136+202+85=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88CA55 is #7735AA. Grayscale: #A9A9A9. Windows color (decimal): -7812523 or 5622408. OLE color: 5622408.
HSL color Cylindrical-coordinate representation of color #88CA55: hue angle of 93.85º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #88CA55 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 85 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.21 |
| HSL | 93.85º | 0.52% | 0.56% | - |
| HSV(B) | 93.85º | 0.58% | 0.79% | - |
| XYZ | 32.91 | 48.13 | 16.15 | - |
| YUV | 168.93 | 80.63 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 85 | 0.33 | 0 | 0.58 | 0.21 | 93.85 | 0.52 | 0.56 |
| Hex | 88 | CA | 55 | 21 | 0 | 3A | 15 | 5E | 34 | 38 |
| Octal | 210 | 312 | 125 | 41 | 0 | 72 | 25 | 136 | 64 | 70 |
| Binary | 10001000 | 11001010 | 1010101 | 100001 | 0 | 111010 | 10101 | 1011110 | 110100 | 111000 |
Color Harmonies of #88CA55
Complementary color
Monochromatic Colors of #88CA55
Black with #88CA55
Text Example
Text Example
White with #88CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA55; }
p { color: rgb(136,202,85); }
H1.HeaderClassName
{
color: #88CA55;
}
.AnyTagClassName
{
color: #88CA55;
}
</style>
background-color css
<style>
a { background-color: #88CA55; }
a { background-color: rgb(136,202,85); }
div.DivClassName
{
background-color: #88CA55;
}
.BgClassName
{
background-color: #88CA55;
}
</style>
border-color css
<style>
span { border-color: #88CA55; }
span { border-color: rgb(136,202,85); }
td.TdClassName
{
border-color: #88CA55;
}
.TagClassName
{
border-color: #88CA55;
}
</style>