Shades of Pastel Green #88D771
Tints of Pastel Green #88D771
RGB
CMYK
RGB Variations
Color information
#88D771 (or 0x88D771) is known color: Pastel Green. HEX triplet: 88, D7 and 71. RGB value is (136,215,113). Sum of RGB (Red+Green+Blue) = 136+215+113=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #88D771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D771 is #77288E. Grayscale: #B4B4B4. Windows color (decimal): -7809167 or 7460744. OLE color: 7460744.
HSL color Cylindrical-coordinate representation of color #88D771: hue angle of 106.47º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88D771 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 215 | 113 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.16 |
| HSL | 106.47º | 0.56% | 0.64% | - |
| HSV(B) | 106.47º | 0.47% | 0.84% | - |
| XYZ | 37.43 | 55.03 | 24.27 | - |
| YUV | 179.75 | 90.33 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 215 | 113 | 0.37 | 0 | 0.47 | 0.16 | 106.47 | 0.56 | 0.64 |
| Hex | 88 | D7 | 71 | 25 | 0 | 2F | 10 | 6A | 38 | 40 |
| Octal | 210 | 327 | 161 | 45 | 0 | 57 | 20 | 152 | 70 | 100 |
| Binary | 10001000 | 11010111 | 1110001 | 100101 | 0 | 101111 | 10000 | 1101010 | 111000 | 1000000 |
Color Harmonies of #88D771
Complementary color
Monochromatic Colors of #88D771
Black with #88D771
Text Example
Text Example
White with #88D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D771; }
p { color: rgb(136,215,113); }
H1.HeaderClassName
{
color: #88D771;
}
.AnyTagClassName
{
color: #88D771;
}
</style>
background-color css
<style>
a { background-color: #88D771; }
a { background-color: rgb(136,215,113); }
div.DivClassName
{
background-color: #88D771;
}
.BgClassName
{
background-color: #88D771;
}
</style>
border-color css
<style>
span { border-color: #88D771; }
span { border-color: rgb(136,215,113); }
td.TdClassName
{
border-color: #88D771;
}
.TagClassName
{
border-color: #88D771;
}
</style>