Shades of Mantis #88C74A
Tints of Mantis #88C74A
RGB
CMYK
RGB Variations
Color information
#88C74A (or 0x88C74A) is known color: Mantis. HEX triplet: 88, C7 and 4A. RGB value is (136,199,74). Sum of RGB (Red+Green+Blue) = 136+199+74=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 199 - color contains mainly: green. Hex color #88C74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C74A is #7738B5. Grayscale: #A6A6A6. Windows color (decimal): -7813302 or 4900744. OLE color: 4900744.
HSL color Cylindrical-coordinate representation of color #88C74A: hue angle of 90.24º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88C74A is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 199 | 74 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.22 |
| HSL | 90.24º | 0.53% | 0.54% | - |
| HSV(B) | 90.24º | 0.63% | 0.78% | - |
| XYZ | 31.81 | 46.58 | 13.79 | - |
| YUV | 165.91 | 76.13 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 199 | 74 | 0.32 | 0 | 0.63 | 0.22 | 90.24 | 0.53 | 0.54 |
| Hex | 88 | C7 | 4A | 20 | 0 | 3F | 16 | 5A | 35 | 36 |
| Octal | 210 | 307 | 112 | 40 | 0 | 77 | 26 | 132 | 65 | 66 |
| Binary | 10001000 | 11000111 | 1001010 | 100000 | 0 | 111111 | 10110 | 1011010 | 110101 | 110110 |
Color Harmonies of #88C74A
Complementary color
Monochromatic Colors of #88C74A
Black with #88C74A
Text Example
Text Example
White with #88C74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C74A; }
p { color: rgb(136,199,74); }
H1.HeaderClassName
{
color: #88C74A;
}
.AnyTagClassName
{
color: #88C74A;
}
</style>
background-color css
<style>
a { background-color: #88C74A; }
a { background-color: rgb(136,199,74); }
div.DivClassName
{
background-color: #88C74A;
}
.BgClassName
{
background-color: #88C74A;
}
</style>
border-color css
<style>
span { border-color: #88C74A; }
span { border-color: rgb(136,199,74); }
td.TdClassName
{
border-color: #88C74A;
}
.TagClassName
{
border-color: #88C74A;
}
</style>