Shades of Pastel Green #80E27A
Tints of Pastel Green #80E27A
RGB
CMYK
RGB Variations
Color information
#80E27A (or 0x80E27A) is known color: Pastel Green. HEX triplet: 80, E2 and 7A. RGB value is (128,226,122). Sum of RGB (Red+Green+Blue) = 128+226+122=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #80E27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E27A is #7F1D85. Grayscale: #B9B9B9. Windows color (decimal): -8330630 or 8053376. OLE color: 8053376.
HSL color Cylindrical-coordinate representation of color #80E27A: hue angle of 116.54º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80E27A is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 226 | 122 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.11 |
| HSL | 116.54º | 0.64% | 0.68% | - |
| HSV(B) | 116.54º | 0.46% | 0.89% | - |
| XYZ | 39.61 | 60.39 | 27.98 | - |
| YUV | 184.84 | 92.53 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 226 | 122 | 0.43 | 0 | 0.46 | 0.11 | 116.54 | 0.64 | 0.68 |
| Hex | 80 | E2 | 7A | 2B | 0 | 2E | B | 75 | 40 | 44 |
| Octal | 200 | 342 | 172 | 53 | 0 | 56 | 13 | 165 | 100 | 104 |
| Binary | 10000000 | 11100010 | 1111010 | 101011 | 0 | 101110 | 1011 | 1110101 | 1000000 | 1000100 |
Color Harmonies of #80E27A
Complementary color
Monochromatic Colors of #80E27A
Black with #80E27A
Text Example
Text Example
White with #80E27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E27A; }
p { color: rgb(128,226,122); }
H1.HeaderClassName
{
color: #80E27A;
}
.AnyTagClassName
{
color: #80E27A;
}
</style>
background-color css
<style>
a { background-color: #80E27A; }
a { background-color: rgb(128,226,122); }
div.DivClassName
{
background-color: #80E27A;
}
.BgClassName
{
background-color: #80E27A;
}
</style>
border-color css
<style>
span { border-color: #80E27A; }
span { border-color: rgb(128,226,122); }
td.TdClassName
{
border-color: #80E27A;
}
.TagClassName
{
border-color: #80E27A;
}
</style>