Shades of Pastel Green #76DD8D
Tints of Pastel Green #76DD8D
RGB
CMYK
RGB Variations
Color information
#76DD8D (or 0x76DD8D) is known color: Pastel Green. HEX triplet: 76, DD and 8D. RGB value is (118,221,141). Sum of RGB (Red+Green+Blue) = 118+221+141=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD8D is #892272. Grayscale: #B5B5B5. Windows color (decimal): -8987251 or 9297270. OLE color: 9297270.
HSL color Cylindrical-coordinate representation of color #76DD8D: hue angle of 133.4º 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 #76DD8D is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 141 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.13 |
| HSL | 133.4º | 0.6% | 0.66% | - |
| HSV(B) | 133.4º | 0.47% | 0.87% | - |
| XYZ | 38.14 | 57.49 | 34.29 | - |
| YUV | 181.08 | 105.38 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 141 | 0.47 | 0 | 0.36 | 0.13 | 133.4 | 0.6 | 0.66 |
| Hex | 76 | DD | 8D | 2F | 0 | 24 | D | 85 | 3C | 42 |
| Octal | 166 | 335 | 215 | 57 | 0 | 44 | 15 | 205 | 74 | 102 |
| Binary | 1110110 | 11011101 | 10001101 | 101111 | 0 | 100100 | 1101 | 10000101 | 111100 | 1000010 |
Color Harmonies of #76DD8D
Complementary color
Monochromatic Colors of #76DD8D
Black with #76DD8D
Text Example
Text Example
White with #76DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DD8D; }
p { color: rgb(118,221,141); }
H1.HeaderClassName
{
color: #76DD8D;
}
.AnyTagClassName
{
color: #76DD8D;
}
</style>
background-color css
<style>
a { background-color: #76DD8D; }
a { background-color: rgb(118,221,141); }
div.DivClassName
{
background-color: #76DD8D;
}
.BgClassName
{
background-color: #76DD8D;
}
</style>
border-color css
<style>
span { border-color: #76DD8D; }
span { border-color: rgb(118,221,141); }
td.TdClassName
{
border-color: #76DD8D;
}
.TagClassName
{
border-color: #76DD8D;
}
</style>