Shades of Pastel Green #76DD84
Tints of Pastel Green #76DD84
RGB
CMYK
RGB Variations
Color information
#76DD84 (or 0x76DD84) is known color: Pastel Green. HEX triplet: 76, DD and 84. RGB value is (118,221,132). Sum of RGB (Red+Green+Blue) = 118+221+132=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD84 is #89227B. Grayscale: #B4B4B4. Windows color (decimal): -8987260 or 8707446. OLE color: 8707446.
HSL color Cylindrical-coordinate representation of color #76DD84: hue angle of 128.16º 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 #76DD84 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 132 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.13 |
| HSL | 128.16º | 0.6% | 0.66% | - |
| HSV(B) | 128.16º | 0.47% | 0.87% | - |
| XYZ | 37.49 | 57.23 | 30.9 | - |
| YUV | 180.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 132 | 0.47 | 0 | 0.40 | 0.13 | 128.16 | 0.6 | 0.66 |
| Hex | 76 | DD | 84 | 2F | 0 | 28 | D | 80 | 3C | 42 |
| Octal | 166 | 335 | 204 | 57 | 0 | 50 | 15 | 200 | 74 | 102 |
| Binary | 1110110 | 11011101 | 10000100 | 101111 | 0 | 101000 | 1101 | 10000000 | 111100 | 1000010 |
Color Harmonies of #76DD84
Complementary color
Monochromatic Colors of #76DD84
Black with #76DD84
Text Example
Text Example
White with #76DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DD84; }
p { color: rgb(118,221,132); }
H1.HeaderClassName
{
color: #76DD84;
}
.AnyTagClassName
{
color: #76DD84;
}
</style>
background-color css
<style>
a { background-color: #76DD84; }
a { background-color: rgb(118,221,132); }
div.DivClassName
{
background-color: #76DD84;
}
.BgClassName
{
background-color: #76DD84;
}
</style>
border-color css
<style>
span { border-color: #76DD84; }
span { border-color: rgb(118,221,132); }
td.TdClassName
{
border-color: #76DD84;
}
.TagClassName
{
border-color: #76DD84;
}
</style>