Shades of Mantis #88C75E
Tints of Mantis #88C75E
RGB
CMYK
RGB Variations
Color information
#88C75E (or 0x88C75E) is known color: Mantis. HEX triplet: 88, C7 and 5E. RGB value is (136,199,94). Sum of RGB (Red+Green+Blue) = 136+199+94=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #88C75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C75E is #7738A1. Grayscale: #A8A8A8. Windows color (decimal): -7813282 or 6211464. OLE color: 6211464.
HSL color Cylindrical-coordinate representation of color #88C75E: hue angle of 96º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #88C75E is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 199 | 94 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.22 |
| HSL | 96º | 0.48% | 0.57% | - |
| HSV(B) | 96º | 0.53% | 0.78% | - |
| XYZ | 32.6 | 46.89 | 17.92 | - |
| YUV | 168.19 | 86.13 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 199 | 94 | 0.32 | 0 | 0.53 | 0.22 | 96 | 0.48 | 0.57 |
| Hex | 88 | C7 | 5E | 20 | 0 | 35 | 16 | 60 | 30 | 39 |
| Octal | 210 | 307 | 136 | 40 | 0 | 65 | 26 | 140 | 60 | 71 |
| Binary | 10001000 | 11000111 | 1011110 | 100000 | 0 | 110101 | 10110 | 1100000 | 110000 | 111001 |
Color Harmonies of #88C75E
Complementary color
Monochromatic Colors of #88C75E
Black with #88C75E
Text Example
Text Example
White with #88C75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C75E; }
p { color: rgb(136,199,94); }
H1.HeaderClassName
{
color: #88C75E;
}
.AnyTagClassName
{
color: #88C75E;
}
</style>
background-color css
<style>
a { background-color: #88C75E; }
a { background-color: rgb(136,199,94); }
div.DivClassName
{
background-color: #88C75E;
}
.BgClassName
{
background-color: #88C75E;
}
</style>
border-color css
<style>
span { border-color: #88C75E; }
span { border-color: rgb(136,199,94); }
td.TdClassName
{
border-color: #88C75E;
}
.TagClassName
{
border-color: #88C75E;
}
</style>