Shades of Light Green #7DF980
Tints of Light Green #7DF980
RGB
CMYK
RGB Variations
Color information
#7DF980 (or 0x7DF980) is known color: Light Green. HEX triplet: 7D, F9 and 80. RGB value is (125,249,128). Sum of RGB (Red+Green+Blue) = 125+249+128=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF980 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF980 is #82067F. Grayscale: #C6C6C6. Windows color (decimal): -8521344 or 8452477. OLE color: 8452477.
HSL color Cylindrical-coordinate representation of color #7DF980: hue angle of 121.45º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF980 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 249 | 128 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.02 |
| HSL | 121.45º | 0.91% | 0.73% | - |
| HSV(B) | 121.45º | 0.5% | 0.98% | - |
| XYZ | 46.23 | 73.67 | 32.21 | - |
| YUV | 198.13 | 88.42 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 249 | 128 | 0.50 | 0 | 0.49 | 0.02 | 121.45 | 0.91 | 0.73 |
| Hex | 7D | F9 | 80 | 32 | 0 | 31 | 2 | 79 | 5B | 49 |
| Octal | 175 | 371 | 200 | 62 | 0 | 61 | 2 | 171 | 133 | 111 |
| Binary | 1111101 | 11111001 | 10000000 | 110010 | 0 | 110001 | 10 | 1111001 | 1011011 | 1001001 |
Color Harmonies of #7DF980
Complementary color
Monochromatic Colors of #7DF980
Black with #7DF980
Text Example
Text Example
White with #7DF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF980; }
p { color: rgb(125,249,128); }
H1.HeaderClassName
{
color: #7DF980;
}
.AnyTagClassName
{
color: #7DF980;
}
</style>
background-color css
<style>
a { background-color: #7DF980; }
a { background-color: rgb(125,249,128); }
div.DivClassName
{
background-color: #7DF980;
}
.BgClassName
{
background-color: #7DF980;
}
</style>
border-color css
<style>
span { border-color: #7DF980; }
span { border-color: rgb(125,249,128); }
td.TdClassName
{
border-color: #7DF980;
}
.TagClassName
{
border-color: #7DF980;
}
</style>