Shades of Pastel Green #86DD76
Tints of Pastel Green #86DD76
RGB
CMYK
RGB Variations
Color information
#86DD76 (or 0x86DD76) is known color: Pastel Green. HEX triplet: 86, DD and 76. RGB value is (134,221,118). Sum of RGB (Red+Green+Blue) = 134+221+118=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DD76 is #792289. Grayscale: #B7B7B7. Windows color (decimal): -7938698 or 7789958. OLE color: 7789958.
HSL color Cylindrical-coordinate representation of color #86DD76: hue angle of 110.68º 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 #86DD76 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 118 | - |
| CMYK | 0.39 | 0 | 0.47 | 0.13 |
| HSL | 110.68º | 0.6% | 0.66% | - |
| HSV(B) | 110.68º | 0.47% | 0.87% | - |
| XYZ | 38.96 | 58.09 | 26.3 | - |
| YUV | 183.25 | 91.18 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 118 | 0.39 | 0 | 0.47 | 0.13 | 110.68 | 0.6 | 0.66 |
| Hex | 86 | DD | 76 | 27 | 0 | 2F | D | 6F | 3C | 42 |
| Octal | 206 | 335 | 166 | 47 | 0 | 57 | 15 | 157 | 74 | 102 |
| Binary | 10000110 | 11011101 | 1110110 | 100111 | 0 | 101111 | 1101 | 1101111 | 111100 | 1000010 |
Color Harmonies of #86DD76
Complementary color
Monochromatic Colors of #86DD76
Black with #86DD76
Text Example
Text Example
White with #86DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DD76; }
p { color: rgb(134,221,118); }
H1.HeaderClassName
{
color: #86DD76;
}
.AnyTagClassName
{
color: #86DD76;
}
</style>
background-color css
<style>
a { background-color: #86DD76; }
a { background-color: rgb(134,221,118); }
div.DivClassName
{
background-color: #86DD76;
}
.BgClassName
{
background-color: #86DD76;
}
</style>
border-color css
<style>
span { border-color: #86DD76; }
span { border-color: rgb(134,221,118); }
td.TdClassName
{
border-color: #86DD76;
}
.TagClassName
{
border-color: #86DD76;
}
</style>