Shades of Pastel Green #80EC7E
Tints of Pastel Green #80EC7E
RGB
CMYK
RGB Variations
Color information
#80EC7E (or 0x80EC7E) is known color: Pastel Green. HEX triplet: 80, EC and 7E. RGB value is (128,236,126). Sum of RGB (Red+Green+Blue) = 128+236+126=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC7E is #7F1381. Grayscale: #BFBFBF. Windows color (decimal): -8328066 or 8318080. OLE color: 8318080.
HSL color Cylindrical-coordinate representation of color #80EC7E: hue angle of 118.91º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80EC7E is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 126 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.07 |
| HSL | 118.91º | 0.74% | 0.71% | - |
| HSV(B) | 118.91º | 0.47% | 0.93% | - |
| XYZ | 42.66 | 66.09 | 30.25 | - |
| YUV | 191.17 | 91.22 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 126 | 0.46 | 0 | 0.47 | 0.07 | 118.91 | 0.74 | 0.71 |
| Hex | 80 | EC | 7E | 2E | 0 | 2F | 7 | 77 | 4A | 47 |
| Octal | 200 | 354 | 176 | 56 | 0 | 57 | 7 | 167 | 112 | 107 |
| Binary | 10000000 | 11101100 | 1111110 | 101110 | 0 | 101111 | 111 | 1110111 | 1001010 | 1000111 |
Color Harmonies of #80EC7E
Complementary color
Monochromatic Colors of #80EC7E
Black with #80EC7E
Text Example
Text Example
White with #80EC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC7E; }
p { color: rgb(128,236,126); }
H1.HeaderClassName
{
color: #80EC7E;
}
.AnyTagClassName
{
color: #80EC7E;
}
</style>
background-color css
<style>
a { background-color: #80EC7E; }
a { background-color: rgb(128,236,126); }
div.DivClassName
{
background-color: #80EC7E;
}
.BgClassName
{
background-color: #80EC7E;
}
</style>
border-color css
<style>
span { border-color: #80EC7E; }
span { border-color: rgb(128,236,126); }
td.TdClassName
{
border-color: #80EC7E;
}
.TagClassName
{
border-color: #80EC7E;
}
</style>