Shades of Pastel Green #80EC5F
Tints of Pastel Green #80EC5F
RGB
CMYK
RGB Variations
Color information
#80EC5F (or 0x80EC5F) is known color: Pastel Green. HEX triplet: 80, EC and 5F. RGB value is (128,236,95). Sum of RGB (Red+Green+Blue) = 128+236+95=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC5F is #7F13A0. Grayscale: #BCBCBC. Windows color (decimal): -8328097 or 6286464. OLE color: 6286464.
HSL color Cylindrical-coordinate representation of color #80EC5F: hue angle of 105.96º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80EC5F is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 95 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.07 |
| HSL | 105.96º | 0.79% | 0.65% | - |
| HSV(B) | 105.96º | 0.6% | 0.93% | - |
| XYZ | 40.96 | 65.41 | 21.29 | - |
| YUV | 187.63 | 75.72 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 95 | 0.46 | 0 | 0.60 | 0.07 | 105.96 | 0.79 | 0.65 |
| Hex | 80 | EC | 5F | 2E | 0 | 3C | 7 | 6A | 4F | 41 |
| Octal | 200 | 354 | 137 | 56 | 0 | 74 | 7 | 152 | 117 | 101 |
| Binary | 10000000 | 11101100 | 1011111 | 101110 | 0 | 111100 | 111 | 1101010 | 1001111 | 1000001 |
Color Harmonies of #80EC5F
Complementary color
Monochromatic Colors of #80EC5F
Black with #80EC5F
Text Example
Text Example
White with #80EC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC5F; }
p { color: rgb(128,236,95); }
H1.HeaderClassName
{
color: #80EC5F;
}
.AnyTagClassName
{
color: #80EC5F;
}
</style>
background-color css
<style>
a { background-color: #80EC5F; }
a { background-color: rgb(128,236,95); }
div.DivClassName
{
background-color: #80EC5F;
}
.BgClassName
{
background-color: #80EC5F;
}
</style>
border-color css
<style>
span { border-color: #80EC5F; }
span { border-color: rgb(128,236,95); }
td.TdClassName
{
border-color: #80EC5F;
}
.TagClassName
{
border-color: #80EC5F;
}
</style>