Shades of Light Green #80FA9E
Tints of Light Green #80FA9E
RGB
CMYK
RGB Variations
Color information
#80FA9E (or 0x80FA9E) is known color: Light Green. HEX triplet: 80, FA and 9E. RGB value is (128,250,158). Sum of RGB (Red+Green+Blue) = 128+250+158=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FA9E is #7F0561. Grayscale: #CBCBCB. Windows color (decimal): -8324450 or 10418816. OLE color: 10418816.
HSL color Cylindrical-coordinate representation of color #80FA9E: hue angle of 134.75º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FA9E is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 158 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.02 |
| HSL | 134.75º | 0.92% | 0.74% | - |
| HSV(B) | 134.75º | 0.49% | 0.98% | - |
| XYZ | 49.26 | 75.43 | 44.31 | - |
| YUV | 203.03 | 102.58 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 158 | 0.49 | 0 | 0.37 | 0.02 | 134.75 | 0.92 | 0.74 |
| Hex | 80 | FA | 9E | 31 | 0 | 25 | 2 | 87 | 5C | 4A |
| Octal | 200 | 372 | 236 | 61 | 0 | 45 | 2 | 207 | 134 | 112 |
| Binary | 10000000 | 11111010 | 10011110 | 110001 | 0 | 100101 | 10 | 10000111 | 1011100 | 1001010 |
Color Harmonies of #80FA9E
Complementary color
Monochromatic Colors of #80FA9E
Black with #80FA9E
Text Example
Text Example
White with #80FA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA9E; }
p { color: rgb(128,250,158); }
H1.HeaderClassName
{
color: #80FA9E;
}
.AnyTagClassName
{
color: #80FA9E;
}
</style>
background-color css
<style>
a { background-color: #80FA9E; }
a { background-color: rgb(128,250,158); }
div.DivClassName
{
background-color: #80FA9E;
}
.BgClassName
{
background-color: #80FA9E;
}
</style>
border-color css
<style>
span { border-color: #80FA9E; }
span { border-color: rgb(128,250,158); }
td.TdClassName
{
border-color: #80FA9E;
}
.TagClassName
{
border-color: #80FA9E;
}
</style>