Shades of Mantis #88C874
Tints of Mantis #88C874
RGB
CMYK
RGB Variations
Color information
#88C874 (or 0x88C874) is known color: Mantis. HEX triplet: 88, C8 and 74. RGB value is (136,200,116). Sum of RGB (Red+Green+Blue) = 136+200+116=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 200 - color contains mainly: green. Hex color #88C874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C874 is #77378B. Grayscale: #ABABAB. Windows color (decimal): -7813004 or 7653512. OLE color: 7653512.
HSL color Cylindrical-coordinate representation of color #88C874: hue angle of 105.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88C874 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 200 | 116 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.22 |
| HSL | 105.71º | 0.43% | 0.62% | - |
| HSV(B) | 105.71º | 0.42% | 0.78% | - |
| XYZ | 33.96 | 47.8 | 23.96 | - |
| YUV | 171.29 | 96.8 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 200 | 116 | 0.32 | 0 | 0.42 | 0.22 | 105.71 | 0.43 | 0.62 |
| Hex | 88 | C8 | 74 | 20 | 0 | 2A | 16 | 6A | 2B | 3E |
| Octal | 210 | 310 | 164 | 40 | 0 | 52 | 26 | 152 | 53 | 76 |
| Binary | 10001000 | 11001000 | 1110100 | 100000 | 0 | 101010 | 10110 | 1101010 | 101011 | 111110 |
Color Harmonies of #88C874
Complementary color
Monochromatic Colors of #88C874
Black with #88C874
Text Example
Text Example
White with #88C874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C874; }
p { color: rgb(136,200,116); }
H1.HeaderClassName
{
color: #88C874;
}
.AnyTagClassName
{
color: #88C874;
}
</style>
background-color css
<style>
a { background-color: #88C874; }
a { background-color: rgb(136,200,116); }
div.DivClassName
{
background-color: #88C874;
}
.BgClassName
{
background-color: #88C874;
}
</style>
border-color css
<style>
span { border-color: #88C874; }
span { border-color: rgb(136,200,116); }
td.TdClassName
{
border-color: #88C874;
}
.TagClassName
{
border-color: #88C874;
}
</style>