Shades of Mantis #88B468
Tints of Mantis #88B468
RGB
CMYK
RGB Variations
Color information
#88B468 (or 0x88B468) is known color: Mantis. HEX triplet: 88, B4 and 68. RGB value is (136,180,104). Sum of RGB (Red+Green+Blue) = 136+180+104=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #88B468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B468 is #774B97. Grayscale: #9E9E9E. Windows color (decimal): -7818136 or 6861960. OLE color: 6861960.
HSL color Cylindrical-coordinate representation of color #88B468: hue angle of 94.74º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88B468 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 180 | 104 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.29 |
| HSL | 94.74º | 0.34% | 0.56% | - |
| HSV(B) | 94.74º | 0.42% | 0.71% | - |
| XYZ | 28.97 | 38.88 | 19.07 | - |
| YUV | 158.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 180 | 104 | 0.24 | 0 | 0.42 | 0.29 | 94.74 | 0.34 | 0.56 |
| Hex | 88 | B4 | 68 | 18 | 0 | 2A | 1D | 5F | 22 | 38 |
| Octal | 210 | 264 | 150 | 30 | 0 | 52 | 35 | 137 | 42 | 70 |
| Binary | 10001000 | 10110100 | 1101000 | 11000 | 0 | 101010 | 11101 | 1011111 | 100010 | 111000 |
Color Harmonies of #88B468
Complementary color
Monochromatic Colors of #88B468
Black with #88B468
Text Example
Text Example
White with #88B468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B468; }
p { color: rgb(136,180,104); }
H1.HeaderClassName
{
color: #88B468;
}
.AnyTagClassName
{
color: #88B468;
}
</style>
background-color css
<style>
a { background-color: #88B468; }
a { background-color: rgb(136,180,104); }
div.DivClassName
{
background-color: #88B468;
}
.BgClassName
{
background-color: #88B468;
}
</style>
border-color css
<style>
span { border-color: #88B468; }
span { border-color: rgb(136,180,104); }
td.TdClassName
{
border-color: #88B468;
}
.TagClassName
{
border-color: #88B468;
}
</style>