Shades of Pastel Green #80F773
Tints of Pastel Green #80F773
RGB
CMYK
RGB Variations
Color information
#80F773 (or 0x80F773) is known color: Pastel Green. HEX triplet: 80, F7 and 73. RGB value is (128,247,115). Sum of RGB (Red+Green+Blue) = 128+247+115=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #80F773 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F773 is #7F088C. Grayscale: #C4C4C4. Windows color (decimal): -8325261 or 7600000. OLE color: 7600000.
HSL color Cylindrical-coordinate representation of color #80F773: hue angle of 114.09º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80F773 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 115 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.03 |
| HSL | 114.09º | 0.89% | 0.71% | - |
| HSV(B) | 114.09º | 0.53% | 0.97% | - |
| XYZ | 45.26 | 72.35 | 27.8 | - |
| YUV | 196.37 | 82.08 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 115 | 0.48 | 0 | 0.53 | 0.03 | 114.09 | 0.89 | 0.71 |
| Hex | 80 | F7 | 73 | 30 | 0 | 35 | 3 | 72 | 59 | 47 |
| Octal | 200 | 367 | 163 | 60 | 0 | 65 | 3 | 162 | 131 | 107 |
| Binary | 10000000 | 11110111 | 1110011 | 110000 | 0 | 110101 | 11 | 1110010 | 1011001 | 1000111 |
Color Harmonies of #80F773
Complementary color
Monochromatic Colors of #80F773
Black with #80F773
Text Example
Text Example
White with #80F773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F773; }
p { color: rgb(128,247,115); }
H1.HeaderClassName
{
color: #80F773;
}
.AnyTagClassName
{
color: #80F773;
}
</style>
background-color css
<style>
a { background-color: #80F773; }
a { background-color: rgb(128,247,115); }
div.DivClassName
{
background-color: #80F773;
}
.BgClassName
{
background-color: #80F773;
}
</style>
border-color css
<style>
span { border-color: #80F773; }
span { border-color: rgb(128,247,115); }
td.TdClassName
{
border-color: #80F773;
}
.TagClassName
{
border-color: #80F773;
}
</style>