Shades of Pastel Green #80D773
Tints of Pastel Green #80D773
RGB
CMYK
RGB Variations
Color information
#80D773 (or 0x80D773) is known color: Pastel Green. HEX triplet: 80, D7 and 73. RGB value is (128,215,115). Sum of RGB (Red+Green+Blue) = 128+215+115=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #80D773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D773 is #7F288C. Grayscale: #B1B1B1. Windows color (decimal): -8333453 or 7591808. OLE color: 7591808.
HSL color Cylindrical-coordinate representation of color #80D773: hue angle of 112.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80D773 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 115 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.16 |
| HSL | 112.2º | 0.56% | 0.65% | - |
| HSV(B) | 112.2º | 0.47% | 0.84% | - |
| XYZ | 36.3 | 54.43 | 24.81 | - |
| YUV | 177.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 115 | 0.40 | 0 | 0.47 | 0.16 | 112.2 | 0.56 | 0.65 |
| Hex | 80 | D7 | 73 | 28 | 0 | 2F | 10 | 70 | 38 | 41 |
| Octal | 200 | 327 | 163 | 50 | 0 | 57 | 20 | 160 | 70 | 101 |
| Binary | 10000000 | 11010111 | 1110011 | 101000 | 0 | 101111 | 10000 | 1110000 | 111000 | 1000001 |
Color Harmonies of #80D773
Complementary color
Monochromatic Colors of #80D773
Black with #80D773
Text Example
Text Example
White with #80D773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D773; }
p { color: rgb(128,215,115); }
H1.HeaderClassName
{
color: #80D773;
}
.AnyTagClassName
{
color: #80D773;
}
</style>
background-color css
<style>
a { background-color: #80D773; }
a { background-color: rgb(128,215,115); }
div.DivClassName
{
background-color: #80D773;
}
.BgClassName
{
background-color: #80D773;
}
</style>
border-color css
<style>
span { border-color: #80D773; }
span { border-color: rgb(128,215,115); }
td.TdClassName
{
border-color: #80D773;
}
.TagClassName
{
border-color: #80D773;
}
</style>