Shades of Pastel Green #76DD78
Tints of Pastel Green #76DD78
RGB
CMYK
RGB Variations
Color information
#76DD78 (or 0x76DD78) is known color: Pastel Green. HEX triplet: 76, DD and 78. RGB value is (118,221,120). Sum of RGB (Red+Green+Blue) = 118+221+120=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DD78 is #892287. Grayscale: #B2B2B2. Windows color (decimal): -8987272 or 7921014. OLE color: 7921014.
HSL color Cylindrical-coordinate representation of color #76DD78: hue angle of 121.17º 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 #76DD78 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 120 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.13 |
| HSL | 121.17º | 0.6% | 0.66% | - |
| HSV(B) | 121.17º | 0.47% | 0.87% | - |
| XYZ | 36.72 | 56.92 | 26.82 | - |
| YUV | 178.69 | 94.88 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 120 | 0.47 | 0 | 0.46 | 0.13 | 121.17 | 0.6 | 0.66 |
| Hex | 76 | DD | 78 | 2F | 0 | 2E | D | 79 | 3C | 42 |
| Octal | 166 | 335 | 170 | 57 | 0 | 56 | 15 | 171 | 74 | 102 |
| Binary | 1110110 | 11011101 | 1111000 | 101111 | 0 | 101110 | 1101 | 1111001 | 111100 | 1000010 |
Color Harmonies of #76DD78
Complementary color
Monochromatic Colors of #76DD78
Black with #76DD78
Text Example
Text Example
White with #76DD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DD78; }
p { color: rgb(118,221,120); }
H1.HeaderClassName
{
color: #76DD78;
}
.AnyTagClassName
{
color: #76DD78;
}
</style>
background-color css
<style>
a { background-color: #76DD78; }
a { background-color: rgb(118,221,120); }
div.DivClassName
{
background-color: #76DD78;
}
.BgClassName
{
background-color: #76DD78;
}
</style>
border-color css
<style>
span { border-color: #76DD78; }
span { border-color: rgb(118,221,120); }
td.TdClassName
{
border-color: #76DD78;
}
.TagClassName
{
border-color: #76DD78;
}
</style>