Shades of Light Green #7DF5A7
Tints of Light Green #7DF5A7
RGB
CMYK
RGB Variations
Color information
#7DF5A7 (or 0x7DF5A7) is known color: Light Green. HEX triplet: 7D, F5 and A7. RGB value is (125,245,167). Sum of RGB (Red+Green+Blue) = 125+245+167=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF5A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF5A7 is #820A58. Grayscale: #C8C8C8. Windows color (decimal): -8522329 or 11007357. OLE color: 11007357.
HSL color Cylindrical-coordinate representation of color #7DF5A7: hue angle of 141º 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 #7DF5A7 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 245 | 167 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.04 |
| HSL | 141º | 0.86% | 0.73% | - |
| HSV(B) | 141º | 0.49% | 0.96% | - |
| XYZ | 48.08 | 72.45 | 48.01 | - |
| YUV | 200.23 | 109.24 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 245 | 167 | 0.49 | 0 | 0.32 | 0.04 | 141 | 0.86 | 0.73 |
| Hex | 7D | F5 | A7 | 31 | 0 | 20 | 4 | 8D | 56 | 49 |
| Octal | 175 | 365 | 247 | 61 | 0 | 40 | 4 | 215 | 126 | 111 |
| Binary | 1111101 | 11110101 | 10100111 | 110001 | 0 | 100000 | 100 | 10001101 | 1010110 | 1001001 |
Color Harmonies of #7DF5A7
Complementary color
Monochromatic Colors of #7DF5A7
Black with #7DF5A7
Text Example
Text Example
White with #7DF5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF5A7; }
p { color: rgb(125,245,167); }
H1.HeaderClassName
{
color: #7DF5A7;
}
.AnyTagClassName
{
color: #7DF5A7;
}
</style>
background-color css
<style>
a { background-color: #7DF5A7; }
a { background-color: rgb(125,245,167); }
div.DivClassName
{
background-color: #7DF5A7;
}
.BgClassName
{
background-color: #7DF5A7;
}
</style>
border-color css
<style>
span { border-color: #7DF5A7; }
span { border-color: rgb(125,245,167); }
td.TdClassName
{
border-color: #7DF5A7;
}
.TagClassName
{
border-color: #7DF5A7;
}
</style>