Shades of Pastel Green #88D971
Tints of Pastel Green #88D971
RGB
CMYK
RGB Variations
Color information
#88D971 (or 0x88D971) is known color: Pastel Green. HEX triplet: 88, D9 and 71. RGB value is (136,217,113). Sum of RGB (Red+Green+Blue) = 136+217+113=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #88D971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D971 is #77268E. Grayscale: #B5B5B5. Windows color (decimal): -7808655 or 7461256. OLE color: 7461256.
HSL color Cylindrical-coordinate representation of color #88D971: hue angle of 106.73º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #88D971 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 217 | 113 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.15 |
| HSL | 106.73º | 0.58% | 0.65% | - |
| HSV(B) | 106.73º | 0.48% | 0.85% | - |
| XYZ | 37.95 | 56.05 | 24.44 | - |
| YUV | 180.93 | 89.66 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 217 | 113 | 0.37 | 0 | 0.48 | 0.15 | 106.73 | 0.58 | 0.65 |
| Hex | 88 | D9 | 71 | 25 | 0 | 30 | F | 6B | 3A | 41 |
| Octal | 210 | 331 | 161 | 45 | 0 | 60 | 17 | 153 | 72 | 101 |
| Binary | 10001000 | 11011001 | 1110001 | 100101 | 0 | 110000 | 1111 | 1101011 | 111010 | 1000001 |
Color Harmonies of #88D971
Complementary color
Monochromatic Colors of #88D971
Black with #88D971
Text Example
Text Example
White with #88D971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D971; }
p { color: rgb(136,217,113); }
H1.HeaderClassName
{
color: #88D971;
}
.AnyTagClassName
{
color: #88D971;
}
</style>
background-color css
<style>
a { background-color: #88D971; }
a { background-color: rgb(136,217,113); }
div.DivClassName
{
background-color: #88D971;
}
.BgClassName
{
background-color: #88D971;
}
</style>
border-color css
<style>
span { border-color: #88D971; }
span { border-color: rgb(136,217,113); }
td.TdClassName
{
border-color: #88D971;
}
.TagClassName
{
border-color: #88D971;
}
</style>