Shades of Light Green #7DF29E
Tints of Light Green #7DF29E
RGB
CMYK
RGB Variations
Color information
#7DF29E (or 0x7DF29E) is known color: Light Green. HEX triplet: 7D, F2 and 9E. RGB value is (125,242,158). Sum of RGB (Red+Green+Blue) = 125+242+158=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF29E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF29E is #820D61. Grayscale: #C5C5C5. Windows color (decimal): -8523106 or 10416765. OLE color: 10416765.
HSL color Cylindrical-coordinate representation of color #7DF29E: hue angle of 136.92º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF29E is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 158 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.05 |
| HSL | 136.92º | 0.82% | 0.72% | - |
| HSV(B) | 136.92º | 0.48% | 0.95% | - |
| XYZ | 46.38 | 70.33 | 43.48 | - |
| YUV | 197.44 | 105.74 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 158 | 0.48 | 0 | 0.35 | 0.05 | 136.92 | 0.82 | 0.72 |
| Hex | 7D | F2 | 9E | 30 | 0 | 23 | 5 | 89 | 52 | 48 |
| Octal | 175 | 362 | 236 | 60 | 0 | 43 | 5 | 211 | 122 | 110 |
| Binary | 1111101 | 11110010 | 10011110 | 110000 | 0 | 100011 | 101 | 10001001 | 1010010 | 1001000 |
Color Harmonies of #7DF29E
Complementary color
Monochromatic Colors of #7DF29E
Black with #7DF29E
Text Example
Text Example
White with #7DF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF29E; }
p { color: rgb(125,242,158); }
H1.HeaderClassName
{
color: #7DF29E;
}
.AnyTagClassName
{
color: #7DF29E;
}
</style>
background-color css
<style>
a { background-color: #7DF29E; }
a { background-color: rgb(125,242,158); }
div.DivClassName
{
background-color: #7DF29E;
}
.BgClassName
{
background-color: #7DF29E;
}
</style>
border-color css
<style>
span { border-color: #7DF29E; }
span { border-color: rgb(125,242,158); }
td.TdClassName
{
border-color: #7DF29E;
}
.TagClassName
{
border-color: #7DF29E;
}
</style>