Shades of Pastel Green #86DB76
Tints of Pastel Green #86DB76
RGB
CMYK
RGB Variations
Color information
#86DB76 (or 0x86DB76) is known color: Pastel Green. HEX triplet: 86, DB and 76. RGB value is (134,219,118). Sum of RGB (Red+Green+Blue) = 134+219+118=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DB76 is #792489. Grayscale: #B6B6B6. Windows color (decimal): -7939210 or 7789446. OLE color: 7789446.
HSL color Cylindrical-coordinate representation of color #86DB76: hue angle of 110.5º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86DB76 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 118 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.14 |
| HSL | 110.5º | 0.58% | 0.66% | - |
| HSV(B) | 110.5º | 0.46% | 0.86% | - |
| XYZ | 38.43 | 57.04 | 26.12 | - |
| YUV | 182.07 | 91.84 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 118 | 0.39 | 0 | 0.46 | 0.14 | 110.5 | 0.58 | 0.66 |
| Hex | 86 | DB | 76 | 27 | 0 | 2E | E | 6E | 3A | 42 |
| Octal | 206 | 333 | 166 | 47 | 0 | 56 | 16 | 156 | 72 | 102 |
| Binary | 10000110 | 11011011 | 1110110 | 100111 | 0 | 101110 | 1110 | 1101110 | 111010 | 1000010 |
Color Harmonies of #86DB76
Complementary color
Monochromatic Colors of #86DB76
Black with #86DB76
Text Example
Text Example
White with #86DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB76; }
p { color: rgb(134,219,118); }
H1.HeaderClassName
{
color: #86DB76;
}
.AnyTagClassName
{
color: #86DB76;
}
</style>
background-color css
<style>
a { background-color: #86DB76; }
a { background-color: rgb(134,219,118); }
div.DivClassName
{
background-color: #86DB76;
}
.BgClassName
{
background-color: #86DB76;
}
</style>
border-color css
<style>
span { border-color: #86DB76; }
span { border-color: rgb(134,219,118); }
td.TdClassName
{
border-color: #86DB76;
}
.TagClassName
{
border-color: #86DB76;
}
</style>