Shades of Pastel Green #80D170
Tints of Pastel Green #80D170
RGB
CMYK
RGB Variations
Color information
#80D170 (or 0x80D170) is known color: Pastel Green. HEX triplet: 80, D1 and 70. RGB value is (128,209,112). Sum of RGB (Red+Green+Blue) = 128+209+112=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #80D170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D170 is #7F2E8F. Grayscale: #AEAEAE. Windows color (decimal): -8334992 or 7393664. OLE color: 7393664.
HSL color Cylindrical-coordinate representation of color #80D170: hue angle of 110.1º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80D170 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 112 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.18 |
| HSL | 110.1º | 0.51% | 0.63% | - |
| HSV(B) | 110.1º | 0.46% | 0.82% | - |
| XYZ | 34.63 | 51.36 | 23.42 | - |
| YUV | 173.72 | 93.16 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 112 | 0.39 | 0 | 0.46 | 0.18 | 110.1 | 0.51 | 0.63 |
| Hex | 80 | D1 | 70 | 27 | 0 | 2E | 12 | 6E | 33 | 3F |
| Octal | 200 | 321 | 160 | 47 | 0 | 56 | 22 | 156 | 63 | 77 |
| Binary | 10000000 | 11010001 | 1110000 | 100111 | 0 | 101110 | 10010 | 1101110 | 110011 | 111111 |
Color Harmonies of #80D170
Complementary color
Monochromatic Colors of #80D170
Black with #80D170
Text Example
Text Example
White with #80D170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D170; }
p { color: rgb(128,209,112); }
H1.HeaderClassName
{
color: #80D170;
}
.AnyTagClassName
{
color: #80D170;
}
</style>
background-color css
<style>
a { background-color: #80D170; }
a { background-color: rgb(128,209,112); }
div.DivClassName
{
background-color: #80D170;
}
.BgClassName
{
background-color: #80D170;
}
</style>
border-color css
<style>
span { border-color: #80D170; }
span { border-color: rgb(128,209,112); }
td.TdClassName
{
border-color: #80D170;
}
.TagClassName
{
border-color: #80D170;
}
</style>