Shades of Mantis #88CA5F
Tints of Mantis #88CA5F
RGB
CMYK
RGB Variations
Color information
#88CA5F (or 0x88CA5F) is known color: Mantis. HEX triplet: 88, CA and 5F. RGB value is (136,202,95). Sum of RGB (Red+Green+Blue) = 136+202+95=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88CA5F is #7735A0. Grayscale: #AAAAAA. Windows color (decimal): -7812513 or 6277768. OLE color: 6277768.
HSL color Cylindrical-coordinate representation of color #88CA5F: hue angle of 97.01º 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 #88CA5F is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 95 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.21 |
| HSL | 97.01º | 0.5% | 0.58% | - |
| HSV(B) | 97.01º | 0.53% | 0.79% | - |
| XYZ | 33.34 | 48.3 | 18.39 | - |
| YUV | 170.07 | 85.63 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 95 | 0.33 | 0 | 0.53 | 0.21 | 97.01 | 0.5 | 0.58 |
| Hex | 88 | CA | 5F | 21 | 0 | 35 | 15 | 61 | 32 | 3A |
| Octal | 210 | 312 | 137 | 41 | 0 | 65 | 25 | 141 | 62 | 72 |
| Binary | 10001000 | 11001010 | 1011111 | 100001 | 0 | 110101 | 10101 | 1100001 | 110010 | 111010 |
Color Harmonies of #88CA5F
Complementary color
Monochromatic Colors of #88CA5F
Black with #88CA5F
Text Example
Text Example
White with #88CA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA5F; }
p { color: rgb(136,202,95); }
H1.HeaderClassName
{
color: #88CA5F;
}
.AnyTagClassName
{
color: #88CA5F;
}
</style>
background-color css
<style>
a { background-color: #88CA5F; }
a { background-color: rgb(136,202,95); }
div.DivClassName
{
background-color: #88CA5F;
}
.BgClassName
{
background-color: #88CA5F;
}
</style>
border-color css
<style>
span { border-color: #88CA5F; }
span { border-color: rgb(136,202,95); }
td.TdClassName
{
border-color: #88CA5F;
}
.TagClassName
{
border-color: #88CA5F;
}
</style>