Shades of Pastel Green #80EC71
Tints of Pastel Green #80EC71
RGB
CMYK
RGB Variations
Color information
#80EC71 (or 0x80EC71) is known color: Pastel Green. HEX triplet: 80, EC and 71. RGB value is (128,236,113). Sum of RGB (Red+Green+Blue) = 128+236+113=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC71 is #7F138E. Grayscale: #BEBEBE. Windows color (decimal): -8328079 or 7466112. OLE color: 7466112.
HSL color Cylindrical-coordinate representation of color #80EC71: hue angle of 112.68º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80EC71 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 113 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.07 |
| HSL | 112.68º | 0.76% | 0.68% | - |
| HSV(B) | 112.68º | 0.52% | 0.93% | - |
| XYZ | 41.88 | 65.77 | 26.11 | - |
| YUV | 189.69 | 84.72 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 113 | 0.46 | 0 | 0.52 | 0.07 | 112.68 | 0.76 | 0.68 |
| Hex | 80 | EC | 71 | 2E | 0 | 34 | 7 | 71 | 4C | 44 |
| Octal | 200 | 354 | 161 | 56 | 0 | 64 | 7 | 161 | 114 | 104 |
| Binary | 10000000 | 11101100 | 1110001 | 101110 | 0 | 110100 | 111 | 1110001 | 1001100 | 1000100 |
Color Harmonies of #80EC71
Complementary color
Monochromatic Colors of #80EC71
Black with #80EC71
Text Example
Text Example
White with #80EC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC71; }
p { color: rgb(128,236,113); }
H1.HeaderClassName
{
color: #80EC71;
}
.AnyTagClassName
{
color: #80EC71;
}
</style>
background-color css
<style>
a { background-color: #80EC71; }
a { background-color: rgb(128,236,113); }
div.DivClassName
{
background-color: #80EC71;
}
.BgClassName
{
background-color: #80EC71;
}
</style>
border-color css
<style>
span { border-color: #80EC71; }
span { border-color: rgb(128,236,113); }
td.TdClassName
{
border-color: #80EC71;
}
.TagClassName
{
border-color: #80EC71;
}
</style>