Shades of Mantis #88BE72
Tints of Mantis #88BE72
RGB
CMYK
RGB Variations
Color information
#88BE72 (or 0x88BE72) is known color: Mantis. HEX triplet: 88, BE and 72. RGB value is (136,190,114). Sum of RGB (Red+Green+Blue) = 136+190+114=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #88BE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BE72 is #77418D. Grayscale: #A5A5A5. Windows color (decimal): -7815566 or 7519880. OLE color: 7519880.
HSL color Cylindrical-coordinate representation of color #88BE72: hue angle of 102.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88BE72 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 190 | 114 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.25 |
| HSL | 102.63º | 0.37% | 0.6% | - |
| HSV(B) | 102.63º | 0.4% | 0.75% | - |
| XYZ | 31.6 | 43.28 | 22.61 | - |
| YUV | 165.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 114 | 0.28 | 0 | 0.40 | 0.25 | 102.63 | 0.37 | 0.6 |
| Hex | 88 | BE | 72 | 1C | 0 | 28 | 19 | 67 | 25 | 3C |
| Octal | 210 | 276 | 162 | 34 | 0 | 50 | 31 | 147 | 45 | 74 |
| Binary | 10001000 | 10111110 | 1110010 | 11100 | 0 | 101000 | 11001 | 1100111 | 100101 | 111100 |
Color Harmonies of #88BE72
Complementary color
Monochromatic Colors of #88BE72
Black with #88BE72
Text Example
Text Example
White with #88BE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BE72; }
p { color: rgb(136,190,114); }
H1.HeaderClassName
{
color: #88BE72;
}
.AnyTagClassName
{
color: #88BE72;
}
</style>
background-color css
<style>
a { background-color: #88BE72; }
a { background-color: rgb(136,190,114); }
div.DivClassName
{
background-color: #88BE72;
}
.BgClassName
{
background-color: #88BE72;
}
</style>
border-color css
<style>
span { border-color: #88BE72; }
span { border-color: rgb(136,190,114); }
td.TdClassName
{
border-color: #88BE72;
}
.TagClassName
{
border-color: #88BE72;
}
</style>