Shades of Pastel Green #76DB84
Tints of Pastel Green #76DB84
RGB
CMYK
RGB Variations
Color information
#76DB84 (or 0x76DB84) is known color: Pastel Green. HEX triplet: 76, DB and 84. RGB value is (118,219,132). Sum of RGB (Red+Green+Blue) = 118+219+132=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DB84 is #89247B. Grayscale: #B3B3B3. Windows color (decimal): -8987772 or 8706934. OLE color: 8706934.
HSL color Cylindrical-coordinate representation of color #76DB84: hue angle of 128.32º 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 #76DB84 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 132 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.14 |
| HSL | 128.32º | 0.58% | 0.66% | - |
| HSV(B) | 128.32º | 0.46% | 0.86% | - |
| XYZ | 36.97 | 56.18 | 30.73 | - |
| YUV | 178.88 | 101.54 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 132 | 0.46 | 0 | 0.40 | 0.14 | 128.32 | 0.58 | 0.66 |
| Hex | 76 | DB | 84 | 2E | 0 | 28 | E | 80 | 3A | 42 |
| Octal | 166 | 333 | 204 | 56 | 0 | 50 | 16 | 200 | 72 | 102 |
| Binary | 1110110 | 11011011 | 10000100 | 101110 | 0 | 101000 | 1110 | 10000000 | 111010 | 1000010 |
Color Harmonies of #76DB84
Complementary color
Monochromatic Colors of #76DB84
Black with #76DB84
Text Example
Text Example
White with #76DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DB84; }
p { color: rgb(118,219,132); }
H1.HeaderClassName
{
color: #76DB84;
}
.AnyTagClassName
{
color: #76DB84;
}
</style>
background-color css
<style>
a { background-color: #76DB84; }
a { background-color: rgb(118,219,132); }
div.DivClassName
{
background-color: #76DB84;
}
.BgClassName
{
background-color: #76DB84;
}
</style>
border-color css
<style>
span { border-color: #76DB84; }
span { border-color: rgb(118,219,132); }
td.TdClassName
{
border-color: #76DB84;
}
.TagClassName
{
border-color: #76DB84;
}
</style>