Shades of Mantis #88C14E
Tints of Mantis #88C14E
RGB
CMYK
RGB Variations
Color information
#88C14E (or 0x88C14E) is known color: Mantis. HEX triplet: 88, C1 and 4E. RGB value is (136,193,78). Sum of RGB (Red+Green+Blue) = 136+193+78=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #88C14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C14E is #773EB1. Grayscale: #A3A3A3. Windows color (decimal): -7814834 or 5161352. OLE color: 5161352.
HSL color Cylindrical-coordinate representation of color #88C14E: hue angle of 89.74º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88C14E is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 193 | 78 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.24 |
| HSL | 89.74º | 0.48% | 0.53% | - |
| HSV(B) | 89.74º | 0.6% | 0.76% | - |
| XYZ | 30.6 | 43.92 | 14.07 | - |
| YUV | 162.85 | 80.12 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 193 | 78 | 0.30 | 0 | 0.60 | 0.24 | 89.74 | 0.48 | 0.53 |
| Hex | 88 | C1 | 4E | 1E | 0 | 3C | 18 | 5A | 30 | 35 |
| Octal | 210 | 301 | 116 | 36 | 0 | 74 | 30 | 132 | 60 | 65 |
| Binary | 10001000 | 11000001 | 1001110 | 11110 | 0 | 111100 | 11000 | 1011010 | 110000 | 110101 |
Color Harmonies of #88C14E
Complementary color
Monochromatic Colors of #88C14E
Black with #88C14E
Text Example
Text Example
White with #88C14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C14E; }
p { color: rgb(136,193,78); }
H1.HeaderClassName
{
color: #88C14E;
}
.AnyTagClassName
{
color: #88C14E;
}
</style>
background-color css
<style>
a { background-color: #88C14E; }
a { background-color: rgb(136,193,78); }
div.DivClassName
{
background-color: #88C14E;
}
.BgClassName
{
background-color: #88C14E;
}
</style>
border-color css
<style>
span { border-color: #88C14E; }
span { border-color: rgb(136,193,78); }
td.TdClassName
{
border-color: #88C14E;
}
.TagClassName
{
border-color: #88C14E;
}
</style>