Shades of Pastel Green #80E487
Tints of Pastel Green #80E487
RGB
CMYK
RGB Variations
Color information
#80E487 (or 0x80E487) is known color: Pastel Green. HEX triplet: 80, E4 and 87. RGB value is (128,228,135). Sum of RGB (Red+Green+Blue) = 128+228+135=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #80E487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E487 is #7F1B78. Grayscale: #BBBBBB. Windows color (decimal): -8330105 or 8905856. OLE color: 8905856.
HSL color Cylindrical-coordinate representation of color #80E487: hue angle of 124.2º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E487 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 228 | 135 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.11 |
| HSL | 124.2º | 0.65% | 0.7% | - |
| HSV(B) | 124.2º | 0.44% | 0.89% | - |
| XYZ | 41.02 | 61.83 | 32.69 | - |
| YUV | 187.5 | 98.37 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 228 | 135 | 0.44 | 0 | 0.41 | 0.11 | 124.2 | 0.65 | 0.7 |
| Hex | 80 | E4 | 87 | 2C | 0 | 29 | B | 7C | 41 | 46 |
| Octal | 200 | 344 | 207 | 54 | 0 | 51 | 13 | 174 | 101 | 106 |
| Binary | 10000000 | 11100100 | 10000111 | 101100 | 0 | 101001 | 1011 | 1111100 | 1000001 | 1000110 |
Color Harmonies of #80E487
Complementary color
Monochromatic Colors of #80E487
Black with #80E487
Text Example
Text Example
White with #80E487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E487; }
p { color: rgb(128,228,135); }
H1.HeaderClassName
{
color: #80E487;
}
.AnyTagClassName
{
color: #80E487;
}
</style>
background-color css
<style>
a { background-color: #80E487; }
a { background-color: rgb(128,228,135); }
div.DivClassName
{
background-color: #80E487;
}
.BgClassName
{
background-color: #80E487;
}
</style>
border-color css
<style>
span { border-color: #80E487; }
span { border-color: rgb(128,228,135); }
td.TdClassName
{
border-color: #80E487;
}
.TagClassName
{
border-color: #80E487;
}
</style>