Shades of Mantis #88CC4C
Tints of Mantis #88CC4C
RGB
CMYK
RGB Variations
Color information
#88CC4C (or 0x88CC4C) is known color: Mantis. HEX triplet: 88, CC and 4C. RGB value is (136,204,76). Sum of RGB (Red+Green+Blue) = 136+204+76=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CC4C is #7733B3. Grayscale: #A9A9A9. Windows color (decimal): -7812020 or 5033096. OLE color: 5033096.
HSL color Cylindrical-coordinate representation of color #88CC4C: hue angle of 91.88º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88CC4C is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 204 | 76 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.2 |
| HSL | 91.88º | 0.56% | 0.55% | - |
| HSV(B) | 91.88º | 0.63% | 0.8% | - |
| XYZ | 33.05 | 48.94 | 14.54 | - |
| YUV | 169.08 | 75.47 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 204 | 76 | 0.33 | 0 | 0.63 | 0.2 | 91.88 | 0.56 | 0.55 |
| Hex | 88 | CC | 4C | 21 | 0 | 3F | 14 | 5C | 38 | 37 |
| Octal | 210 | 314 | 114 | 41 | 0 | 77 | 24 | 134 | 70 | 67 |
| Binary | 10001000 | 11001100 | 1001100 | 100001 | 0 | 111111 | 10100 | 1011100 | 111000 | 110111 |
Color Harmonies of #88CC4C
Complementary color
Monochromatic Colors of #88CC4C
Black with #88CC4C
Text Example
Text Example
White with #88CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CC4C; }
p { color: rgb(136,204,76); }
H1.HeaderClassName
{
color: #88CC4C;
}
.AnyTagClassName
{
color: #88CC4C;
}
</style>
background-color css
<style>
a { background-color: #88CC4C; }
a { background-color: rgb(136,204,76); }
div.DivClassName
{
background-color: #88CC4C;
}
.BgClassName
{
background-color: #88CC4C;
}
</style>
border-color css
<style>
span { border-color: #88CC4C; }
span { border-color: rgb(136,204,76); }
td.TdClassName
{
border-color: #88CC4C;
}
.TagClassName
{
border-color: #88CC4C;
}
</style>