Shades of Light Green #7DF29D
Tints of Light Green #7DF29D
RGB
CMYK
RGB Variations
Color information
#7DF29D (or 0x7DF29D) is known color: Light Green. HEX triplet: 7D, F2 and 9D. RGB value is (125,242,157). Sum of RGB (Red+Green+Blue) = 125+242+157=524 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.85% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF29D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF29D is #820D62. Grayscale: #C5C5C5. Windows color (decimal): -8523107 or 10351229. OLE color: 10351229.
HSL color Cylindrical-coordinate representation of color #7DF29D: hue angle of 136.41º 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 #7DF29D is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 157 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.05 |
| HSL | 136.41º | 0.82% | 0.72% | - |
| HSV(B) | 136.41º | 0.48% | 0.95% | - |
| XYZ | 46.3 | 70.3 | 43.03 | - |
| YUV | 197.33 | 105.24 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 157 | 0.48 | 0 | 0.35 | 0.05 | 136.41 | 0.82 | 0.72 |
| Hex | 7D | F2 | 9D | 30 | 0 | 23 | 5 | 88 | 52 | 48 |
| Octal | 175 | 362 | 235 | 60 | 0 | 43 | 5 | 210 | 122 | 110 |
| Binary | 1111101 | 11110010 | 10011101 | 110000 | 0 | 100011 | 101 | 10001000 | 1010010 | 1001000 |
Color Harmonies of #7DF29D
Complementary color
Monochromatic Colors of #7DF29D
Black with #7DF29D
Text Example
Text Example
White with #7DF29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF29D; }
p { color: rgb(125,242,157); }
H1.HeaderClassName
{
color: #7DF29D;
}
.AnyTagClassName
{
color: #7DF29D;
}
</style>
background-color css
<style>
a { background-color: #7DF29D; }
a { background-color: rgb(125,242,157); }
div.DivClassName
{
background-color: #7DF29D;
}
.BgClassName
{
background-color: #7DF29D;
}
</style>
border-color css
<style>
span { border-color: #7DF29D; }
span { border-color: rgb(125,242,157); }
td.TdClassName
{
border-color: #7DF29D;
}
.TagClassName
{
border-color: #7DF29D;
}
</style>