Shades of Mantis #88C64A
Tints of Mantis #88C64A
RGB
CMYK
RGB Variations
Color information
#88C64A (or 0x88C64A) is known color: Mantis. HEX triplet: 88, C6 and 4A. RGB value is (136,198,74). Sum of RGB (Red+Green+Blue) = 136+198+74=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #88C64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C64A is #7739B5. Grayscale: #A5A5A5. Windows color (decimal): -7813558 or 4900488. OLE color: 4900488.
HSL color Cylindrical-coordinate representation of color #88C64A: hue angle of 90º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88C64A is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 198 | 74 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.22 |
| HSL | 90º | 0.52% | 0.53% | - |
| HSV(B) | 90º | 0.63% | 0.78% | - |
| XYZ | 31.58 | 46.12 | 13.72 | - |
| YUV | 165.33 | 76.46 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 198 | 74 | 0.31 | 0 | 0.63 | 0.22 | 90 | 0.52 | 0.53 |
| Hex | 88 | C6 | 4A | 1F | 0 | 3F | 16 | 5A | 34 | 35 |
| Octal | 210 | 306 | 112 | 37 | 0 | 77 | 26 | 132 | 64 | 65 |
| Binary | 10001000 | 11000110 | 1001010 | 11111 | 0 | 111111 | 10110 | 1011010 | 110100 | 110101 |
Color Harmonies of #88C64A
Complementary color
Monochromatic Colors of #88C64A
Black with #88C64A
Text Example
Text Example
White with #88C64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C64A; }
p { color: rgb(136,198,74); }
H1.HeaderClassName
{
color: #88C64A;
}
.AnyTagClassName
{
color: #88C64A;
}
</style>
background-color css
<style>
a { background-color: #88C64A; }
a { background-color: rgb(136,198,74); }
div.DivClassName
{
background-color: #88C64A;
}
.BgClassName
{
background-color: #88C64A;
}
</style>
border-color css
<style>
span { border-color: #88C64A; }
span { border-color: rgb(136,198,74); }
td.TdClassName
{
border-color: #88C64A;
}
.TagClassName
{
border-color: #88C64A;
}
</style>