Shades of Mantis #88C275
Tints of Mantis #88C275
RGB
CMYK
RGB Variations
Color information
#88C275 (or 0x88C275) is known color: Mantis. HEX triplet: 88, C2 and 75. RGB value is (136,194,117). Sum of RGB (Red+Green+Blue) = 136+194+117=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #88C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C275 is #773D8A. Grayscale: #A8A8A8. Windows color (decimal): -7814539 or 7717512. OLE color: 7717512.
HSL color Cylindrical-coordinate representation of color #88C275: hue angle of 105.19º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88C275 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 117 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.24 |
| HSL | 105.19º | 0.39% | 0.61% | - |
| HSV(B) | 105.19º | 0.4% | 0.76% | - |
| XYZ | 32.66 | 45.1 | 23.81 | - |
| YUV | 167.88 | 99.28 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 117 | 0.30 | 0 | 0.40 | 0.24 | 105.19 | 0.39 | 0.61 |
| Hex | 88 | C2 | 75 | 1E | 0 | 28 | 18 | 69 | 27 | 3D |
| Octal | 210 | 302 | 165 | 36 | 0 | 50 | 30 | 151 | 47 | 75 |
| Binary | 10001000 | 11000010 | 1110101 | 11110 | 0 | 101000 | 11000 | 1101001 | 100111 | 111101 |
Color Harmonies of #88C275
Complementary color
Monochromatic Colors of #88C275
Black with #88C275
Text Example
Text Example
White with #88C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C275; }
p { color: rgb(136,194,117); }
H1.HeaderClassName
{
color: #88C275;
}
.AnyTagClassName
{
color: #88C275;
}
</style>
background-color css
<style>
a { background-color: #88C275; }
a { background-color: rgb(136,194,117); }
div.DivClassName
{
background-color: #88C275;
}
.BgClassName
{
background-color: #88C275;
}
</style>
border-color css
<style>
span { border-color: #88C275; }
span { border-color: rgb(136,194,117); }
td.TdClassName
{
border-color: #88C275;
}
.TagClassName
{
border-color: #88C275;
}
</style>