Shades of Mantis #88C264
Tints of Mantis #88C264
RGB
CMYK
RGB Variations
Color information
#88C264 (or 0x88C264) is known color: Mantis. HEX triplet: 88, C2 and 64. RGB value is (136,194,100). Sum of RGB (Red+Green+Blue) = 136+194+100=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #88C264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C264 is #773D9B. Grayscale: #A6A6A6. Windows color (decimal): -7814556 or 6603400. OLE color: 6603400.
HSL color Cylindrical-coordinate representation of color #88C264: hue angle of 97.02º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #88C264 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 100 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.24 |
| HSL | 97.02º | 0.44% | 0.58% | - |
| HSV(B) | 97.02º | 0.48% | 0.76% | - |
| XYZ | 31.75 | 44.74 | 19.02 | - |
| YUV | 165.94 | 90.78 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 100 | 0.30 | 0 | 0.48 | 0.24 | 97.02 | 0.44 | 0.58 |
| Hex | 88 | C2 | 64 | 1E | 0 | 30 | 18 | 61 | 2C | 3A |
| Octal | 210 | 302 | 144 | 36 | 0 | 60 | 30 | 141 | 54 | 72 |
| Binary | 10001000 | 11000010 | 1100100 | 11110 | 0 | 110000 | 11000 | 1100001 | 101100 | 111010 |
Color Harmonies of #88C264
Complementary color
Monochromatic Colors of #88C264
Black with #88C264
Text Example
Text Example
White with #88C264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C264; }
p { color: rgb(136,194,100); }
H1.HeaderClassName
{
color: #88C264;
}
.AnyTagClassName
{
color: #88C264;
}
</style>
background-color css
<style>
a { background-color: #88C264; }
a { background-color: rgb(136,194,100); }
div.DivClassName
{
background-color: #88C264;
}
.BgClassName
{
background-color: #88C264;
}
</style>
border-color css
<style>
span { border-color: #88C264; }
span { border-color: rgb(136,194,100); }
td.TdClassName
{
border-color: #88C264;
}
.TagClassName
{
border-color: #88C264;
}
</style>