Shades of Pastel Green #76DC76
Tints of Pastel Green #76DC76
RGB
CMYK
RGB Variations
Color information
#76DC76 (or 0x76DC76) is known color: Pastel Green. HEX triplet: 76, DC and 76. RGB value is (118,220,118). Sum of RGB (Red+Green+Blue) = 118+220+118=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DC76 is #892389. Grayscale: #B2B2B2. Windows color (decimal): -8987530 or 7789686. OLE color: 7789686.
HSL color Cylindrical-coordinate representation of color #76DC76: hue angle of 120º degrees, saturation: 0.59, 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 #76DC76 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 118 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.14 |
| HSL | 120º | 0.59% | 0.66% | - |
| HSV(B) | 120º | 0.46% | 0.86% | - |
| XYZ | 36.33 | 56.35 | 26.1 | - |
| YUV | 177.87 | 94.21 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 118 | 0.46 | 0 | 0.46 | 0.14 | 120 | 0.59 | 0.66 |
| Hex | 76 | DC | 76 | 2E | 0 | 2E | E | 78 | 3B | 42 |
| Octal | 166 | 334 | 166 | 56 | 0 | 56 | 16 | 170 | 73 | 102 |
| Binary | 1110110 | 11011100 | 1110110 | 101110 | 0 | 101110 | 1110 | 1111000 | 111011 | 1000010 |
Color Harmonies of #76DC76
Complementary color
Monochromatic Colors of #76DC76
Black with #76DC76
Text Example
Text Example
White with #76DC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DC76; }
p { color: rgb(118,220,118); }
H1.HeaderClassName
{
color: #76DC76;
}
.AnyTagClassName
{
color: #76DC76;
}
</style>
background-color css
<style>
a { background-color: #76DC76; }
a { background-color: rgb(118,220,118); }
div.DivClassName
{
background-color: #76DC76;
}
.BgClassName
{
background-color: #76DC76;
}
</style>
border-color css
<style>
span { border-color: #76DC76; }
span { border-color: rgb(118,220,118); }
td.TdClassName
{
border-color: #76DC76;
}
.TagClassName
{
border-color: #76DC76;
}
</style>