Shades of Pastel Green #80EC72
Tints of Pastel Green #80EC72
RGB
CMYK
RGB Variations
Color information
#80EC72 (or 0x80EC72) is known color: Pastel Green. HEX triplet: 80, EC and 72. RGB value is (128,236,114). Sum of RGB (Red+Green+Blue) = 128+236+114=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC72 is #7F138D. Grayscale: #BEBEBE. Windows color (decimal): -8328078 or 7531648. OLE color: 7531648.
HSL color Cylindrical-coordinate representation of color #80EC72: hue angle of 113.11º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80EC72 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 114 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.07 |
| HSL | 113.11º | 0.76% | 0.69% | - |
| HSV(B) | 113.11º | 0.52% | 0.93% | - |
| XYZ | 41.93 | 65.8 | 26.41 | - |
| YUV | 189.8 | 85.22 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 114 | 0.46 | 0 | 0.52 | 0.07 | 113.11 | 0.76 | 0.69 |
| Hex | 80 | EC | 72 | 2E | 0 | 34 | 7 | 71 | 4C | 45 |
| Octal | 200 | 354 | 162 | 56 | 0 | 64 | 7 | 161 | 114 | 105 |
| Binary | 10000000 | 11101100 | 1110010 | 101110 | 0 | 110100 | 111 | 1110001 | 1001100 | 1000101 |
Color Harmonies of #80EC72
Complementary color
Monochromatic Colors of #80EC72
Black with #80EC72
Text Example
Text Example
White with #80EC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC72; }
p { color: rgb(128,236,114); }
H1.HeaderClassName
{
color: #80EC72;
}
.AnyTagClassName
{
color: #80EC72;
}
</style>
background-color css
<style>
a { background-color: #80EC72; }
a { background-color: rgb(128,236,114); }
div.DivClassName
{
background-color: #80EC72;
}
.BgClassName
{
background-color: #80EC72;
}
</style>
border-color css
<style>
span { border-color: #80EC72; }
span { border-color: rgb(128,236,114); }
td.TdClassName
{
border-color: #80EC72;
}
.TagClassName
{
border-color: #80EC72;
}
</style>