Shades of Light Green #80F77D
Tints of Light Green #80F77D
RGB
CMYK
RGB Variations
Color information
#80F77D (or 0x80F77D) is known color: Light Green. HEX triplet: 80, F7 and 7D. RGB value is (128,247,125). Sum of RGB (Red+Green+Blue) = 128+247+125=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #80F77D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F77D is #7F0882. Grayscale: #C5C5C5. Windows color (decimal): -8325251 or 8255360. OLE color: 8255360.
HSL color Cylindrical-coordinate representation of color #80F77D: hue angle of 118.52º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80F77D is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 125 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.03 |
| HSL | 118.52º | 0.88% | 0.73% | - |
| HSV(B) | 118.52º | 0.49% | 0.97% | - |
| XYZ | 45.86 | 72.59 | 31 | - |
| YUV | 197.51 | 87.08 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 125 | 0.48 | 0 | 0.49 | 0.03 | 118.52 | 0.88 | 0.73 |
| Hex | 80 | F7 | 7D | 30 | 0 | 31 | 3 | 77 | 58 | 49 |
| Octal | 200 | 367 | 175 | 60 | 0 | 61 | 3 | 167 | 130 | 111 |
| Binary | 10000000 | 11110111 | 1111101 | 110000 | 0 | 110001 | 11 | 1110111 | 1011000 | 1001001 |
Color Harmonies of #80F77D
Complementary color
Monochromatic Colors of #80F77D
Black with #80F77D
Text Example
Text Example
White with #80F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F77D; }
p { color: rgb(128,247,125); }
H1.HeaderClassName
{
color: #80F77D;
}
.AnyTagClassName
{
color: #80F77D;
}
</style>
background-color css
<style>
a { background-color: #80F77D; }
a { background-color: rgb(128,247,125); }
div.DivClassName
{
background-color: #80F77D;
}
.BgClassName
{
background-color: #80F77D;
}
</style>
border-color css
<style>
span { border-color: #80F77D; }
span { border-color: rgb(128,247,125); }
td.TdClassName
{
border-color: #80F77D;
}
.TagClassName
{
border-color: #80F77D;
}
</style>