Shades of Light Green #7FFB80
Tints of Light Green #7FFB80
RGB
CMYK
RGB Variations
Color information
#7FFB80 (or 0x7FFB80) is known color: Light Green. HEX triplet: 7F, FB and 80. RGB value is (127,251,128). Sum of RGB (Red+Green+Blue) = 127+251+128=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFB80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFB80 is #80047F. Grayscale: #C8C8C8. Windows color (decimal): -8389760 or 8452991. OLE color: 8452991.
HSL color Cylindrical-coordinate representation of color #7FFB80: hue angle of 120.48º degrees, saturation: 0.94, 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 #7FFB80 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 251 | 128 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.02 |
| HSL | 120.48º | 0.94% | 0.74% | - |
| HSV(B) | 120.48º | 0.49% | 0.98% | - |
| XYZ | 47.15 | 75.06 | 32.43 | - |
| YUV | 199.9 | 87.42 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 251 | 128 | 0.49 | 0 | 0.49 | 0.02 | 120.48 | 0.94 | 0.74 |
| Hex | 7F | FB | 80 | 31 | 0 | 31 | 2 | 78 | 5E | 4A |
| Octal | 177 | 373 | 200 | 61 | 0 | 61 | 2 | 170 | 136 | 112 |
| Binary | 1111111 | 11111011 | 10000000 | 110001 | 0 | 110001 | 10 | 1111000 | 1011110 | 1001010 |
Color Harmonies of #7FFB80
Complementary color
Monochromatic Colors of #7FFB80
Black with #7FFB80
Text Example
Text Example
White with #7FFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFB80; }
p { color: rgb(127,251,128); }
H1.HeaderClassName
{
color: #7FFB80;
}
.AnyTagClassName
{
color: #7FFB80;
}
</style>
background-color css
<style>
a { background-color: #7FFB80; }
a { background-color: rgb(127,251,128); }
div.DivClassName
{
background-color: #7FFB80;
}
.BgClassName
{
background-color: #7FFB80;
}
</style>
border-color css
<style>
span { border-color: #7FFB80; }
span { border-color: rgb(127,251,128); }
td.TdClassName
{
border-color: #7FFB80;
}
.TagClassName
{
border-color: #7FFB80;
}
</style>