Shades of Light Green #80F58F
Tints of Light Green #80F58F
RGB
CMYK
RGB Variations
Color information
#80F58F (or 0x80F58F) is known color: Light Green. HEX triplet: 80, F5 and 8F. RGB value is (128,245,143). Sum of RGB (Red+Green+Blue) = 128+245+143=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #80F58F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F58F is #7F0A70. Grayscale: #C6C6C6. Windows color (decimal): -8325745 or 9434496. OLE color: 9434496.
HSL color Cylindrical-coordinate representation of color #80F58F: hue angle of 127.69º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F58F is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 245 | 143 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.04 |
| HSL | 127.69º | 0.85% | 0.73% | - |
| HSV(B) | 127.69º | 0.48% | 0.96% | - |
| XYZ | 46.51 | 71.88 | 37.41 | - |
| YUV | 198.39 | 96.74 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 245 | 143 | 0.48 | 0 | 0.42 | 0.04 | 127.69 | 0.85 | 0.73 |
| Hex | 80 | F5 | 8F | 30 | 0 | 2A | 4 | 80 | 55 | 49 |
| Octal | 200 | 365 | 217 | 60 | 0 | 52 | 4 | 200 | 125 | 111 |
| Binary | 10000000 | 11110101 | 10001111 | 110000 | 0 | 101010 | 100 | 10000000 | 1010101 | 1001001 |
Color Harmonies of #80F58F
Complementary color
Monochromatic Colors of #80F58F
Black with #80F58F
Text Example
Text Example
White with #80F58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F58F; }
p { color: rgb(128,245,143); }
H1.HeaderClassName
{
color: #80F58F;
}
.AnyTagClassName
{
color: #80F58F;
}
</style>
background-color css
<style>
a { background-color: #80F58F; }
a { background-color: rgb(128,245,143); }
div.DivClassName
{
background-color: #80F58F;
}
.BgClassName
{
background-color: #80F58F;
}
</style>
border-color css
<style>
span { border-color: #80F58F; }
span { border-color: rgb(128,245,143); }
td.TdClassName
{
border-color: #80F58F;
}
.TagClassName
{
border-color: #80F58F;
}
</style>