Shades of Pastel Green #80DB79
Tints of Pastel Green #80DB79
RGB
CMYK
RGB Variations
Color information
#80DB79 (or 0x80DB79) is known color: Pastel Green. HEX triplet: 80, DB and 79. RGB value is (128,219,121). Sum of RGB (Red+Green+Blue) = 128+219+121=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DB79 is #7F2486. Grayscale: #B4B4B4. Windows color (decimal): -8332423 or 7986048. OLE color: 7986048.
HSL color Cylindrical-coordinate representation of color #80DB79: hue angle of 115.71º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80DB79 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 121 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.14 |
| HSL | 115.71º | 0.58% | 0.67% | - |
| HSV(B) | 115.71º | 0.45% | 0.86% | - |
| XYZ | 37.68 | 56.63 | 27.03 | - |
| YUV | 180.62 | 94.35 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 121 | 0.42 | 0 | 0.45 | 0.14 | 115.71 | 0.58 | 0.67 |
| Hex | 80 | DB | 79 | 2A | 0 | 2D | E | 74 | 3A | 43 |
| Octal | 200 | 333 | 171 | 52 | 0 | 55 | 16 | 164 | 72 | 103 |
| Binary | 10000000 | 11011011 | 1111001 | 101010 | 0 | 101101 | 1110 | 1110100 | 111010 | 1000011 |
Color Harmonies of #80DB79
Complementary color
Monochromatic Colors of #80DB79
Black with #80DB79
Text Example
Text Example
White with #80DB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB79; }
p { color: rgb(128,219,121); }
H1.HeaderClassName
{
color: #80DB79;
}
.AnyTagClassName
{
color: #80DB79;
}
</style>
background-color css
<style>
a { background-color: #80DB79; }
a { background-color: rgb(128,219,121); }
div.DivClassName
{
background-color: #80DB79;
}
.BgClassName
{
background-color: #80DB79;
}
</style>
border-color css
<style>
span { border-color: #80DB79; }
span { border-color: rgb(128,219,121); }
td.TdClassName
{
border-color: #80DB79;
}
.TagClassName
{
border-color: #80DB79;
}
</style>