Shades of Mantis #88C34C
Tints of Mantis #88C34C
RGB
CMYK
RGB Variations
Color information
#88C34C (or 0x88C34C) is known color: Mantis. HEX triplet: 88, C3 and 4C. RGB value is (136,195,76). Sum of RGB (Red+Green+Blue) = 136+195+76=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #88C34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C34C is #773CB3. Grayscale: #A4A4A4. Windows color (decimal): -7814324 or 5030792. OLE color: 5030792.
HSL color Cylindrical-coordinate representation of color #88C34C: hue angle of 89.75º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #88C34C is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 76 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.24 |
| HSL | 89.75º | 0.5% | 0.53% | - |
| HSV(B) | 89.75º | 0.61% | 0.76% | - |
| XYZ | 30.97 | 44.79 | 13.85 | - |
| YUV | 163.79 | 78.45 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 76 | 0.30 | 0 | 0.61 | 0.24 | 89.75 | 0.5 | 0.53 |
| Hex | 88 | C3 | 4C | 1E | 0 | 3D | 18 | 5A | 32 | 35 |
| Octal | 210 | 303 | 114 | 36 | 0 | 75 | 30 | 132 | 62 | 65 |
| Binary | 10001000 | 11000011 | 1001100 | 11110 | 0 | 111101 | 11000 | 1011010 | 110010 | 110101 |
Color Harmonies of #88C34C
Complementary color
Monochromatic Colors of #88C34C
Black with #88C34C
Text Example
Text Example
White with #88C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C34C; }
p { color: rgb(136,195,76); }
H1.HeaderClassName
{
color: #88C34C;
}
.AnyTagClassName
{
color: #88C34C;
}
</style>
background-color css
<style>
a { background-color: #88C34C; }
a { background-color: rgb(136,195,76); }
div.DivClassName
{
background-color: #88C34C;
}
.BgClassName
{
background-color: #88C34C;
}
</style>
border-color css
<style>
span { border-color: #88C34C; }
span { border-color: rgb(136,195,76); }
td.TdClassName
{
border-color: #88C34C;
}
.TagClassName
{
border-color: #88C34C;
}
</style>