Shades of Pastel Green #76DB86
Tints of Pastel Green #76DB86
RGB
CMYK
RGB Variations
Color information
#76DB86 (or 0x76DB86) is known color: Pastel Green. HEX triplet: 76, DB and 86. RGB value is (118,219,134). Sum of RGB (Red+Green+Blue) = 118+219+134=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DB86 is #892479. Grayscale: #B3B3B3. Windows color (decimal): -8987770 or 8838006. OLE color: 8838006.
HSL color Cylindrical-coordinate representation of color #76DB86: hue angle of 129.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 #76DB86 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 134 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.14 |
| HSL | 129.5º | 0.58% | 0.66% | - |
| HSV(B) | 129.5º | 0.46% | 0.86% | - |
| XYZ | 37.11 | 56.24 | 31.45 | - |
| YUV | 179.11 | 102.54 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 134 | 0.46 | 0 | 0.39 | 0.14 | 129.5 | 0.58 | 0.66 |
| Hex | 76 | DB | 86 | 2E | 0 | 27 | E | 82 | 3A | 42 |
| Octal | 166 | 333 | 206 | 56 | 0 | 47 | 16 | 202 | 72 | 102 |
| Binary | 1110110 | 11011011 | 10000110 | 101110 | 0 | 100111 | 1110 | 10000010 | 111010 | 1000010 |
Color Harmonies of #76DB86
Complementary color
Monochromatic Colors of #76DB86
Black with #76DB86
Text Example
Text Example
White with #76DB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DB86; }
p { color: rgb(118,219,134); }
H1.HeaderClassName
{
color: #76DB86;
}
.AnyTagClassName
{
color: #76DB86;
}
</style>
background-color css
<style>
a { background-color: #76DB86; }
a { background-color: rgb(118,219,134); }
div.DivClassName
{
background-color: #76DB86;
}
.BgClassName
{
background-color: #76DB86;
}
</style>
border-color css
<style>
span { border-color: #76DB86; }
span { border-color: rgb(118,219,134); }
td.TdClassName
{
border-color: #76DB86;
}
.TagClassName
{
border-color: #76DB86;
}
</style>