Shades of Light Green #7DEDA0
Tints of Light Green #7DEDA0
RGB
CMYK
RGB Variations
Color information
#7DEDA0 (or 0x7DEDA0) is known color: Light Green. HEX triplet: 7D, ED and A0. RGB value is (125,237,160). Sum of RGB (Red+Green+Blue) = 125+237+160=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #7DEDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEDA0 is #82125F. Grayscale: #C2C2C2. Windows color (decimal): -8524384 or 10546557. OLE color: 10546557.
HSL color Cylindrical-coordinate representation of color #7DEDA0: hue angle of 138.75º 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 #7DEDA0 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 237 | 160 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.07 |
| HSL | 138.75º | 0.76% | 0.71% | - |
| HSV(B) | 138.75º | 0.47% | 0.93% | - |
| XYZ | 45.09 | 67.47 | 43.9 | - |
| YUV | 194.73 | 108.39 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 237 | 160 | 0.47 | 0 | 0.32 | 0.07 | 138.75 | 0.76 | 0.71 |
| Hex | 7D | ED | A0 | 2F | 0 | 20 | 7 | 8B | 4C | 47 |
| Octal | 175 | 355 | 240 | 57 | 0 | 40 | 7 | 213 | 114 | 107 |
| Binary | 1111101 | 11101101 | 10100000 | 101111 | 0 | 100000 | 111 | 10001011 | 1001100 | 1000111 |
Color Harmonies of #7DEDA0
Complementary color
Monochromatic Colors of #7DEDA0
Black with #7DEDA0
Text Example
Text Example
White with #7DEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEDA0; }
p { color: rgb(125,237,160); }
H1.HeaderClassName
{
color: #7DEDA0;
}
.AnyTagClassName
{
color: #7DEDA0;
}
</style>
background-color css
<style>
a { background-color: #7DEDA0; }
a { background-color: rgb(125,237,160); }
div.DivClassName
{
background-color: #7DEDA0;
}
.BgClassName
{
background-color: #7DEDA0;
}
</style>
border-color css
<style>
span { border-color: #7DEDA0; }
span { border-color: rgb(125,237,160); }
td.TdClassName
{
border-color: #7DEDA0;
}
.TagClassName
{
border-color: #7DEDA0;
}
</style>