Shades of Pastel Green #80E77F
Tints of Pastel Green #80E77F
RGB
CMYK
RGB Variations
Color information
#80E77F (or 0x80E77F) is known color: Pastel Green. HEX triplet: 80, E7 and 7F. RGB value is (128,231,127). Sum of RGB (Red+Green+Blue) = 128+231+127=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 231 - color contains mainly: green. Hex color #80E77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E77F is #7F1880. Grayscale: #BCBCBC. Windows color (decimal): -8329345 or 8382336. OLE color: 8382336.
HSL color Cylindrical-coordinate representation of color #80E77F: hue angle of 119.42º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E77F is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 231 | 127 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.09 |
| HSL | 119.42º | 0.68% | 0.7% | - |
| HSV(B) | 119.42º | 0.45% | 0.91% | - |
| XYZ | 41.31 | 63.27 | 30.11 | - |
| YUV | 188.35 | 93.38 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 231 | 127 | 0.45 | 0 | 0.45 | 0.09 | 119.42 | 0.68 | 0.7 |
| Hex | 80 | E7 | 7F | 2D | 0 | 2D | 9 | 77 | 44 | 46 |
| Octal | 200 | 347 | 177 | 55 | 0 | 55 | 11 | 167 | 104 | 106 |
| Binary | 10000000 | 11100111 | 1111111 | 101101 | 0 | 101101 | 1001 | 1110111 | 1000100 | 1000110 |
Color Harmonies of #80E77F
Complementary color
Monochromatic Colors of #80E77F
Black with #80E77F
Text Example
Text Example
White with #80E77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E77F; }
p { color: rgb(128,231,127); }
H1.HeaderClassName
{
color: #80E77F;
}
.AnyTagClassName
{
color: #80E77F;
}
</style>
background-color css
<style>
a { background-color: #80E77F; }
a { background-color: rgb(128,231,127); }
div.DivClassName
{
background-color: #80E77F;
}
.BgClassName
{
background-color: #80E77F;
}
</style>
border-color css
<style>
span { border-color: #80E77F; }
span { border-color: rgb(128,231,127); }
td.TdClassName
{
border-color: #80E77F;
}
.TagClassName
{
border-color: #80E77F;
}
</style>