Shades of Pastel Green #80EC73
Tints of Pastel Green #80EC73
RGB
CMYK
RGB Variations
Color information
#80EC73 (or 0x80EC73) is known color: Pastel Green. HEX triplet: 80, EC and 73. RGB value is (128,236,115). Sum of RGB (Red+Green+Blue) = 128+236+115=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC73 is #7F138C. Grayscale: #BEBEBE. Windows color (decimal): -8328077 or 7597184. OLE color: 7597184.
HSL color Cylindrical-coordinate representation of color #80EC73: hue angle of 113.55º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80EC73 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 115 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.07 |
| HSL | 113.55º | 0.76% | 0.69% | - |
| HSV(B) | 113.55º | 0.51% | 0.93% | - |
| XYZ | 41.99 | 65.82 | 26.71 | - |
| YUV | 189.91 | 85.72 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 115 | 0.46 | 0 | 0.51 | 0.07 | 113.55 | 0.76 | 0.69 |
| Hex | 80 | EC | 73 | 2E | 0 | 33 | 7 | 72 | 4C | 45 |
| Octal | 200 | 354 | 163 | 56 | 0 | 63 | 7 | 162 | 114 | 105 |
| Binary | 10000000 | 11101100 | 1110011 | 101110 | 0 | 110011 | 111 | 1110010 | 1001100 | 1000101 |
Color Harmonies of #80EC73
Complementary color
Monochromatic Colors of #80EC73
Black with #80EC73
Text Example
Text Example
White with #80EC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC73; }
p { color: rgb(128,236,115); }
H1.HeaderClassName
{
color: #80EC73;
}
.AnyTagClassName
{
color: #80EC73;
}
</style>
background-color css
<style>
a { background-color: #80EC73; }
a { background-color: rgb(128,236,115); }
div.DivClassName
{
background-color: #80EC73;
}
.BgClassName
{
background-color: #80EC73;
}
</style>
border-color css
<style>
span { border-color: #80EC73; }
span { border-color: rgb(128,236,115); }
td.TdClassName
{
border-color: #80EC73;
}
.TagClassName
{
border-color: #80EC73;
}
</style>