Shades of Light Green #80F87D
Tints of Light Green #80F87D
RGB
CMYK
RGB Variations
Color information
#80F87D (or 0x80F87D) is known color: Light Green. HEX triplet: 80, F8 and 7D. RGB value is (128,248,125). Sum of RGB (Red+Green+Blue) = 128+248+125=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #80F87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F87D is #7F0782. Grayscale: #C6C6C6. Windows color (decimal): -8324995 or 8255616. OLE color: 8255616.
HSL color Cylindrical-coordinate representation of color #80F87D: hue angle of 118.54º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80F87D is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 248 | 125 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.03 |
| HSL | 118.54º | 0.9% | 0.73% | - |
| HSV(B) | 118.54º | 0.5% | 0.97% | - |
| XYZ | 46.17 | 73.2 | 31.1 | - |
| YUV | 198.1 | 86.74 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 248 | 125 | 0.48 | 0 | 0.50 | 0.03 | 118.54 | 0.9 | 0.73 |
| Hex | 80 | F8 | 7D | 30 | 0 | 32 | 3 | 77 | 5A | 49 |
| Octal | 200 | 370 | 175 | 60 | 0 | 62 | 3 | 167 | 132 | 111 |
| Binary | 10000000 | 11111000 | 1111101 | 110000 | 0 | 110010 | 11 | 1110111 | 1011010 | 1001001 |
Color Harmonies of #80F87D
Complementary color
Monochromatic Colors of #80F87D
Black with #80F87D
Text Example
Text Example
White with #80F87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F87D; }
p { color: rgb(128,248,125); }
H1.HeaderClassName
{
color: #80F87D;
}
.AnyTagClassName
{
color: #80F87D;
}
</style>
background-color css
<style>
a { background-color: #80F87D; }
a { background-color: rgb(128,248,125); }
div.DivClassName
{
background-color: #80F87D;
}
.BgClassName
{
background-color: #80F87D;
}
</style>
border-color css
<style>
span { border-color: #80F87D; }
span { border-color: rgb(128,248,125); }
td.TdClassName
{
border-color: #80F87D;
}
.TagClassName
{
border-color: #80F87D;
}
</style>