Shades of Mantis #88BD70
Tints of Mantis #88BD70
RGB
CMYK
RGB Variations
Color information
#88BD70 (or 0x88BD70) is known color: Mantis. HEX triplet: 88, BD and 70. RGB value is (136,189,112). Sum of RGB (Red+Green+Blue) = 136+189+112=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BD70 is #77428F. Grayscale: #A4A4A4. Windows color (decimal): -7815824 or 7388552. OLE color: 7388552.
HSL color Cylindrical-coordinate representation of color #88BD70: hue angle of 101.3º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88BD70 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 112 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.26 |
| HSL | 101.3º | 0.37% | 0.59% | - |
| HSV(B) | 101.3º | 0.41% | 0.74% | - |
| XYZ | 31.28 | 42.8 | 21.94 | - |
| YUV | 164.38 | 98.44 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 112 | 0.28 | 0 | 0.41 | 0.26 | 101.3 | 0.37 | 0.59 |
| Hex | 88 | BD | 70 | 1C | 0 | 29 | 1A | 65 | 25 | 3B |
| Octal | 210 | 275 | 160 | 34 | 0 | 51 | 32 | 145 | 45 | 73 |
| Binary | 10001000 | 10111101 | 1110000 | 11100 | 0 | 101001 | 11010 | 1100101 | 100101 | 111011 |
Color Harmonies of #88BD70
Complementary color
Monochromatic Colors of #88BD70
Black with #88BD70
Text Example
Text Example
White with #88BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BD70; }
p { color: rgb(136,189,112); }
H1.HeaderClassName
{
color: #88BD70;
}
.AnyTagClassName
{
color: #88BD70;
}
</style>
background-color css
<style>
a { background-color: #88BD70; }
a { background-color: rgb(136,189,112); }
div.DivClassName
{
background-color: #88BD70;
}
.BgClassName
{
background-color: #88BD70;
}
</style>
border-color css
<style>
span { border-color: #88BD70; }
span { border-color: rgb(136,189,112); }
td.TdClassName
{
border-color: #88BD70;
}
.TagClassName
{
border-color: #88BD70;
}
</style>