Shades of Mantis #88DB52
Tints of Mantis #88DB52
RGB
CMYK
RGB Variations
Color information
#88DB52 (or 0x88DB52) is known color: Mantis. HEX triplet: 88, DB and 52. RGB value is (136,219,82). Sum of RGB (Red+Green+Blue) = 136+219+82=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88DB52 is #7724AD. Grayscale: #B3B3B3. Windows color (decimal): -7808174 or 5430152. OLE color: 5430152.
HSL color Cylindrical-coordinate representation of color #88DB52: hue angle of 96.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88DB52 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 82 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.14 |
| HSL | 96.35º | 0.66% | 0.59% | - |
| HSV(B) | 96.35º | 0.63% | 0.86% | - |
| XYZ | 37.01 | 56.51 | 16.94 | - |
| YUV | 178.57 | 73.5 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 82 | 0.38 | 0 | 0.63 | 0.14 | 96.35 | 0.66 | 0.59 |
| Hex | 88 | DB | 52 | 26 | 0 | 3F | E | 60 | 42 | 3B |
| Octal | 210 | 333 | 122 | 46 | 0 | 77 | 16 | 140 | 102 | 73 |
| Binary | 10001000 | 11011011 | 1010010 | 100110 | 0 | 111111 | 1110 | 1100000 | 1000010 | 111011 |
Color Harmonies of #88DB52
Complementary color
Monochromatic Colors of #88DB52
Black with #88DB52
Text Example
Text Example
White with #88DB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DB52; }
p { color: rgb(136,219,82); }
H1.HeaderClassName
{
color: #88DB52;
}
.AnyTagClassName
{
color: #88DB52;
}
</style>
background-color css
<style>
a { background-color: #88DB52; }
a { background-color: rgb(136,219,82); }
div.DivClassName
{
background-color: #88DB52;
}
.BgClassName
{
background-color: #88DB52;
}
</style>
border-color css
<style>
span { border-color: #88DB52; }
span { border-color: rgb(136,219,82); }
td.TdClassName
{
border-color: #88DB52;
}
.TagClassName
{
border-color: #88DB52;
}
</style>