Shades of Light Green #80F790
Tints of Light Green #80F790
RGB
CMYK
RGB Variations
Color information
#80F790 (or 0x80F790) is known color: Light Green. HEX triplet: 80, F7 and 90. RGB value is (128,247,144). Sum of RGB (Red+Green+Blue) = 128+247+144=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #80F790 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F790 is #7F086F. Grayscale: #C7C7C7. Windows color (decimal): -8325232 or 9500544. OLE color: 9500544.
HSL color Cylindrical-coordinate representation of color #80F790: hue angle of 128.07º 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 #80F790 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 144 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.03 |
| HSL | 128.07º | 0.88% | 0.74% | - |
| HSV(B) | 128.07º | 0.48% | 0.97% | - |
| XYZ | 47.2 | 73.12 | 38.01 | - |
| YUV | 199.68 | 96.58 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 144 | 0.48 | 0 | 0.42 | 0.03 | 128.07 | 0.88 | 0.74 |
| Hex | 80 | F7 | 90 | 30 | 0 | 2A | 3 | 80 | 58 | 4A |
| Octal | 200 | 367 | 220 | 60 | 0 | 52 | 3 | 200 | 130 | 112 |
| Binary | 10000000 | 11110111 | 10010000 | 110000 | 0 | 101010 | 11 | 10000000 | 1011000 | 1001010 |
Color Harmonies of #80F790
Complementary color
Monochromatic Colors of #80F790
Black with #80F790
Text Example
Text Example
White with #80F790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F790; }
p { color: rgb(128,247,144); }
H1.HeaderClassName
{
color: #80F790;
}
.AnyTagClassName
{
color: #80F790;
}
</style>
background-color css
<style>
a { background-color: #80F790; }
a { background-color: rgb(128,247,144); }
div.DivClassName
{
background-color: #80F790;
}
.BgClassName
{
background-color: #80F790;
}
</style>
border-color css
<style>
span { border-color: #80F790; }
span { border-color: rgb(128,247,144); }
td.TdClassName
{
border-color: #80F790;
}
.TagClassName
{
border-color: #80F790;
}
</style>