Shades of Mantis #88CB60
Tints of Mantis #88CB60
RGB
CMYK
RGB Variations
Color information
#88CB60 (or 0x88CB60) is known color: Mantis. HEX triplet: 88, CB and 60. RGB value is (136,203,96). Sum of RGB (Red+Green+Blue) = 136+203+96=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #88CB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88CB60 is #77349F. Grayscale: #ABABAB. Windows color (decimal): -7812256 or 6343560. OLE color: 6343560.
HSL color Cylindrical-coordinate representation of color #88CB60: hue angle of 97.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #88CB60 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 203 | 96 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.20 |
| HSL | 97.57º | 0.51% | 0.59% | - |
| HSV(B) | 97.57º | 0.53% | 0.8% | - |
| XYZ | 33.62 | 48.79 | 18.71 | - |
| YUV | 170.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 203 | 96 | 0.33 | 0 | 0.53 | 0.20 | 97.57 | 0.51 | 0.59 |
| Hex | 88 | CB | 60 | 21 | 0 | 35 | 14 | 62 | 33 | 3B |
| Octal | 210 | 313 | 140 | 41 | 0 | 65 | 24 | 142 | 63 | 73 |
| Binary | 10001000 | 11001011 | 1100000 | 100001 | 0 | 110101 | 10100 | 1100010 | 110011 | 111011 |
Color Harmonies of #88CB60
Complementary color
Monochromatic Colors of #88CB60
Black with #88CB60
Text Example
Text Example
White with #88CB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CB60; }
p { color: rgb(136,203,96); }
H1.HeaderClassName
{
color: #88CB60;
}
.AnyTagClassName
{
color: #88CB60;
}
</style>
background-color css
<style>
a { background-color: #88CB60; }
a { background-color: rgb(136,203,96); }
div.DivClassName
{
background-color: #88CB60;
}
.BgClassName
{
background-color: #88CB60;
}
</style>
border-color css
<style>
span { border-color: #88CB60; }
span { border-color: rgb(136,203,96); }
td.TdClassName
{
border-color: #88CB60;
}
.TagClassName
{
border-color: #88CB60;
}
</style>