Shades of Mantis #88D85D
Tints of Mantis #88D85D
RGB
CMYK
RGB Variations
Color information
#88D85D (or 0x88D85D) is known color: Mantis. HEX triplet: 88, D8 and 5D. RGB value is (136,216,93). Sum of RGB (Red+Green+Blue) = 136+216+93=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #88D85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D85D is #7727A2. Grayscale: #B2B2B2. Windows color (decimal): -7808931 or 6150280. OLE color: 6150280.
HSL color Cylindrical-coordinate representation of color #88D85D: hue angle of 99.02º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #88D85D is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 216 | 93 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.15 |
| HSL | 99.02º | 0.61% | 0.61% | - |
| HSV(B) | 99.02º | 0.57% | 0.85% | - |
| XYZ | 36.69 | 55.14 | 19.06 | - |
| YUV | 178.06 | 80 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 216 | 93 | 0.37 | 0 | 0.57 | 0.15 | 99.02 | 0.61 | 0.61 |
| Hex | 88 | D8 | 5D | 25 | 0 | 39 | F | 63 | 3D | 3D |
| Octal | 210 | 330 | 135 | 45 | 0 | 71 | 17 | 143 | 75 | 75 |
| Binary | 10001000 | 11011000 | 1011101 | 100101 | 0 | 111001 | 1111 | 1100011 | 111101 | 111101 |
Color Harmonies of #88D85D
Complementary color
Monochromatic Colors of #88D85D
Black with #88D85D
Text Example
Text Example
White with #88D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D85D; }
p { color: rgb(136,216,93); }
H1.HeaderClassName
{
color: #88D85D;
}
.AnyTagClassName
{
color: #88D85D;
}
</style>
background-color css
<style>
a { background-color: #88D85D; }
a { background-color: rgb(136,216,93); }
div.DivClassName
{
background-color: #88D85D;
}
.BgClassName
{
background-color: #88D85D;
}
</style>
border-color css
<style>
span { border-color: #88D85D; }
span { border-color: rgb(136,216,93); }
td.TdClassName
{
border-color: #88D85D;
}
.TagClassName
{
border-color: #88D85D;
}
</style>