Shades of Mantis #88E350
Tints of Mantis #88E350
RGB
CMYK
RGB Variations
Color information
#88E350 (or 0x88E350) is known color: Mantis. HEX triplet: 88, E3 and 50. RGB value is (136,227,80). Sum of RGB (Red+Green+Blue) = 136+227+80=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 227 (89.06% from 255 or 51.24% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 227 - color contains mainly: green. Hex color #88E350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88E350 is #771CAF. Grayscale: #B7B7B7. Windows color (decimal): -7806128 or 5301128. OLE color: 5301128.
HSL color Cylindrical-coordinate representation of color #88E350: hue angle of 97.14º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88E350 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 136 | 227 | 80 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.11 |
| HSL | 97.14º | 0.72% | 0.6% | - |
| HSV(B) | 97.14º | 0.65% | 0.89% | - |
| XYZ | 39.07 | 60.75 | 17.26 | - |
| YUV | 183.03 | 69.85 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 227 | 80 | 0.40 | 0 | 0.65 | 0.11 | 97.14 | 0.72 | 0.6 |
| Hex | 88 | E3 | 50 | 28 | 0 | 41 | B | 61 | 48 | 3C |
| Octal | 210 | 343 | 120 | 50 | 0 | 101 | 13 | 141 | 110 | 74 |
| Binary | 10001000 | 11100011 | 1010000 | 101000 | 0 | 1000001 | 1011 | 1100001 | 1001000 | 111100 |
Color Harmonies of #88E350
Complementary color
Monochromatic Colors of #88E350
Black with #88E350
Text Example
Text Example
White with #88E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E350; }
p { color: rgb(136,227,80); }
H1.HeaderClassName
{
color: #88E350;
}
.AnyTagClassName
{
color: #88E350;
}
</style>
background-color css
<style>
a { background-color: #88E350; }
a { background-color: rgb(136,227,80); }
div.DivClassName
{
background-color: #88E350;
}
.BgClassName
{
background-color: #88E350;
}
</style>
border-color css
<style>
span { border-color: #88E350; }
span { border-color: rgb(136,227,80); }
td.TdClassName
{
border-color: #88E350;
}
.TagClassName
{
border-color: #88E350;
}
</style>