Shades of Mantis #88CA52
Tints of Mantis #88CA52
RGB
CMYK
RGB Variations
Color information
#88CA52 (or 0x88CA52) is known color: Mantis. HEX triplet: 88, CA and 52. RGB value is (136,202,82). Sum of RGB (Red+Green+Blue) = 136+202+82=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88CA52 is #7735AD. Grayscale: #A9A9A9. Windows color (decimal): -7812526 or 5425800. OLE color: 5425800.
HSL color Cylindrical-coordinate representation of color #88CA52: hue angle of 93º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #88CA52 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 82 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.21 |
| HSL | 93º | 0.53% | 0.56% | - |
| HSV(B) | 93º | 0.59% | 0.79% | - |
| XYZ | 32.8 | 48.08 | 15.54 | - |
| YUV | 168.59 | 79.13 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 82 | 0.33 | 0 | 0.59 | 0.21 | 93 | 0.53 | 0.56 |
| Hex | 88 | CA | 52 | 21 | 0 | 3B | 15 | 5D | 35 | 38 |
| Octal | 210 | 312 | 122 | 41 | 0 | 73 | 25 | 135 | 65 | 70 |
| Binary | 10001000 | 11001010 | 1010010 | 100001 | 0 | 111011 | 10101 | 1011101 | 110101 | 111000 |
Color Harmonies of #88CA52
Complementary color
Monochromatic Colors of #88CA52
Black with #88CA52
Text Example
Text Example
White with #88CA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA52; }
p { color: rgb(136,202,82); }
H1.HeaderClassName
{
color: #88CA52;
}
.AnyTagClassName
{
color: #88CA52;
}
</style>
background-color css
<style>
a { background-color: #88CA52; }
a { background-color: rgb(136,202,82); }
div.DivClassName
{
background-color: #88CA52;
}
.BgClassName
{
background-color: #88CA52;
}
</style>
border-color css
<style>
span { border-color: #88CA52; }
span { border-color: rgb(136,202,82); }
td.TdClassName
{
border-color: #88CA52;
}
.TagClassName
{
border-color: #88CA52;
}
</style>