Shades of Mantis #88C375
Tints of Mantis #88C375
RGB
CMYK
RGB Variations
Color information
#88C375 (or 0x88C375) is known color: Mantis. HEX triplet: 88, C3 and 75. RGB value is (136,195,117). Sum of RGB (Red+Green+Blue) = 136+195+117=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #88C375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C375 is #773C8A. Grayscale: #A8A8A8. Windows color (decimal): -7814283 or 7717768. OLE color: 7717768.
HSL color Cylindrical-coordinate representation of color #88C375: hue angle of 105.38º 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 #88C375 is Cyan = 0.30, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 117 | - |
| CMYK | 0.30 | 0 | 0.4 | 0.24 |
| HSL | 105.38º | 0.39% | 0.61% | - |
| HSV(B) | 105.38º | 0.4% | 0.76% | - |
| XYZ | 32.88 | 45.55 | 23.89 | - |
| YUV | 168.47 | 98.95 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 117 | 0.30 | 0 | 0.4 | 0.24 | 105.38 | 0.39 | 0.61 |
| Hex | 88 | C3 | 75 | 1E | 0 | 28 | 18 | 69 | 27 | 3D |
| Octal | 210 | 303 | 165 | 36 | 0 | 50 | 30 | 151 | 47 | 75 |
| Binary | 10001000 | 11000011 | 1110101 | 11110 | 0 | 101000 | 11000 | 1101001 | 100111 | 111101 |
Color Harmonies of #88C375
Complementary color
Monochromatic Colors of #88C375
Black with #88C375
Text Example
Text Example
White with #88C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C375; }
p { color: rgb(136,195,117); }
H1.HeaderClassName
{
color: #88C375;
}
.AnyTagClassName
{
color: #88C375;
}
</style>
background-color css
<style>
a { background-color: #88C375; }
a { background-color: rgb(136,195,117); }
div.DivClassName
{
background-color: #88C375;
}
.BgClassName
{
background-color: #88C375;
}
</style>
border-color css
<style>
span { border-color: #88C375; }
span { border-color: rgb(136,195,117); }
td.TdClassName
{
border-color: #88C375;
}
.TagClassName
{
border-color: #88C375;
}
</style>