Shades of Light Green #7DF5A6
Tints of Light Green #7DF5A6
RGB
CMYK
RGB Variations
Color information
#7DF5A6 (or 0x7DF5A6) is known color: Light Green. HEX triplet: 7D, F5 and A6. RGB value is (125,245,166). Sum of RGB (Red+Green+Blue) = 125+245+166=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF5A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF5A6 is #820A59. Grayscale: #C8C8C8. Windows color (decimal): -8522330 or 10941821. OLE color: 10941821.
HSL color Cylindrical-coordinate representation of color #7DF5A6: hue angle of 140.5º 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 #7DF5A6 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 245 | 166 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.04 |
| HSL | 140.5º | 0.86% | 0.73% | - |
| HSV(B) | 140.5º | 0.49% | 0.96% | - |
| XYZ | 47.99 | 72.42 | 47.52 | - |
| YUV | 200.11 | 108.74 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 245 | 166 | 0.49 | 0 | 0.32 | 0.04 | 140.5 | 0.86 | 0.73 |
| Hex | 7D | F5 | A6 | 31 | 0 | 20 | 4 | 8C | 56 | 49 |
| Octal | 175 | 365 | 246 | 61 | 0 | 40 | 4 | 214 | 126 | 111 |
| Binary | 1111101 | 11110101 | 10100110 | 110001 | 0 | 100000 | 100 | 10001100 | 1010110 | 1001001 |
Color Harmonies of #7DF5A6
Complementary color
Monochromatic Colors of #7DF5A6
Black with #7DF5A6
Text Example
Text Example
White with #7DF5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF5A6; }
p { color: rgb(125,245,166); }
H1.HeaderClassName
{
color: #7DF5A6;
}
.AnyTagClassName
{
color: #7DF5A6;
}
</style>
background-color css
<style>
a { background-color: #7DF5A6; }
a { background-color: rgb(125,245,166); }
div.DivClassName
{
background-color: #7DF5A6;
}
.BgClassName
{
background-color: #7DF5A6;
}
</style>
border-color css
<style>
span { border-color: #7DF5A6; }
span { border-color: rgb(125,245,166); }
td.TdClassName
{
border-color: #7DF5A6;
}
.TagClassName
{
border-color: #7DF5A6;
}
</style>