Shades of Mantis #88C34F
Tints of Mantis #88C34F
RGB
CMYK
RGB Variations
Color information
#88C34F (or 0x88C34F) is known color: Mantis. HEX triplet: 88, C3 and 4F. RGB value is (136,195,79). Sum of RGB (Red+Green+Blue) = 136+195+79=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #88C34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C34F is #773CB0. Grayscale: #A4A4A4. Windows color (decimal): -7814321 or 5227400. OLE color: 5227400.
HSL color Cylindrical-coordinate representation of color #88C34F: hue angle of 90.52º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #88C34F is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 79 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.24 |
| HSL | 90.52º | 0.49% | 0.54% | - |
| HSV(B) | 90.52º | 0.59% | 0.76% | - |
| XYZ | 31.08 | 44.83 | 14.41 | - |
| YUV | 164.14 | 79.95 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 79 | 0.30 | 0 | 0.59 | 0.24 | 90.52 | 0.49 | 0.54 |
| Hex | 88 | C3 | 4F | 1E | 0 | 3B | 18 | 5B | 31 | 36 |
| Octal | 210 | 303 | 117 | 36 | 0 | 73 | 30 | 133 | 61 | 66 |
| Binary | 10001000 | 11000011 | 1001111 | 11110 | 0 | 111011 | 11000 | 1011011 | 110001 | 110110 |
Color Harmonies of #88C34F
Complementary color
Monochromatic Colors of #88C34F
Black with #88C34F
Text Example
Text Example
White with #88C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C34F; }
p { color: rgb(136,195,79); }
H1.HeaderClassName
{
color: #88C34F;
}
.AnyTagClassName
{
color: #88C34F;
}
</style>
background-color css
<style>
a { background-color: #88C34F; }
a { background-color: rgb(136,195,79); }
div.DivClassName
{
background-color: #88C34F;
}
.BgClassName
{
background-color: #88C34F;
}
</style>
border-color css
<style>
span { border-color: #88C34F; }
span { border-color: rgb(136,195,79); }
td.TdClassName
{
border-color: #88C34F;
}
.TagClassName
{
border-color: #88C34F;
}
</style>