Shades of Mantis #88C24A
Tints of Mantis #88C24A
RGB
CMYK
RGB Variations
Color information
#88C24A (or 0x88C24A) is known color: Mantis. HEX triplet: 88, C2 and 4A. RGB value is (136,194,74). Sum of RGB (Red+Green+Blue) = 136+194+74=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #88C24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C24A is #773DB5. Grayscale: #A3A3A3. Windows color (decimal): -7814582 or 4899464. OLE color: 4899464.
HSL color Cylindrical-coordinate representation of color #88C24A: hue angle of 89º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88C24A is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 74 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.24 |
| HSL | 89º | 0.5% | 0.53% | - |
| HSV(B) | 89º | 0.62% | 0.76% | - |
| XYZ | 30.68 | 44.31 | 13.41 | - |
| YUV | 162.98 | 77.78 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 74 | 0.30 | 0 | 0.62 | 0.24 | 89 | 0.5 | 0.53 |
| Hex | 88 | C2 | 4A | 1E | 0 | 3E | 18 | 59 | 32 | 35 |
| Octal | 210 | 302 | 112 | 36 | 0 | 76 | 30 | 131 | 62 | 65 |
| Binary | 10001000 | 11000010 | 1001010 | 11110 | 0 | 111110 | 11000 | 1011001 | 110010 | 110101 |
Color Harmonies of #88C24A
Complementary color
Monochromatic Colors of #88C24A
Black with #88C24A
Text Example
Text Example
White with #88C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C24A; }
p { color: rgb(136,194,74); }
H1.HeaderClassName
{
color: #88C24A;
}
.AnyTagClassName
{
color: #88C24A;
}
</style>
background-color css
<style>
a { background-color: #88C24A; }
a { background-color: rgb(136,194,74); }
div.DivClassName
{
background-color: #88C24A;
}
.BgClassName
{
background-color: #88C24A;
}
</style>
border-color css
<style>
span { border-color: #88C24A; }
span { border-color: rgb(136,194,74); }
td.TdClassName
{
border-color: #88C24A;
}
.TagClassName
{
border-color: #88C24A;
}
</style>