Shades of Mantis #88C074
Tints of Mantis #88C074
RGB
CMYK
RGB Variations
Color information
#88C074 (or 0x88C074) is known color: Mantis. HEX triplet: 88, C0 and 74. RGB value is (136,192,116). Sum of RGB (Red+Green+Blue) = 136+192+116=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #88C074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C074 is #773F8B. Grayscale: #A6A6A6. Windows color (decimal): -7815052 or 7651464. OLE color: 7651464.
HSL color Cylindrical-coordinate representation of color #88C074: hue angle of 104.21º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88C074 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 192 | 116 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.25 |
| HSL | 104.21º | 0.38% | 0.6% | - |
| HSV(B) | 104.21º | 0.4% | 0.75% | - |
| XYZ | 32.16 | 44.19 | 23.36 | - |
| YUV | 166.59 | 99.45 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 116 | 0.29 | 0 | 0.40 | 0.25 | 104.21 | 0.38 | 0.6 |
| Hex | 88 | C0 | 74 | 1D | 0 | 28 | 19 | 68 | 26 | 3C |
| Octal | 210 | 300 | 164 | 35 | 0 | 50 | 31 | 150 | 46 | 74 |
| Binary | 10001000 | 11000000 | 1110100 | 11101 | 0 | 101000 | 11001 | 1101000 | 100110 | 111100 |
Color Harmonies of #88C074
Complementary color
Monochromatic Colors of #88C074
Black with #88C074
Text Example
Text Example
White with #88C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C074; }
p { color: rgb(136,192,116); }
H1.HeaderClassName
{
color: #88C074;
}
.AnyTagClassName
{
color: #88C074;
}
</style>
background-color css
<style>
a { background-color: #88C074; }
a { background-color: rgb(136,192,116); }
div.DivClassName
{
background-color: #88C074;
}
.BgClassName
{
background-color: #88C074;
}
</style>
border-color css
<style>
span { border-color: #88C074; }
span { border-color: rgb(136,192,116); }
td.TdClassName
{
border-color: #88C074;
}
.TagClassName
{
border-color: #88C074;
}
</style>