Shades of Mantis #88C053
Tints of Mantis #88C053
RGB
CMYK
RGB Variations
Color information
#88C053 (or 0x88C053) is known color: Mantis. HEX triplet: 88, C0 and 53. RGB value is (136,192,83). Sum of RGB (Red+Green+Blue) = 136+192+83=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #88C053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C053 is #773FAC. Grayscale: #A3A3A3. Windows color (decimal): -7815085 or 5488776. OLE color: 5488776.
HSL color Cylindrical-coordinate representation of color #88C053: hue angle of 90.83º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #88C053 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 192 | 83 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.25 |
| HSL | 90.83º | 0.46% | 0.54% | - |
| HSV(B) | 90.83º | 0.57% | 0.75% | - |
| XYZ | 30.56 | 43.56 | 14.98 | - |
| YUV | 162.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 83 | 0.29 | 0 | 0.57 | 0.25 | 90.83 | 0.46 | 0.54 |
| Hex | 88 | C0 | 53 | 1D | 0 | 39 | 19 | 5B | 2E | 36 |
| Octal | 210 | 300 | 123 | 35 | 0 | 71 | 31 | 133 | 56 | 66 |
| Binary | 10001000 | 11000000 | 1010011 | 11101 | 0 | 111001 | 11001 | 1011011 | 101110 | 110110 |
Color Harmonies of #88C053
Complementary color
Monochromatic Colors of #88C053
Black with #88C053
Text Example
Text Example
White with #88C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C053; }
p { color: rgb(136,192,83); }
H1.HeaderClassName
{
color: #88C053;
}
.AnyTagClassName
{
color: #88C053;
}
</style>
background-color css
<style>
a { background-color: #88C053; }
a { background-color: rgb(136,192,83); }
div.DivClassName
{
background-color: #88C053;
}
.BgClassName
{
background-color: #88C053;
}
</style>
border-color css
<style>
span { border-color: #88C053; }
span { border-color: rgb(136,192,83); }
td.TdClassName
{
border-color: #88C053;
}
.TagClassName
{
border-color: #88C053;
}
</style>