Shades of Pastel Green #80E16D
Tints of Pastel Green #80E16D
RGB
CMYK
RGB Variations
Color information
#80E16D (or 0x80E16D) is known color: Pastel Green. HEX triplet: 80, E1 and 6D. RGB value is (128,225,109). Sum of RGB (Red+Green+Blue) = 128+225+109=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #80E16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E16D is #7F1E92. Grayscale: #B7B7B7. Windows color (decimal): -8330899 or 7201152. OLE color: 7201152.
HSL color Cylindrical-coordinate representation of color #80E16D: hue angle of 110.17º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80E16D is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 225 | 109 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.12 |
| HSL | 110.17º | 0.66% | 0.65% | - |
| HSV(B) | 110.17º | 0.52% | 0.88% | - |
| XYZ | 38.59 | 59.54 | 23.93 | - |
| YUV | 182.77 | 86.36 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 225 | 109 | 0.43 | 0 | 0.52 | 0.12 | 110.17 | 0.66 | 0.65 |
| Hex | 80 | E1 | 6D | 2B | 0 | 34 | C | 6E | 42 | 41 |
| Octal | 200 | 341 | 155 | 53 | 0 | 64 | 14 | 156 | 102 | 101 |
| Binary | 10000000 | 11100001 | 1101101 | 101011 | 0 | 110100 | 1100 | 1101110 | 1000010 | 1000001 |
Color Harmonies of #80E16D
Complementary color
Monochromatic Colors of #80E16D
Black with #80E16D
Text Example
Text Example
White with #80E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E16D; }
p { color: rgb(128,225,109); }
H1.HeaderClassName
{
color: #80E16D;
}
.AnyTagClassName
{
color: #80E16D;
}
</style>
background-color css
<style>
a { background-color: #80E16D; }
a { background-color: rgb(128,225,109); }
div.DivClassName
{
background-color: #80E16D;
}
.BgClassName
{
background-color: #80E16D;
}
</style>
border-color css
<style>
span { border-color: #80E16D; }
span { border-color: rgb(128,225,109); }
td.TdClassName
{
border-color: #80E16D;
}
.TagClassName
{
border-color: #80E16D;
}
</style>