Shades of Light Green #7DEDA1
Tints of Light Green #7DEDA1
RGB
CMYK
RGB Variations
Color information
#7DEDA1 (or 0x7DEDA1) is known color: Light Green. HEX triplet: 7D, ED and A1. RGB value is (125,237,161). Sum of RGB (Red+Green+Blue) = 125+237+161=523 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.90% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEDA1 is #82125E. Grayscale: #C3C3C3. Windows color (decimal): -8524383 or 10612093. OLE color: 10612093.
HSL color Cylindrical-coordinate representation of color #7DEDA1: hue angle of 139.29º 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 #7DEDA1 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 161 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.07 |
| HSL | 139.29º | 0.76% | 0.71% | - |
| HSV(B) | 139.29º | 0.47% | 0.93% | - |
| XYZ | 45.17 | 67.5 | 44.37 | - |
| YUV | 194.85 | 108.89 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 161 | 0.47 | 0 | 0.32 | 0.07 | 139.29 | 0.76 | 0.71 |
| Hex | 7D | ED | A1 | 2F | 0 | 20 | 7 | 8B | 4C | 47 |
| Octal | 175 | 355 | 241 | 57 | 0 | 40 | 7 | 213 | 114 | 107 |
| Binary | 1111101 | 11101101 | 10100001 | 101111 | 0 | 100000 | 111 | 10001011 | 1001100 | 1000111 |
Color Harmonies of #7DEDA1
Complementary color
Monochromatic Colors of #7DEDA1
Black with #7DEDA1
Text Example
Text Example
White with #7DEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEDA1; }
p { color: rgb(125,237,161); }
H1.HeaderClassName
{
color: #7DEDA1;
}
.AnyTagClassName
{
color: #7DEDA1;
}
</style>
background-color css
<style>
a { background-color: #7DEDA1; }
a { background-color: rgb(125,237,161); }
div.DivClassName
{
background-color: #7DEDA1;
}
.BgClassName
{
background-color: #7DEDA1;
}
</style>
border-color css
<style>
span { border-color: #7DEDA1; }
span { border-color: rgb(125,237,161); }
td.TdClassName
{
border-color: #7DEDA1;
}
.TagClassName
{
border-color: #7DEDA1;
}
</style>