Shades of Mantis #88C266
Tints of Mantis #88C266
RGB
CMYK
RGB Variations
Color information
#88C266 (or 0x88C266) is known color: Mantis. HEX triplet: 88, C2 and 66. RGB value is (136,194,102). Sum of RGB (Red+Green+Blue) = 136+194+102=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #88C266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C266 is #773D99. Grayscale: #A6A6A6. Windows color (decimal): -7814554 or 6734472. OLE color: 6734472.
HSL color Cylindrical-coordinate representation of color #88C266: hue angle of 97.83º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88C266 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 102 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.24 |
| HSL | 97.83º | 0.43% | 0.58% | - |
| HSV(B) | 97.83º | 0.47% | 0.76% | - |
| XYZ | 31.84 | 44.78 | 19.53 | - |
| YUV | 166.17 | 91.78 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 102 | 0.30 | 0 | 0.47 | 0.24 | 97.83 | 0.43 | 0.58 |
| Hex | 88 | C2 | 66 | 1E | 0 | 2F | 18 | 62 | 2B | 3A |
| Octal | 210 | 302 | 146 | 36 | 0 | 57 | 30 | 142 | 53 | 72 |
| Binary | 10001000 | 11000010 | 1100110 | 11110 | 0 | 101111 | 11000 | 1100010 | 101011 | 111010 |
Color Harmonies of #88C266
Complementary color
Monochromatic Colors of #88C266
Black with #88C266
Text Example
Text Example
White with #88C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C266; }
p { color: rgb(136,194,102); }
H1.HeaderClassName
{
color: #88C266;
}
.AnyTagClassName
{
color: #88C266;
}
</style>
background-color css
<style>
a { background-color: #88C266; }
a { background-color: rgb(136,194,102); }
div.DivClassName
{
background-color: #88C266;
}
.BgClassName
{
background-color: #88C266;
}
</style>
border-color css
<style>
span { border-color: #88C266; }
span { border-color: rgb(136,194,102); }
td.TdClassName
{
border-color: #88C266;
}
.TagClassName
{
border-color: #88C266;
}
</style>