Shades of Light Green #80FA9F
Tints of Light Green #80FA9F
RGB
CMYK
RGB Variations
Color information
#80FA9F (or 0x80FA9F) is known color: Light Green. HEX triplet: 80, FA and 9F. RGB value is (128,250,159). Sum of RGB (Red+Green+Blue) = 128+250+159=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FA9F is #7F0560. Grayscale: #CBCBCB. Windows color (decimal): -8324449 or 10484352. OLE color: 10484352.
HSL color Cylindrical-coordinate representation of color #80FA9F: hue angle of 135.25º 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 #80FA9F is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 159 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.02 |
| HSL | 135.25º | 0.92% | 0.74% | - |
| HSV(B) | 135.25º | 0.49% | 0.98% | - |
| XYZ | 49.35 | 75.46 | 44.77 | - |
| YUV | 203.15 | 103.08 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 159 | 0.49 | 0 | 0.36 | 0.02 | 135.25 | 0.92 | 0.74 |
| Hex | 80 | FA | 9F | 31 | 0 | 24 | 2 | 87 | 5C | 4A |
| Octal | 200 | 372 | 237 | 61 | 0 | 44 | 2 | 207 | 134 | 112 |
| Binary | 10000000 | 11111010 | 10011111 | 110001 | 0 | 100100 | 10 | 10000111 | 1011100 | 1001010 |
Color Harmonies of #80FA9F
Complementary color
Monochromatic Colors of #80FA9F
Black with #80FA9F
Text Example
Text Example
White with #80FA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA9F; }
p { color: rgb(128,250,159); }
H1.HeaderClassName
{
color: #80FA9F;
}
.AnyTagClassName
{
color: #80FA9F;
}
</style>
background-color css
<style>
a { background-color: #80FA9F; }
a { background-color: rgb(128,250,159); }
div.DivClassName
{
background-color: #80FA9F;
}
.BgClassName
{
background-color: #80FA9F;
}
</style>
border-color css
<style>
span { border-color: #80FA9F; }
span { border-color: rgb(128,250,159); }
td.TdClassName
{
border-color: #80FA9F;
}
.TagClassName
{
border-color: #80FA9F;
}
</style>