Shades of Pastel Green #80EC7B
Tints of Pastel Green #80EC7B
RGB
CMYK
RGB Variations
Color information
#80EC7B (or 0x80EC7B) is known color: Pastel Green. HEX triplet: 80, EC and 7B. RGB value is (128,236,123). Sum of RGB (Red+Green+Blue) = 128+236+123=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC7B is #7F1384. Grayscale: #BFBFBF. Windows color (decimal): -8328069 or 8121472. OLE color: 8121472.
HSL color Cylindrical-coordinate representation of color #80EC7B: hue angle of 117.35º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80EC7B is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 123 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.07 |
| HSL | 117.35º | 0.75% | 0.7% | - |
| HSV(B) | 117.35º | 0.48% | 0.93% | - |
| XYZ | 42.47 | 66.01 | 29.24 | - |
| YUV | 190.83 | 89.72 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 123 | 0.46 | 0 | 0.48 | 0.07 | 117.35 | 0.75 | 0.7 |
| Hex | 80 | EC | 7B | 2E | 0 | 30 | 7 | 75 | 4B | 46 |
| Octal | 200 | 354 | 173 | 56 | 0 | 60 | 7 | 165 | 113 | 106 |
| Binary | 10000000 | 11101100 | 1111011 | 101110 | 0 | 110000 | 111 | 1110101 | 1001011 | 1000110 |
Color Harmonies of #80EC7B
Complementary color
Monochromatic Colors of #80EC7B
Black with #80EC7B
Text Example
Text Example
White with #80EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC7B; }
p { color: rgb(128,236,123); }
H1.HeaderClassName
{
color: #80EC7B;
}
.AnyTagClassName
{
color: #80EC7B;
}
</style>
background-color css
<style>
a { background-color: #80EC7B; }
a { background-color: rgb(128,236,123); }
div.DivClassName
{
background-color: #80EC7B;
}
.BgClassName
{
background-color: #80EC7B;
}
</style>
border-color css
<style>
span { border-color: #80EC7B; }
span { border-color: rgb(128,236,123); }
td.TdClassName
{
border-color: #80EC7B;
}
.TagClassName
{
border-color: #80EC7B;
}
</style>