Shades of Pastel Green #76DC80
Tints of Pastel Green #76DC80
RGB
CMYK
RGB Variations
Color information
#76DC80 (or 0x76DC80) is known color: Pastel Green. HEX triplet: 76, DC and 80. RGB value is (118,220,128). Sum of RGB (Red+Green+Blue) = 118+220+128=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DC80 is #89237F. Grayscale: #B3B3B3. Windows color (decimal): -8987520 or 8445046. OLE color: 8445046.
HSL color Cylindrical-coordinate representation of color #76DC80: hue angle of 125.88º 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 #76DC80 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 128 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.14 |
| HSL | 125.88º | 0.59% | 0.66% | - |
| HSV(B) | 125.88º | 0.46% | 0.86% | - |
| XYZ | 36.96 | 56.6 | 29.4 | - |
| YUV | 179.01 | 99.21 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 128 | 0.46 | 0 | 0.42 | 0.14 | 125.88 | 0.59 | 0.66 |
| Hex | 76 | DC | 80 | 2E | 0 | 2A | E | 7E | 3B | 42 |
| Octal | 166 | 334 | 200 | 56 | 0 | 52 | 16 | 176 | 73 | 102 |
| Binary | 1110110 | 11011100 | 10000000 | 101110 | 0 | 101010 | 1110 | 1111110 | 111011 | 1000010 |
Color Harmonies of #76DC80
Complementary color
Monochromatic Colors of #76DC80
Black with #76DC80
Text Example
Text Example
White with #76DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DC80; }
p { color: rgb(118,220,128); }
H1.HeaderClassName
{
color: #76DC80;
}
.AnyTagClassName
{
color: #76DC80;
}
</style>
background-color css
<style>
a { background-color: #76DC80; }
a { background-color: rgb(118,220,128); }
div.DivClassName
{
background-color: #76DC80;
}
.BgClassName
{
background-color: #76DC80;
}
</style>
border-color css
<style>
span { border-color: #76DC80; }
span { border-color: rgb(118,220,128); }
td.TdClassName
{
border-color: #76DC80;
}
.TagClassName
{
border-color: #76DC80;
}
</style>