Shades of Pastel Green #88EC76
Tints of Pastel Green #88EC76
RGB
CMYK
RGB Variations
Color information
#88EC76 (or 0x88EC76) is known color: Pastel Green. HEX triplet: 88, EC and 76. RGB value is (136,236,118). Sum of RGB (Red+Green+Blue) = 136+236+118=490 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.76% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #88EC76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #88EC76 is #771389. Grayscale: #C1C1C1. Windows color (decimal): -7803786 or 7793800. OLE color: 7793800.
HSL color Cylindrical-coordinate representation of color #88EC76: hue angle of 110.85º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88EC76 is Cyan = 0.42, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 236 | 118 | - |
| CMYK | 0.42 | 0 | 0.5 | 0.07 |
| HSL | 110.85º | 0.76% | 0.69% | - |
| HSV(B) | 110.85º | 0.5% | 0.93% | - |
| XYZ | 43.42 | 66.53 | 27.69 | - |
| YUV | 192.65 | 85.87 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 236 | 118 | 0.42 | 0 | 0.5 | 0.07 | 110.85 | 0.76 | 0.69 |
| Hex | 88 | EC | 76 | 2A | 0 | 32 | 7 | 6F | 4C | 45 |
| Octal | 210 | 354 | 166 | 52 | 0 | 62 | 7 | 157 | 114 | 105 |
| Binary | 10001000 | 11101100 | 1110110 | 101010 | 0 | 110010 | 111 | 1101111 | 1001100 | 1000101 |
Color Harmonies of #88EC76
Complementary color
Monochromatic Colors of #88EC76
Black with #88EC76
Text Example
Text Example
White with #88EC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88EC76; }
p { color: rgb(136,236,118); }
H1.HeaderClassName
{
color: #88EC76;
}
.AnyTagClassName
{
color: #88EC76;
}
</style>
background-color css
<style>
a { background-color: #88EC76; }
a { background-color: rgb(136,236,118); }
div.DivClassName
{
background-color: #88EC76;
}
.BgClassName
{
background-color: #88EC76;
}
</style>
border-color css
<style>
span { border-color: #88EC76; }
span { border-color: rgb(136,236,118); }
td.TdClassName
{
border-color: #88EC76;
}
.TagClassName
{
border-color: #88EC76;
}
</style>