Shades of Mantis #88C748
Tints of Mantis #88C748
RGB
CMYK
RGB Variations
Color information
#88C748 (or 0x88C748) is known color: Mantis. HEX triplet: 88, C7 and 48. RGB value is (136,199,72). Sum of RGB (Red+Green+Blue) = 136+199+72=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #88C748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C748 is #7738B7. Grayscale: #A6A6A6. Windows color (decimal): -7813304 or 4769672. OLE color: 4769672.
HSL color Cylindrical-coordinate representation of color #88C748: hue angle of 89.76º degrees, saturation: 0.53, 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 #88C748 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 199 | 72 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.22 |
| HSL | 89.76º | 0.53% | 0.53% | - |
| HSV(B) | 89.76º | 0.64% | 0.78% | - |
| XYZ | 31.75 | 46.55 | 13.44 | - |
| YUV | 165.69 | 75.13 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 199 | 72 | 0.32 | 0 | 0.64 | 0.22 | 89.76 | 0.53 | 0.53 |
| Hex | 88 | C7 | 48 | 20 | 0 | 40 | 16 | 5A | 35 | 35 |
| Octal | 210 | 307 | 110 | 40 | 0 | 100 | 26 | 132 | 65 | 65 |
| Binary | 10001000 | 11000111 | 1001000 | 100000 | 0 | 1000000 | 10110 | 1011010 | 110101 | 110101 |
Color Harmonies of #88C748
Complementary color
Monochromatic Colors of #88C748
Black with #88C748
Text Example
Text Example
White with #88C748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C748; }
p { color: rgb(136,199,72); }
H1.HeaderClassName
{
color: #88C748;
}
.AnyTagClassName
{
color: #88C748;
}
</style>
background-color css
<style>
a { background-color: #88C748; }
a { background-color: rgb(136,199,72); }
div.DivClassName
{
background-color: #88C748;
}
.BgClassName
{
background-color: #88C748;
}
</style>
border-color css
<style>
span { border-color: #88C748; }
span { border-color: rgb(136,199,72); }
td.TdClassName
{
border-color: #88C748;
}
.TagClassName
{
border-color: #88C748;
}
</style>