Shades of Mantis #88DC4D
Tints of Mantis #88DC4D
RGB
CMYK
RGB Variations
Color information
#88DC4D (or 0x88DC4D) is known color: Mantis. HEX triplet: 88, DC and 4D. RGB value is (136,220,77). Sum of RGB (Red+Green+Blue) = 136+220+77=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #88DC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88DC4D is #7723B2. Grayscale: #B3B3B3. Windows color (decimal): -7807923 or 5102728. OLE color: 5102728.
HSL color Cylindrical-coordinate representation of color #88DC4D: hue angle of 95.24º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88DC4D is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 77 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.14 |
| HSL | 95.24º | 0.67% | 0.58% | - |
| HSV(B) | 95.24º | 0.65% | 0.86% | - |
| XYZ | 37.09 | 56.96 | 16.06 | - |
| YUV | 178.58 | 70.67 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 77 | 0.38 | 0 | 0.65 | 0.14 | 95.24 | 0.67 | 0.58 |
| Hex | 88 | DC | 4D | 26 | 0 | 41 | E | 5F | 43 | 3A |
| Octal | 210 | 334 | 115 | 46 | 0 | 101 | 16 | 137 | 103 | 72 |
| Binary | 10001000 | 11011100 | 1001101 | 100110 | 0 | 1000001 | 1110 | 1011111 | 1000011 | 111010 |
Color Harmonies of #88DC4D
Complementary color
Monochromatic Colors of #88DC4D
Black with #88DC4D
Text Example
Text Example
White with #88DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DC4D; }
p { color: rgb(136,220,77); }
H1.HeaderClassName
{
color: #88DC4D;
}
.AnyTagClassName
{
color: #88DC4D;
}
</style>
background-color css
<style>
a { background-color: #88DC4D; }
a { background-color: rgb(136,220,77); }
div.DivClassName
{
background-color: #88DC4D;
}
.BgClassName
{
background-color: #88DC4D;
}
</style>
border-color css
<style>
span { border-color: #88DC4D; }
span { border-color: rgb(136,220,77); }
td.TdClassName
{
border-color: #88DC4D;
}
.TagClassName
{
border-color: #88DC4D;
}
</style>