Shades of Mantis #88D950
Tints of Mantis #88D950
RGB
CMYK
RGB Variations
Color information
#88D950 (or 0x88D950) is known color: Mantis. HEX triplet: 88, D9 and 50. RGB value is (136,217,80). Sum of RGB (Red+Green+Blue) = 136+217+80=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #88D950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D950 is #7726AF. Grayscale: #B1B1B1. Windows color (decimal): -7808688 or 5298568. OLE color: 5298568.
HSL color Cylindrical-coordinate representation of color #88D950: hue angle of 95.47º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88D950 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 217 | 80 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.15 |
| HSL | 95.47º | 0.64% | 0.58% | - |
| HSV(B) | 95.47º | 0.63% | 0.85% | - |
| XYZ | 36.41 | 55.44 | 16.37 | - |
| YUV | 177.16 | 73.16 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 217 | 80 | 0.37 | 0 | 0.63 | 0.15 | 95.47 | 0.64 | 0.58 |
| Hex | 88 | D9 | 50 | 25 | 0 | 3F | F | 5F | 40 | 3A |
| Octal | 210 | 331 | 120 | 45 | 0 | 77 | 17 | 137 | 100 | 72 |
| Binary | 10001000 | 11011001 | 1010000 | 100101 | 0 | 111111 | 1111 | 1011111 | 1000000 | 111010 |
Color Harmonies of #88D950
Complementary color
Monochromatic Colors of #88D950
Black with #88D950
Text Example
Text Example
White with #88D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D950; }
p { color: rgb(136,217,80); }
H1.HeaderClassName
{
color: #88D950;
}
.AnyTagClassName
{
color: #88D950;
}
</style>
background-color css
<style>
a { background-color: #88D950; }
a { background-color: rgb(136,217,80); }
div.DivClassName
{
background-color: #88D950;
}
.BgClassName
{
background-color: #88D950;
}
</style>
border-color css
<style>
span { border-color: #88D950; }
span { border-color: rgb(136,217,80); }
td.TdClassName
{
border-color: #88D950;
}
.TagClassName
{
border-color: #88D950;
}
</style>