Shades of Pastel Green #76D978
Tints of Pastel Green #76D978
RGB
CMYK
RGB Variations
Color information
#76D978 (or 0x76D978) is known color: Pastel Green. HEX triplet: 76, D9 and 78. RGB value is (118,217,120). Sum of RGB (Red+Green+Blue) = 118+217+120=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #76D978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D978 is #892687. Grayscale: #B0B0B0. Windows color (decimal): -8988296 or 7919990. OLE color: 7919990.
HSL color Cylindrical-coordinate representation of color #76D978: hue angle of 121.21º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D978 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 217 | 120 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.15 |
| HSL | 121.21º | 0.57% | 0.66% | - |
| HSV(B) | 121.21º | 0.46% | 0.85% | - |
| XYZ | 35.67 | 54.83 | 26.47 | - |
| YUV | 176.34 | 96.2 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 217 | 120 | 0.46 | 0 | 0.45 | 0.15 | 121.21 | 0.57 | 0.66 |
| Hex | 76 | D9 | 78 | 2E | 0 | 2D | F | 79 | 39 | 42 |
| Octal | 166 | 331 | 170 | 56 | 0 | 55 | 17 | 171 | 71 | 102 |
| Binary | 1110110 | 11011001 | 1111000 | 101110 | 0 | 101101 | 1111 | 1111001 | 111001 | 1000010 |
Color Harmonies of #76D978
Complementary color
Monochromatic Colors of #76D978
Black with #76D978
Text Example
Text Example
White with #76D978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D978; }
p { color: rgb(118,217,120); }
H1.HeaderClassName
{
color: #76D978;
}
.AnyTagClassName
{
color: #76D978;
}
</style>
background-color css
<style>
a { background-color: #76D978; }
a { background-color: rgb(118,217,120); }
div.DivClassName
{
background-color: #76D978;
}
.BgClassName
{
background-color: #76D978;
}
</style>
border-color css
<style>
span { border-color: #76D978; }
span { border-color: rgb(118,217,120); }
td.TdClassName
{
border-color: #76D978;
}
.TagClassName
{
border-color: #76D978;
}
</style>