Shades of Pastel Green #80F771
Tints of Pastel Green #80F771
RGB
CMYK
RGB Variations
Color information
#80F771 (or 0x80F771) is known color: Pastel Green. HEX triplet: 80, F7 and 71. RGB value is (128,247,113). Sum of RGB (Red+Green+Blue) = 128+247+113=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #80F771 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F771 is #7F088E. Grayscale: #C4C4C4. Windows color (decimal): -8325263 or 7468928. OLE color: 7468928.
HSL color Cylindrical-coordinate representation of color #80F771: hue angle of 113.28º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80F771 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 113 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.03 |
| HSL | 113.28º | 0.89% | 0.71% | - |
| HSV(B) | 113.28º | 0.54% | 0.97% | - |
| XYZ | 45.14 | 72.3 | 27.2 | - |
| YUV | 196.14 | 81.08 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 113 | 0.48 | 0 | 0.54 | 0.03 | 113.28 | 0.89 | 0.71 |
| Hex | 80 | F7 | 71 | 30 | 0 | 36 | 3 | 71 | 59 | 47 |
| Octal | 200 | 367 | 161 | 60 | 0 | 66 | 3 | 161 | 131 | 107 |
| Binary | 10000000 | 11110111 | 1110001 | 110000 | 0 | 110110 | 11 | 1110001 | 1011001 | 1000111 |
Color Harmonies of #80F771
Complementary color
Monochromatic Colors of #80F771
Black with #80F771
Text Example
Text Example
White with #80F771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F771; }
p { color: rgb(128,247,113); }
H1.HeaderClassName
{
color: #80F771;
}
.AnyTagClassName
{
color: #80F771;
}
</style>
background-color css
<style>
a { background-color: #80F771; }
a { background-color: rgb(128,247,113); }
div.DivClassName
{
background-color: #80F771;
}
.BgClassName
{
background-color: #80F771;
}
</style>
border-color css
<style>
span { border-color: #80F771; }
span { border-color: rgb(128,247,113); }
td.TdClassName
{
border-color: #80F771;
}
.TagClassName
{
border-color: #80F771;
}
</style>