Shades of Light Green #7DF790
Tints of Light Green #7DF790
RGB
CMYK
RGB Variations
Color information
#7DF790 (or 0x7DF790) is known color: Light Green. HEX triplet: 7D, F7 and 90. RGB value is (125,247,144). Sum of RGB (Red+Green+Blue) = 125+247+144=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF790 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF790 is #82086F. Grayscale: #C7C7C7. Windows color (decimal): -8521840 or 9500541. OLE color: 9500541.
HSL color Cylindrical-coordinate representation of color #7DF790: hue angle of 129.34º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF790 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 247 | 144 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.03 |
| HSL | 129.34º | 0.88% | 0.73% | - |
| HSV(B) | 129.34º | 0.49% | 0.97% | - |
| XYZ | 46.75 | 72.9 | 37.99 | - |
| YUV | 198.78 | 97.08 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 247 | 144 | 0.49 | 0 | 0.42 | 0.03 | 129.34 | 0.88 | 0.73 |
| Hex | 7D | F7 | 90 | 31 | 0 | 2A | 3 | 81 | 58 | 49 |
| Octal | 175 | 367 | 220 | 61 | 0 | 52 | 3 | 201 | 130 | 111 |
| Binary | 1111101 | 11110111 | 10010000 | 110001 | 0 | 101010 | 11 | 10000001 | 1011000 | 1001001 |
Color Harmonies of #7DF790
Complementary color
Monochromatic Colors of #7DF790
Black with #7DF790
Text Example
Text Example
White with #7DF790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF790; }
p { color: rgb(125,247,144); }
H1.HeaderClassName
{
color: #7DF790;
}
.AnyTagClassName
{
color: #7DF790;
}
</style>
background-color css
<style>
a { background-color: #7DF790; }
a { background-color: rgb(125,247,144); }
div.DivClassName
{
background-color: #7DF790;
}
.BgClassName
{
background-color: #7DF790;
}
</style>
border-color css
<style>
span { border-color: #7DF790; }
span { border-color: rgb(125,247,144); }
td.TdClassName
{
border-color: #7DF790;
}
.TagClassName
{
border-color: #7DF790;
}
</style>