Shades of Pastel Green #80E17C
Tints of Pastel Green #80E17C
RGB
CMYK
RGB Variations
Color information
#80E17C (or 0x80E17C) is known color: Pastel Green. HEX triplet: 80, E1 and 7C. RGB value is (128,225,124). Sum of RGB (Red+Green+Blue) = 128+225+124=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #80E17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E17C is #7F1E83. Grayscale: #B8B8B8. Windows color (decimal): -8330884 or 8184192. OLE color: 8184192.
HSL color Cylindrical-coordinate representation of color #80E17C: hue angle of 117.62º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E17C is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 225 | 124 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.12 |
| HSL | 117.62º | 0.63% | 0.68% | - |
| HSV(B) | 117.62º | 0.45% | 0.88% | - |
| XYZ | 39.47 | 59.89 | 28.55 | - |
| YUV | 184.48 | 93.86 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 225 | 124 | 0.43 | 0 | 0.45 | 0.12 | 117.62 | 0.63 | 0.68 |
| Hex | 80 | E1 | 7C | 2B | 0 | 2D | C | 76 | 3F | 44 |
| Octal | 200 | 341 | 174 | 53 | 0 | 55 | 14 | 166 | 77 | 104 |
| Binary | 10000000 | 11100001 | 1111100 | 101011 | 0 | 101101 | 1100 | 1110110 | 111111 | 1000100 |
Color Harmonies of #80E17C
Complementary color
Monochromatic Colors of #80E17C
Black with #80E17C
Text Example
Text Example
White with #80E17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E17C; }
p { color: rgb(128,225,124); }
H1.HeaderClassName
{
color: #80E17C;
}
.AnyTagClassName
{
color: #80E17C;
}
</style>
background-color css
<style>
a { background-color: #80E17C; }
a { background-color: rgb(128,225,124); }
div.DivClassName
{
background-color: #80E17C;
}
.BgClassName
{
background-color: #80E17C;
}
</style>
border-color css
<style>
span { border-color: #80E17C; }
span { border-color: rgb(128,225,124); }
td.TdClassName
{
border-color: #80E17C;
}
.TagClassName
{
border-color: #80E17C;
}
</style>