Shades of Pastel Green #80EC6D
Tints of Pastel Green #80EC6D
RGB
CMYK
RGB Variations
Color information
#80EC6D (or 0x80EC6D) is known color: Pastel Green. HEX triplet: 80, EC and 6D. RGB value is (128,236,109). Sum of RGB (Red+Green+Blue) = 128+236+109=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC6D is #7F1392. Grayscale: #BDBDBD. Windows color (decimal): -8328083 or 7203968. OLE color: 7203968.
HSL color Cylindrical-coordinate representation of color #80EC6D: hue angle of 111.02º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80EC6D is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 109 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.07 |
| HSL | 111.02º | 0.77% | 0.68% | - |
| HSV(B) | 111.02º | 0.54% | 0.93% | - |
| XYZ | 41.66 | 65.68 | 24.95 | - |
| YUV | 189.23 | 82.72 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 109 | 0.46 | 0 | 0.54 | 0.07 | 111.02 | 0.77 | 0.68 |
| Hex | 80 | EC | 6D | 2E | 0 | 36 | 7 | 6F | 4D | 44 |
| Octal | 200 | 354 | 155 | 56 | 0 | 66 | 7 | 157 | 115 | 104 |
| Binary | 10000000 | 11101100 | 1101101 | 101110 | 0 | 110110 | 111 | 1101111 | 1001101 | 1000100 |
Color Harmonies of #80EC6D
Complementary color
Monochromatic Colors of #80EC6D
Black with #80EC6D
Text Example
Text Example
White with #80EC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC6D; }
p { color: rgb(128,236,109); }
H1.HeaderClassName
{
color: #80EC6D;
}
.AnyTagClassName
{
color: #80EC6D;
}
</style>
background-color css
<style>
a { background-color: #80EC6D; }
a { background-color: rgb(128,236,109); }
div.DivClassName
{
background-color: #80EC6D;
}
.BgClassName
{
background-color: #80EC6D;
}
</style>
border-color css
<style>
span { border-color: #80EC6D; }
span { border-color: rgb(128,236,109); }
td.TdClassName
{
border-color: #80EC6D;
}
.TagClassName
{
border-color: #80EC6D;
}
</style>