Shades of Light Green #80F794
Tints of Light Green #80F794
RGB
CMYK
RGB Variations
Color information
#80F794 (or 0x80F794) is known color: Light Green. HEX triplet: 80, F7 and 94. RGB value is (128,247,148). Sum of RGB (Red+Green+Blue) = 128+247+148=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #80F794 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F794 is #7F086B. Grayscale: #C8C8C8. Windows color (decimal): -8325228 or 9762688. OLE color: 9762688.
HSL color Cylindrical-coordinate representation of color #80F794: hue angle of 130.08º 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 #80F794 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 148 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.03 |
| HSL | 130.08º | 0.88% | 0.74% | - |
| HSV(B) | 130.08º | 0.48% | 0.97% | - |
| XYZ | 47.51 | 73.25 | 39.65 | - |
| YUV | 200.13 | 98.58 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 148 | 0.48 | 0 | 0.40 | 0.03 | 130.08 | 0.88 | 0.74 |
| Hex | 80 | F7 | 94 | 30 | 0 | 28 | 3 | 82 | 58 | 4A |
| Octal | 200 | 367 | 224 | 60 | 0 | 50 | 3 | 202 | 130 | 112 |
| Binary | 10000000 | 11110111 | 10010100 | 110000 | 0 | 101000 | 11 | 10000010 | 1011000 | 1001010 |
Color Harmonies of #80F794
Complementary color
Monochromatic Colors of #80F794
Black with #80F794
Text Example
Text Example
White with #80F794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F794; }
p { color: rgb(128,247,148); }
H1.HeaderClassName
{
color: #80F794;
}
.AnyTagClassName
{
color: #80F794;
}
</style>
background-color css
<style>
a { background-color: #80F794; }
a { background-color: rgb(128,247,148); }
div.DivClassName
{
background-color: #80F794;
}
.BgClassName
{
background-color: #80F794;
}
</style>
border-color css
<style>
span { border-color: #80F794; }
span { border-color: rgb(128,247,148); }
td.TdClassName
{
border-color: #80F794;
}
.TagClassName
{
border-color: #80F794;
}
</style>