Shades of Mantis #88C249
Tints of Mantis #88C249
RGB
CMYK
RGB Variations
Color information
#88C249 (or 0x88C249) is known color: Mantis. HEX triplet: 88, C2 and 49. RGB value is (136,194,73). Sum of RGB (Red+Green+Blue) = 136+194+73=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #88C249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C249 is #773DB6. Grayscale: #A3A3A3. Windows color (decimal): -7814583 or 4833928. OLE color: 4833928.
HSL color Cylindrical-coordinate representation of color #88C249: hue angle of 88.76º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88C249 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 73 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.24 |
| HSL | 88.76º | 0.5% | 0.52% | - |
| HSV(B) | 88.76º | 0.62% | 0.76% | - |
| XYZ | 30.65 | 44.3 | 13.24 | - |
| YUV | 162.86 | 77.28 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 73 | 0.30 | 0 | 0.62 | 0.24 | 88.76 | 0.5 | 0.52 |
| Hex | 88 | C2 | 49 | 1E | 0 | 3E | 18 | 59 | 32 | 34 |
| Octal | 210 | 302 | 111 | 36 | 0 | 76 | 30 | 131 | 62 | 64 |
| Binary | 10001000 | 11000010 | 1001001 | 11110 | 0 | 111110 | 11000 | 1011001 | 110010 | 110100 |
Color Harmonies of #88C249
Complementary color
Monochromatic Colors of #88C249
Black with #88C249
Text Example
Text Example
White with #88C249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C249; }
p { color: rgb(136,194,73); }
H1.HeaderClassName
{
color: #88C249;
}
.AnyTagClassName
{
color: #88C249;
}
</style>
background-color css
<style>
a { background-color: #88C249; }
a { background-color: rgb(136,194,73); }
div.DivClassName
{
background-color: #88C249;
}
.BgClassName
{
background-color: #88C249;
}
</style>
border-color css
<style>
span { border-color: #88C249; }
span { border-color: rgb(136,194,73); }
td.TdClassName
{
border-color: #88C249;
}
.TagClassName
{
border-color: #88C249;
}
</style>