Shades of Mantis #88C45D
Tints of Mantis #88C45D
RGB
CMYK
RGB Variations
Color information
#88C45D (or 0x88C45D) is known color: Mantis. HEX triplet: 88, C4 and 5D. RGB value is (136,196,93). Sum of RGB (Red+Green+Blue) = 136+196+93=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #88C45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C45D is #773BA2. Grayscale: #A6A6A6. Windows color (decimal): -7814051 or 6145160. OLE color: 6145160.
HSL color Cylindrical-coordinate representation of color #88C45D: hue angle of 94.95º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #88C45D is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 196 | 93 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.23 |
| HSL | 94.95º | 0.47% | 0.57% | - |
| HSV(B) | 94.95º | 0.53% | 0.77% | - |
| XYZ | 31.87 | 45.5 | 17.46 | - |
| YUV | 166.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 93 | 0.31 | 0 | 0.53 | 0.23 | 94.95 | 0.47 | 0.57 |
| Hex | 88 | C4 | 5D | 1F | 0 | 35 | 17 | 5F | 2F | 39 |
| Octal | 210 | 304 | 135 | 37 | 0 | 65 | 27 | 137 | 57 | 71 |
| Binary | 10001000 | 11000100 | 1011101 | 11111 | 0 | 110101 | 10111 | 1011111 | 101111 | 111001 |
Color Harmonies of #88C45D
Complementary color
Monochromatic Colors of #88C45D
Black with #88C45D
Text Example
Text Example
White with #88C45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C45D; }
p { color: rgb(136,196,93); }
H1.HeaderClassName
{
color: #88C45D;
}
.AnyTagClassName
{
color: #88C45D;
}
</style>
background-color css
<style>
a { background-color: #88C45D; }
a { background-color: rgb(136,196,93); }
div.DivClassName
{
background-color: #88C45D;
}
.BgClassName
{
background-color: #88C45D;
}
</style>
border-color css
<style>
span { border-color: #88C45D; }
span { border-color: rgb(136,196,93); }
td.TdClassName
{
border-color: #88C45D;
}
.TagClassName
{
border-color: #88C45D;
}
</style>