Shades of Light Green #7DF49D
Tints of Light Green #7DF49D
RGB
CMYK
RGB Variations
Color information
#7DF49D (or 0x7DF49D) is known color: Light Green. HEX triplet: 7D, F4 and 9D. RGB value is (125,244,157). Sum of RGB (Red+Green+Blue) = 125+244+157=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF49D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF49D is #820B62. Grayscale: #C6C6C6. Windows color (decimal): -8522595 or 10351741. OLE color: 10351741.
HSL color Cylindrical-coordinate representation of color #7DF49D: hue angle of 136.13º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF49D is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 244 | 157 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.04 |
| HSL | 136.13º | 0.84% | 0.72% | - |
| HSV(B) | 136.13º | 0.49% | 0.96% | - |
| XYZ | 46.89 | 71.5 | 43.23 | - |
| YUV | 198.5 | 104.58 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 244 | 157 | 0.49 | 0 | 0.36 | 0.04 | 136.13 | 0.84 | 0.72 |
| Hex | 7D | F4 | 9D | 31 | 0 | 24 | 4 | 88 | 54 | 48 |
| Octal | 175 | 364 | 235 | 61 | 0 | 44 | 4 | 210 | 124 | 110 |
| Binary | 1111101 | 11110100 | 10011101 | 110001 | 0 | 100100 | 100 | 10001000 | 1010100 | 1001000 |
Color Harmonies of #7DF49D
Complementary color
Monochromatic Colors of #7DF49D
Black with #7DF49D
Text Example
Text Example
White with #7DF49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF49D; }
p { color: rgb(125,244,157); }
H1.HeaderClassName
{
color: #7DF49D;
}
.AnyTagClassName
{
color: #7DF49D;
}
</style>
background-color css
<style>
a { background-color: #7DF49D; }
a { background-color: rgb(125,244,157); }
div.DivClassName
{
background-color: #7DF49D;
}
.BgClassName
{
background-color: #7DF49D;
}
</style>
border-color css
<style>
span { border-color: #7DF49D; }
span { border-color: rgb(125,244,157); }
td.TdClassName
{
border-color: #7DF49D;
}
.TagClassName
{
border-color: #7DF49D;
}
</style>