Shades of Light Green #80FA7F
Tints of Light Green #80FA7F
RGB
CMYK
RGB Variations
Color information
#80FA7F (or 0x80FA7F) is known color: Light Green. HEX triplet: 80, FA and 7F. RGB value is (128,250,127). Sum of RGB (Red+Green+Blue) = 128+250+127=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FA7F is #7F0580. Grayscale: #C7C7C7. Windows color (decimal): -8324481 or 8387200. OLE color: 8387200.
HSL color Cylindrical-coordinate representation of color #80FA7F: hue angle of 119.51º 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 #80FA7F is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 127 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.02 |
| HSL | 119.51º | 0.92% | 0.74% | - |
| HSV(B) | 119.51º | 0.49% | 0.98% | - |
| XYZ | 46.92 | 74.49 | 31.98 | - |
| YUV | 199.5 | 87.08 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 127 | 0.49 | 0 | 0.49 | 0.02 | 119.51 | 0.92 | 0.74 |
| Hex | 80 | FA | 7F | 31 | 0 | 31 | 2 | 78 | 5C | 4A |
| Octal | 200 | 372 | 177 | 61 | 0 | 61 | 2 | 170 | 134 | 112 |
| Binary | 10000000 | 11111010 | 1111111 | 110001 | 0 | 110001 | 10 | 1111000 | 1011100 | 1001010 |
Color Harmonies of #80FA7F
Complementary color
Monochromatic Colors of #80FA7F
Black with #80FA7F
Text Example
Text Example
White with #80FA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA7F; }
p { color: rgb(128,250,127); }
H1.HeaderClassName
{
color: #80FA7F;
}
.AnyTagClassName
{
color: #80FA7F;
}
</style>
background-color css
<style>
a { background-color: #80FA7F; }
a { background-color: rgb(128,250,127); }
div.DivClassName
{
background-color: #80FA7F;
}
.BgClassName
{
background-color: #80FA7F;
}
</style>
border-color css
<style>
span { border-color: #80FA7F; }
span { border-color: rgb(128,250,127); }
td.TdClassName
{
border-color: #80FA7F;
}
.TagClassName
{
border-color: #80FA7F;
}
</style>