Shades of Mantis #88C048
Tints of Mantis #88C048
RGB
CMYK
RGB Variations
Color information
#88C048 (or 0x88C048) is known color: Mantis. HEX triplet: 88, C0 and 48. RGB value is (136,192,72). Sum of RGB (Red+Green+Blue) = 136+192+72=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #88C048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C048 is #773FB7. Grayscale: #A1A1A1. Windows color (decimal): -7815096 or 4767880. OLE color: 4767880.
HSL color Cylindrical-coordinate representation of color #88C048: hue angle of 88º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88C048 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 192 | 72 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.25 |
| HSL | 88º | 0.49% | 0.52% | - |
| HSV(B) | 88º | 0.63% | 0.75% | - |
| XYZ | 30.17 | 43.4 | 12.92 | - |
| YUV | 161.58 | 77.45 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 72 | 0.29 | 0 | 0.63 | 0.25 | 88 | 0.49 | 0.52 |
| Hex | 88 | C0 | 48 | 1D | 0 | 3F | 19 | 58 | 31 | 34 |
| Octal | 210 | 300 | 110 | 35 | 0 | 77 | 31 | 130 | 61 | 64 |
| Binary | 10001000 | 11000000 | 1001000 | 11101 | 0 | 111111 | 11001 | 1011000 | 110001 | 110100 |
Color Harmonies of #88C048
Complementary color
Monochromatic Colors of #88C048
Black with #88C048
Text Example
Text Example
White with #88C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C048; }
p { color: rgb(136,192,72); }
H1.HeaderClassName
{
color: #88C048;
}
.AnyTagClassName
{
color: #88C048;
}
</style>
background-color css
<style>
a { background-color: #88C048; }
a { background-color: rgb(136,192,72); }
div.DivClassName
{
background-color: #88C048;
}
.BgClassName
{
background-color: #88C048;
}
</style>
border-color css
<style>
span { border-color: #88C048; }
span { border-color: rgb(136,192,72); }
td.TdClassName
{
border-color: #88C048;
}
.TagClassName
{
border-color: #88C048;
}
</style>