Shades of Light Green #7DF5A5
Tints of Light Green #7DF5A5
RGB
CMYK
RGB Variations
Color information
#7DF5A5 (or 0x7DF5A5) is known color: Light Green. HEX triplet: 7D, F5 and A5. RGB value is (125,245,165). Sum of RGB (Red+Green+Blue) = 125+245+165=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF5A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF5A5 is #820A5A. Grayscale: #C8C8C8. Windows color (decimal): -8522331 or 10876285. OLE color: 10876285.
HSL color Cylindrical-coordinate representation of color #7DF5A5: hue angle of 140º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF5A5 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 245 | 165 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.04 |
| HSL | 140º | 0.86% | 0.73% | - |
| HSV(B) | 140º | 0.49% | 0.96% | - |
| XYZ | 47.9 | 72.38 | 47.04 | - |
| YUV | 200 | 108.24 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 245 | 165 | 0.49 | 0 | 0.33 | 0.04 | 140 | 0.86 | 0.73 |
| Hex | 7D | F5 | A5 | 31 | 0 | 21 | 4 | 8C | 56 | 49 |
| Octal | 175 | 365 | 245 | 61 | 0 | 41 | 4 | 214 | 126 | 111 |
| Binary | 1111101 | 11110101 | 10100101 | 110001 | 0 | 100001 | 100 | 10001100 | 1010110 | 1001001 |
Color Harmonies of #7DF5A5
Complementary color
Monochromatic Colors of #7DF5A5
Black with #7DF5A5
Text Example
Text Example
White with #7DF5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF5A5; }
p { color: rgb(125,245,165); }
H1.HeaderClassName
{
color: #7DF5A5;
}
.AnyTagClassName
{
color: #7DF5A5;
}
</style>
background-color css
<style>
a { background-color: #7DF5A5; }
a { background-color: rgb(125,245,165); }
div.DivClassName
{
background-color: #7DF5A5;
}
.BgClassName
{
background-color: #7DF5A5;
}
</style>
border-color css
<style>
span { border-color: #7DF5A5; }
span { border-color: rgb(125,245,165); }
td.TdClassName
{
border-color: #7DF5A5;
}
.TagClassName
{
border-color: #7DF5A5;
}
</style>