Shades of Pastel Green #88D875
Tints of Pastel Green #88D875
RGB
CMYK
RGB Variations
Color information
#88D875 (or 0x88D875) is known color: Pastel Green. HEX triplet: 88, D8 and 75. RGB value is (136,216,117). Sum of RGB (Red+Green+Blue) = 136+216+117=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #88D875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D875 is #77278A. Grayscale: #B5B5B5. Windows color (decimal): -7808907 or 7723144. OLE color: 7723144.
HSL color Cylindrical-coordinate representation of color #88D875: hue angle of 108.48º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88D875 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 216 | 117 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.15 |
| HSL | 108.48º | 0.56% | 0.65% | - |
| HSV(B) | 108.48º | 0.46% | 0.85% | - |
| XYZ | 37.92 | 55.63 | 25.57 | - |
| YUV | 180.79 | 92 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 216 | 117 | 0.37 | 0 | 0.46 | 0.15 | 108.48 | 0.56 | 0.65 |
| Hex | 88 | D8 | 75 | 25 | 0 | 2E | F | 6C | 38 | 41 |
| Octal | 210 | 330 | 165 | 45 | 0 | 56 | 17 | 154 | 70 | 101 |
| Binary | 10001000 | 11011000 | 1110101 | 100101 | 0 | 101110 | 1111 | 1101100 | 111000 | 1000001 |
Color Harmonies of #88D875
Complementary color
Monochromatic Colors of #88D875
Black with #88D875
Text Example
Text Example
White with #88D875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D875; }
p { color: rgb(136,216,117); }
H1.HeaderClassName
{
color: #88D875;
}
.AnyTagClassName
{
color: #88D875;
}
</style>
background-color css
<style>
a { background-color: #88D875; }
a { background-color: rgb(136,216,117); }
div.DivClassName
{
background-color: #88D875;
}
.BgClassName
{
background-color: #88D875;
}
</style>
border-color css
<style>
span { border-color: #88D875; }
span { border-color: rgb(136,216,117); }
td.TdClassName
{
border-color: #88D875;
}
.TagClassName
{
border-color: #88D875;
}
</style>