Shades of Light Green #80FA80
Tints of Light Green #80FA80
RGB
CMYK
RGB Variations
Color information
#80FA80 (or 0x80FA80) is known color: Light Green. HEX triplet: 80, FA and 80. RGB value is (128,250,128). Sum of RGB (Red+Green+Blue) = 128+250+128=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FA80 is #7F057F. Grayscale: #C7C7C7. Windows color (decimal): -8324480 or 8452736. OLE color: 8452736.
HSL color Cylindrical-coordinate representation of color #80FA80: hue angle of 120º 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 #80FA80 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 128 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.02 |
| HSL | 120º | 0.92% | 0.74% | - |
| HSV(B) | 120º | 0.49% | 0.98% | - |
| XYZ | 46.98 | 74.52 | 32.33 | - |
| YUV | 199.61 | 87.58 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 128 | 0.49 | 0 | 0.49 | 0.02 | 120 | 0.92 | 0.74 |
| Hex | 80 | FA | 80 | 31 | 0 | 31 | 2 | 78 | 5C | 4A |
| Octal | 200 | 372 | 200 | 61 | 0 | 61 | 2 | 170 | 134 | 112 |
| Binary | 10000000 | 11111010 | 10000000 | 110001 | 0 | 110001 | 10 | 1111000 | 1011100 | 1001010 |
Color Harmonies of #80FA80
Complementary color
Monochromatic Colors of #80FA80
Black with #80FA80
Text Example
Text Example
White with #80FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA80; }
p { color: rgb(128,250,128); }
H1.HeaderClassName
{
color: #80FA80;
}
.AnyTagClassName
{
color: #80FA80;
}
</style>
background-color css
<style>
a { background-color: #80FA80; }
a { background-color: rgb(128,250,128); }
div.DivClassName
{
background-color: #80FA80;
}
.BgClassName
{
background-color: #80FA80;
}
</style>
border-color css
<style>
span { border-color: #80FA80; }
span { border-color: rgb(128,250,128); }
td.TdClassName
{
border-color: #80FA80;
}
.TagClassName
{
border-color: #80FA80;
}
</style>