Shades of Pastel Green #87DD76
Tints of Pastel Green #87DD76
RGB
CMYK
RGB Variations
Color information
#87DD76 (or 0x87DD76) is known color: Pastel Green. HEX triplet: 87, DD and 76. RGB value is (135,221,118). Sum of RGB (Red+Green+Blue) = 135+221+118=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #87DD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87DD76 is #782289. Grayscale: #B7B7B7. Windows color (decimal): -7873162 or 7789959. OLE color: 7789959.
HSL color Cylindrical-coordinate representation of color #87DD76: hue angle of 110.1º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87DD76 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 221 | 118 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.13 |
| HSL | 110.1º | 0.6% | 0.66% | - |
| HSV(B) | 110.1º | 0.47% | 0.87% | - |
| XYZ | 39.12 | 58.17 | 26.31 | - |
| YUV | 183.54 | 91.01 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 221 | 118 | 0.39 | 0 | 0.47 | 0.13 | 110.1 | 0.6 | 0.66 |
| Hex | 87 | DD | 76 | 27 | 0 | 2F | D | 6E | 3C | 42 |
| Octal | 207 | 335 | 166 | 47 | 0 | 57 | 15 | 156 | 74 | 102 |
| Binary | 10000111 | 11011101 | 1110110 | 100111 | 0 | 101111 | 1101 | 1101110 | 111100 | 1000010 |
Color Harmonies of #87DD76
Complementary color
Monochromatic Colors of #87DD76
Black with #87DD76
Text Example
Text Example
White with #87DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DD76; }
p { color: rgb(135,221,118); }
H1.HeaderClassName
{
color: #87DD76;
}
.AnyTagClassName
{
color: #87DD76;
}
</style>
background-color css
<style>
a { background-color: #87DD76; }
a { background-color: rgb(135,221,118); }
div.DivClassName
{
background-color: #87DD76;
}
.BgClassName
{
background-color: #87DD76;
}
</style>
border-color css
<style>
span { border-color: #87DD76; }
span { border-color: rgb(135,221,118); }
td.TdClassName
{
border-color: #87DD76;
}
.TagClassName
{
border-color: #87DD76;
}
</style>