Shades of Mantis #88C276
Tints of Mantis #88C276
RGB
CMYK
RGB Variations
Color information
#88C276 (or 0x88C276) is known color: Mantis. HEX triplet: 88, C2 and 76. RGB value is (136,194,118). Sum of RGB (Red+Green+Blue) = 136+194+118=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #88C276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C276 is #773D89. Grayscale: #A8A8A8. Windows color (decimal): -7814538 or 7783048. OLE color: 7783048.
HSL color Cylindrical-coordinate representation of color #88C276: hue angle of 105.79º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88C276 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 118 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.24 |
| HSL | 105.79º | 0.38% | 0.61% | - |
| HSV(B) | 105.79º | 0.39% | 0.76% | - |
| XYZ | 32.72 | 45.13 | 24.13 | - |
| YUV | 167.99 | 99.78 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 118 | 0.30 | 0 | 0.39 | 0.24 | 105.79 | 0.38 | 0.61 |
| Hex | 88 | C2 | 76 | 1E | 0 | 27 | 18 | 6A | 26 | 3D |
| Octal | 210 | 302 | 166 | 36 | 0 | 47 | 30 | 152 | 46 | 75 |
| Binary | 10001000 | 11000010 | 1110110 | 11110 | 0 | 100111 | 11000 | 1101010 | 100110 | 111101 |
Color Harmonies of #88C276
Complementary color
Monochromatic Colors of #88C276
Black with #88C276
Text Example
Text Example
White with #88C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C276; }
p { color: rgb(136,194,118); }
H1.HeaderClassName
{
color: #88C276;
}
.AnyTagClassName
{
color: #88C276;
}
</style>
background-color css
<style>
a { background-color: #88C276; }
a { background-color: rgb(136,194,118); }
div.DivClassName
{
background-color: #88C276;
}
.BgClassName
{
background-color: #88C276;
}
</style>
border-color css
<style>
span { border-color: #88C276; }
span { border-color: rgb(136,194,118); }
td.TdClassName
{
border-color: #88C276;
}
.TagClassName
{
border-color: #88C276;
}
</style>