Shades of Mantis #88CA5E
Tints of Mantis #88CA5E
RGB
CMYK
RGB Variations
Color information
#88CA5E (or 0x88CA5E) is known color: Mantis. HEX triplet: 88, CA and 5E. RGB value is (136,202,94). Sum of RGB (Red+Green+Blue) = 136+202+94=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88CA5E is #7735A1. Grayscale: #AAAAAA. Windows color (decimal): -7812514 or 6212232. OLE color: 6212232.
HSL color Cylindrical-coordinate representation of color #88CA5E: hue angle of 96.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #88CA5E is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 94 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.21 |
| HSL | 96.67º | 0.5% | 0.58% | - |
| HSV(B) | 96.67º | 0.53% | 0.79% | - |
| XYZ | 33.29 | 48.28 | 18.15 | - |
| YUV | 169.95 | 85.13 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 94 | 0.33 | 0 | 0.53 | 0.21 | 96.67 | 0.5 | 0.58 |
| Hex | 88 | CA | 5E | 21 | 0 | 35 | 15 | 61 | 32 | 3A |
| Octal | 210 | 312 | 136 | 41 | 0 | 65 | 25 | 141 | 62 | 72 |
| Binary | 10001000 | 11001010 | 1011110 | 100001 | 0 | 110101 | 10101 | 1100001 | 110010 | 111010 |
Color Harmonies of #88CA5E
Complementary color
Monochromatic Colors of #88CA5E
Black with #88CA5E
Text Example
Text Example
White with #88CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA5E; }
p { color: rgb(136,202,94); }
H1.HeaderClassName
{
color: #88CA5E;
}
.AnyTagClassName
{
color: #88CA5E;
}
</style>
background-color css
<style>
a { background-color: #88CA5E; }
a { background-color: rgb(136,202,94); }
div.DivClassName
{
background-color: #88CA5E;
}
.BgClassName
{
background-color: #88CA5E;
}
</style>
border-color css
<style>
span { border-color: #88CA5E; }
span { border-color: rgb(136,202,94); }
td.TdClassName
{
border-color: #88CA5E;
}
.TagClassName
{
border-color: #88CA5E;
}
</style>