Shades of Pastel Green #80E57A
Tints of Pastel Green #80E57A
RGB
CMYK
RGB Variations
Color information
#80E57A (or 0x80E57A) is known color: Pastel Green. HEX triplet: 80, E5 and 7A. RGB value is (128,229,122). Sum of RGB (Red+Green+Blue) = 128+229+122=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #80E57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E57A is #7F1A85. Grayscale: #BABABA. Windows color (decimal): -8329862 or 8054144. OLE color: 8054144.
HSL color Cylindrical-coordinate representation of color #80E57A: hue angle of 116.64º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80E57A is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 229 | 122 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.10 |
| HSL | 116.64º | 0.67% | 0.69% | - |
| HSV(B) | 116.64º | 0.47% | 0.9% | - |
| XYZ | 40.43 | 62.03 | 28.25 | - |
| YUV | 186.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 229 | 122 | 0.44 | 0 | 0.47 | 0.10 | 116.64 | 0.67 | 0.69 |
| Hex | 80 | E5 | 7A | 2C | 0 | 2F | A | 75 | 43 | 45 |
| Octal | 200 | 345 | 172 | 54 | 0 | 57 | 12 | 165 | 103 | 105 |
| Binary | 10000000 | 11100101 | 1111010 | 101100 | 0 | 101111 | 1010 | 1110101 | 1000011 | 1000101 |
Color Harmonies of #80E57A
Complementary color
Monochromatic Colors of #80E57A
Black with #80E57A
Text Example
Text Example
White with #80E57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E57A; }
p { color: rgb(128,229,122); }
H1.HeaderClassName
{
color: #80E57A;
}
.AnyTagClassName
{
color: #80E57A;
}
</style>
background-color css
<style>
a { background-color: #80E57A; }
a { background-color: rgb(128,229,122); }
div.DivClassName
{
background-color: #80E57A;
}
.BgClassName
{
background-color: #80E57A;
}
</style>
border-color css
<style>
span { border-color: #80E57A; }
span { border-color: rgb(128,229,122); }
td.TdClassName
{
border-color: #80E57A;
}
.TagClassName
{
border-color: #80E57A;
}
</style>