Shades of Pastel Green #80DD76
Tints of Pastel Green #80DD76
RGB
CMYK
RGB Variations
Color information
#80DD76 (or 0x80DD76) is known color: Pastel Green. HEX triplet: 80, DD and 76. RGB value is (128,221,118). Sum of RGB (Red+Green+Blue) = 128+221+118=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DD76 is #7F2289. Grayscale: #B5B5B5. Windows color (decimal): -8331914 or 7789952. OLE color: 7789952.
HSL color Cylindrical-coordinate representation of color #80DD76: hue angle of 114.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 #80DD76 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 118 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.13 |
| HSL | 114.17º | 0.6% | 0.66% | - |
| HSV(B) | 114.17º | 0.47% | 0.87% | - |
| XYZ | 38.03 | 57.61 | 26.26 | - |
| YUV | 181.45 | 92.19 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 118 | 0.42 | 0 | 0.47 | 0.13 | 114.17 | 0.6 | 0.66 |
| Hex | 80 | DD | 76 | 2A | 0 | 2F | D | 72 | 3C | 42 |
| Octal | 200 | 335 | 166 | 52 | 0 | 57 | 15 | 162 | 74 | 102 |
| Binary | 10000000 | 11011101 | 1110110 | 101010 | 0 | 101111 | 1101 | 1110010 | 111100 | 1000010 |
Color Harmonies of #80DD76
Complementary color
Monochromatic Colors of #80DD76
Black with #80DD76
Text Example
Text Example
White with #80DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DD76; }
p { color: rgb(128,221,118); }
H1.HeaderClassName
{
color: #80DD76;
}
.AnyTagClassName
{
color: #80DD76;
}
</style>
background-color css
<style>
a { background-color: #80DD76; }
a { background-color: rgb(128,221,118); }
div.DivClassName
{
background-color: #80DD76;
}
.BgClassName
{
background-color: #80DD76;
}
</style>
border-color css
<style>
span { border-color: #80DD76; }
span { border-color: rgb(128,221,118); }
td.TdClassName
{
border-color: #80DD76;
}
.TagClassName
{
border-color: #80DD76;
}
</style>