Shades of Light Green #7DE29D
Tints of Light Green #7DE29D
RGB
CMYK
RGB Variations
Color information
#7DE29D (or 0x7DE29D) is known color: Light Green. HEX triplet: 7D, E2 and 9D. RGB value is (125,226,157). Sum of RGB (Red+Green+Blue) = 125+226+157=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE29D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE29D is #821D62. Grayscale: #BCBCBC. Windows color (decimal): -8527203 or 10347133. OLE color: 10347133.
HSL color Cylindrical-coordinate representation of color #7DE29D: hue angle of 139.01º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE29D is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 226 | 157 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.11 |
| HSL | 139.01º | 0.64% | 0.69% | - |
| HSV(B) | 139.01º | 0.45% | 0.89% | - |
| XYZ | 41.74 | 61.19 | 41.51 | - |
| YUV | 187.94 | 110.54 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 226 | 157 | 0.45 | 0 | 0.31 | 0.11 | 139.01 | 0.64 | 0.69 |
| Hex | 7D | E2 | 9D | 2D | 0 | 1F | B | 8B | 40 | 45 |
| Octal | 175 | 342 | 235 | 55 | 0 | 37 | 13 | 213 | 100 | 105 |
| Binary | 1111101 | 11100010 | 10011101 | 101101 | 0 | 11111 | 1011 | 10001011 | 1000000 | 1000101 |
Color Harmonies of #7DE29D
Complementary color
Monochromatic Colors of #7DE29D
Black with #7DE29D
Text Example
Text Example
White with #7DE29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE29D; }
p { color: rgb(125,226,157); }
H1.HeaderClassName
{
color: #7DE29D;
}
.AnyTagClassName
{
color: #7DE29D;
}
</style>
background-color css
<style>
a { background-color: #7DE29D; }
a { background-color: rgb(125,226,157); }
div.DivClassName
{
background-color: #7DE29D;
}
.BgClassName
{
background-color: #7DE29D;
}
</style>
border-color css
<style>
span { border-color: #7DE29D; }
span { border-color: rgb(125,226,157); }
td.TdClassName
{
border-color: #7DE29D;
}
.TagClassName
{
border-color: #7DE29D;
}
</style>