Shades of Light Green #7DED8B
Tints of Light Green #7DED8B
RGB
CMYK
RGB Variations
Color information
#7DED8B (or 0x7DED8B) is known color: Light Green. HEX triplet: 7D, ED and 8B. RGB value is (125,237,139). Sum of RGB (Red+Green+Blue) = 125+237+139=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DED8B is #821274. Grayscale: #C0C0C0. Windows color (decimal): -8524405 or 9170301. OLE color: 9170301.
HSL color Cylindrical-coordinate representation of color #7DED8B: hue angle of 127.5º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DED8B is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 139 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.07 |
| HSL | 127.5º | 0.76% | 0.71% | - |
| HSV(B) | 127.5º | 0.47% | 0.93% | - |
| XYZ | 43.4 | 66.79 | 35.03 | - |
| YUV | 192.34 | 97.89 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 139 | 0.47 | 0 | 0.41 | 0.07 | 127.5 | 0.76 | 0.71 |
| Hex | 7D | ED | 8B | 2F | 0 | 29 | 7 | 80 | 4C | 47 |
| Octal | 175 | 355 | 213 | 57 | 0 | 51 | 7 | 200 | 114 | 107 |
| Binary | 1111101 | 11101101 | 10001011 | 101111 | 0 | 101001 | 111 | 10000000 | 1001100 | 1000111 |
Color Harmonies of #7DED8B
Complementary color
Monochromatic Colors of #7DED8B
Black with #7DED8B
Text Example
Text Example
White with #7DED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DED8B; }
p { color: rgb(125,237,139); }
H1.HeaderClassName
{
color: #7DED8B;
}
.AnyTagClassName
{
color: #7DED8B;
}
</style>
background-color css
<style>
a { background-color: #7DED8B; }
a { background-color: rgb(125,237,139); }
div.DivClassName
{
background-color: #7DED8B;
}
.BgClassName
{
background-color: #7DED8B;
}
</style>
border-color css
<style>
span { border-color: #7DED8B; }
span { border-color: rgb(125,237,139); }
td.TdClassName
{
border-color: #7DED8B;
}
.TagClassName
{
border-color: #7DED8B;
}
</style>