Shades of Pastel Green #80E573
Tints of Pastel Green #80E573
RGB
CMYK
RGB Variations
Color information
#80E573 (or 0x80E573) is known color: Pastel Green. HEX triplet: 80, E5 and 73. RGB value is (128,229,115). Sum of RGB (Red+Green+Blue) = 128+229+115=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #80E573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E573 is #7F1A8C. Grayscale: #BABABA. Windows color (decimal): -8329869 or 7595392. OLE color: 7595392.
HSL color Cylindrical-coordinate representation of color #80E573: hue angle of 113.16º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80E573 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 229 | 115 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.10 |
| HSL | 113.16º | 0.69% | 0.67% | - |
| HSV(B) | 113.16º | 0.5% | 0.9% | - |
| XYZ | 40.02 | 61.87 | 26.05 | - |
| YUV | 185.81 | 88.04 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 229 | 115 | 0.44 | 0 | 0.50 | 0.10 | 113.16 | 0.69 | 0.67 |
| Hex | 80 | E5 | 73 | 2C | 0 | 32 | A | 71 | 45 | 43 |
| Octal | 200 | 345 | 163 | 54 | 0 | 62 | 12 | 161 | 105 | 103 |
| Binary | 10000000 | 11100101 | 1110011 | 101100 | 0 | 110010 | 1010 | 1110001 | 1000101 | 1000011 |
Color Harmonies of #80E573
Complementary color
Monochromatic Colors of #80E573
Black with #80E573
Text Example
Text Example
White with #80E573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E573; }
p { color: rgb(128,229,115); }
H1.HeaderClassName
{
color: #80E573;
}
.AnyTagClassName
{
color: #80E573;
}
</style>
background-color css
<style>
a { background-color: #80E573; }
a { background-color: rgb(128,229,115); }
div.DivClassName
{
background-color: #80E573;
}
.BgClassName
{
background-color: #80E573;
}
</style>
border-color css
<style>
span { border-color: #80E573; }
span { border-color: rgb(128,229,115); }
td.TdClassName
{
border-color: #80E573;
}
.TagClassName
{
border-color: #80E573;
}
</style>