Shades of Light Green #7DFE80
Tints of Light Green #7DFE80
RGB
CMYK
RGB Variations
Color information
#7DFE80 (or 0x7DFE80) is known color: Light Green. HEX triplet: 7D, FE and 80. RGB value is (125,254,128). Sum of RGB (Red+Green+Blue) = 125+254+128=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFE80 is #82017F. Grayscale: #C9C9C9. Windows color (decimal): -8520064 or 8453757. OLE color: 8453757.
HSL color Cylindrical-coordinate representation of color #7DFE80: hue angle of 121.4º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFE80 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 128 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.00 |
| HSL | 121.4º | 0.98% | 0.74% | - |
| HSV(B) | 121.4º | 0.51% | 1% | - |
| XYZ | 47.8 | 76.8 | 32.73 | - |
| YUV | 201.07 | 86.76 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 128 | 0.51 | 0 | 0.50 | 0.00 | 121.4 | 0.98 | 0.74 |
| Hex | 7D | FE | 80 | 33 | 0 | 32 | 0 | 79 | 62 | 4A |
| Octal | 175 | 376 | 200 | 63 | 0 | 62 | 0 | 171 | 142 | 112 |
| Binary | 1111101 | 11111110 | 10000000 | 110011 | 0 | 110010 | 0 | 1111001 | 1100010 | 1001010 |
Color Harmonies of #7DFE80
Complementary color
Monochromatic Colors of #7DFE80
Black with #7DFE80
Text Example
Text Example
White with #7DFE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFE80; }
p { color: rgb(125,254,128); }
H1.HeaderClassName
{
color: #7DFE80;
}
.AnyTagClassName
{
color: #7DFE80;
}
</style>
background-color css
<style>
a { background-color: #7DFE80; }
a { background-color: rgb(125,254,128); }
div.DivClassName
{
background-color: #7DFE80;
}
.BgClassName
{
background-color: #7DFE80;
}
</style>
border-color css
<style>
span { border-color: #7DFE80; }
span { border-color: rgb(125,254,128); }
td.TdClassName
{
border-color: #7DFE80;
}
.TagClassName
{
border-color: #7DFE80;
}
</style>