Shades of Mantis #88C950
Tints of Mantis #88C950
RGB
CMYK
RGB Variations
Color information
#88C950 (or 0x88C950) is known color: Mantis. HEX triplet: 88, C9 and 50. RGB value is (136,201,80). Sum of RGB (Red+Green+Blue) = 136+201+80=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #88C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C950 is #7736AF. Grayscale: #A8A8A8. Windows color (decimal): -7812784 or 5294472. OLE color: 5294472.
HSL color Cylindrical-coordinate representation of color #88C950: hue angle of 92.23º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88C950 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 201 | 80 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.21 |
| HSL | 92.23º | 0.53% | 0.55% | - |
| HSV(B) | 92.23º | 0.6% | 0.79% | - |
| XYZ | 32.49 | 47.59 | 15.06 | - |
| YUV | 167.77 | 78.47 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 201 | 80 | 0.32 | 0 | 0.60 | 0.21 | 92.23 | 0.53 | 0.55 |
| Hex | 88 | C9 | 50 | 20 | 0 | 3C | 15 | 5C | 35 | 37 |
| Octal | 210 | 311 | 120 | 40 | 0 | 74 | 25 | 134 | 65 | 67 |
| Binary | 10001000 | 11001001 | 1010000 | 100000 | 0 | 111100 | 10101 | 1011100 | 110101 | 110111 |
Color Harmonies of #88C950
Complementary color
Monochromatic Colors of #88C950
Black with #88C950
Text Example
Text Example
White with #88C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C950; }
p { color: rgb(136,201,80); }
H1.HeaderClassName
{
color: #88C950;
}
.AnyTagClassName
{
color: #88C950;
}
</style>
background-color css
<style>
a { background-color: #88C950; }
a { background-color: rgb(136,201,80); }
div.DivClassName
{
background-color: #88C950;
}
.BgClassName
{
background-color: #88C950;
}
</style>
border-color css
<style>
span { border-color: #88C950; }
span { border-color: rgb(136,201,80); }
td.TdClassName
{
border-color: #88C950;
}
.TagClassName
{
border-color: #88C950;
}
</style>