Shades of Pastel Green #80D173
Tints of Pastel Green #80D173
RGB
CMYK
RGB Variations
Color information
#80D173 (or 0x80D173) is known color: Pastel Green. HEX triplet: 80, D1 and 73. RGB value is (128,209,115). Sum of RGB (Red+Green+Blue) = 128+209+115=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #80D173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D173 is #7F2E8C. Grayscale: #AEAEAE. Windows color (decimal): -8334989 or 7590272. OLE color: 7590272.
HSL color Cylindrical-coordinate representation of color #80D173: hue angle of 111.7º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80D173 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 115 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.18 |
| HSL | 111.7º | 0.51% | 0.64% | - |
| HSV(B) | 111.7º | 0.45% | 0.82% | - |
| XYZ | 34.8 | 51.43 | 24.31 | - |
| YUV | 174.07 | 94.66 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 115 | 0.39 | 0 | 0.45 | 0.18 | 111.7 | 0.51 | 0.64 |
| Hex | 80 | D1 | 73 | 27 | 0 | 2D | 12 | 70 | 33 | 40 |
| Octal | 200 | 321 | 163 | 47 | 0 | 55 | 22 | 160 | 63 | 100 |
| Binary | 10000000 | 11010001 | 1110011 | 100111 | 0 | 101101 | 10010 | 1110000 | 110011 | 1000000 |
Color Harmonies of #80D173
Complementary color
Monochromatic Colors of #80D173
Black with #80D173
Text Example
Text Example
White with #80D173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D173; }
p { color: rgb(128,209,115); }
H1.HeaderClassName
{
color: #80D173;
}
.AnyTagClassName
{
color: #80D173;
}
</style>
background-color css
<style>
a { background-color: #80D173; }
a { background-color: rgb(128,209,115); }
div.DivClassName
{
background-color: #80D173;
}
.BgClassName
{
background-color: #80D173;
}
</style>
border-color css
<style>
span { border-color: #80D173; }
span { border-color: rgb(128,209,115); }
td.TdClassName
{
border-color: #80D173;
}
.TagClassName
{
border-color: #80D173;
}
</style>