Shades of Light Green #80F788
Tints of Light Green #80F788
RGB
CMYK
RGB Variations
Color information
#80F788 (or 0x80F788) is known color: Light Green. HEX triplet: 80, F7 and 88. RGB value is (128,247,136). Sum of RGB (Red+Green+Blue) = 128+247+136=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #80F788 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F788 is #7F0877. Grayscale: #C7C7C7. Windows color (decimal): -8325240 or 8976256. OLE color: 8976256.
HSL color Cylindrical-coordinate representation of color #80F788: hue angle of 124.03º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F788 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 136 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.03 |
| HSL | 124.03º | 0.88% | 0.74% | - |
| HSV(B) | 124.03º | 0.48% | 0.97% | - |
| XYZ | 46.61 | 72.89 | 34.9 | - |
| YUV | 198.77 | 92.58 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 136 | 0.48 | 0 | 0.45 | 0.03 | 124.03 | 0.88 | 0.74 |
| Hex | 80 | F7 | 88 | 30 | 0 | 2D | 3 | 7C | 58 | 4A |
| Octal | 200 | 367 | 210 | 60 | 0 | 55 | 3 | 174 | 130 | 112 |
| Binary | 10000000 | 11110111 | 10001000 | 110000 | 0 | 101101 | 11 | 1111100 | 1011000 | 1001010 |
Color Harmonies of #80F788
Complementary color
Monochromatic Colors of #80F788
Black with #80F788
Text Example
Text Example
White with #80F788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F788; }
p { color: rgb(128,247,136); }
H1.HeaderClassName
{
color: #80F788;
}
.AnyTagClassName
{
color: #80F788;
}
</style>
background-color css
<style>
a { background-color: #80F788; }
a { background-color: rgb(128,247,136); }
div.DivClassName
{
background-color: #80F788;
}
.BgClassName
{
background-color: #80F788;
}
</style>
border-color css
<style>
span { border-color: #80F788; }
span { border-color: rgb(128,247,136); }
td.TdClassName
{
border-color: #80F788;
}
.TagClassName
{
border-color: #80F788;
}
</style>