Shades of Mantis #88C848
Tints of Mantis #88C848
RGB
CMYK
RGB Variations
Color information
#88C848 (or 0x88C848) is known color: Mantis. HEX triplet: 88, C8 and 48. RGB value is (136,200,72). Sum of RGB (Red+Green+Blue) = 136+200+72=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #88C848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C848 is #7737B7. Grayscale: #A6A6A6. Windows color (decimal): -7813048 or 4769928. OLE color: 4769928.
HSL color Cylindrical-coordinate representation of color #88C848: hue angle of 90º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88C848 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 200 | 72 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.22 |
| HSL | 90º | 0.54% | 0.53% | - |
| HSV(B) | 90º | 0.64% | 0.78% | - |
| XYZ | 31.98 | 47.01 | 13.52 | - |
| YUV | 166.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 200 | 72 | 0.32 | 0 | 0.64 | 0.22 | 90 | 0.54 | 0.53 |
| Hex | 88 | C8 | 48 | 20 | 0 | 40 | 16 | 5A | 36 | 35 |
| Octal | 210 | 310 | 110 | 40 | 0 | 100 | 26 | 132 | 66 | 65 |
| Binary | 10001000 | 11001000 | 1001000 | 100000 | 0 | 1000000 | 10110 | 1011010 | 110110 | 110101 |
Color Harmonies of #88C848
Complementary color
Monochromatic Colors of #88C848
Black with #88C848
Text Example
Text Example
White with #88C848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C848; }
p { color: rgb(136,200,72); }
H1.HeaderClassName
{
color: #88C848;
}
.AnyTagClassName
{
color: #88C848;
}
</style>
background-color css
<style>
a { background-color: #88C848; }
a { background-color: rgb(136,200,72); }
div.DivClassName
{
background-color: #88C848;
}
.BgClassName
{
background-color: #88C848;
}
</style>
border-color css
<style>
span { border-color: #88C848; }
span { border-color: rgb(136,200,72); }
td.TdClassName
{
border-color: #88C848;
}
.TagClassName
{
border-color: #88C848;
}
</style>