Shades of Light Green #7DF8A0
Tints of Light Green #7DF8A0
RGB
CMYK
RGB Variations
Color information
#7DF8A0 (or 0x7DF8A0) is known color: Light Green. HEX triplet: 7D, F8 and A0. RGB value is (125,248,160). Sum of RGB (Red+Green+Blue) = 125+248+160=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF8A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF8A0 is #82075F. Grayscale: #C9C9C9. Windows color (decimal): -8521568 or 10549373. OLE color: 10549373.
HSL color Cylindrical-coordinate representation of color #7DF8A0: hue angle of 137.07º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF8A0 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 248 | 160 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.03 |
| HSL | 137.07º | 0.9% | 0.73% | - |
| HSV(B) | 137.07º | 0.5% | 0.97% | - |
| XYZ | 48.37 | 74.03 | 45 | - |
| YUV | 201.19 | 104.75 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 248 | 160 | 0.50 | 0 | 0.35 | 0.03 | 137.07 | 0.9 | 0.73 |
| Hex | 7D | F8 | A0 | 32 | 0 | 23 | 3 | 89 | 5A | 49 |
| Octal | 175 | 370 | 240 | 62 | 0 | 43 | 3 | 211 | 132 | 111 |
| Binary | 1111101 | 11111000 | 10100000 | 110010 | 0 | 100011 | 11 | 10001001 | 1011010 | 1001001 |
Color Harmonies of #7DF8A0
Complementary color
Monochromatic Colors of #7DF8A0
Black with #7DF8A0
Text Example
Text Example
White with #7DF8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF8A0; }
p { color: rgb(125,248,160); }
H1.HeaderClassName
{
color: #7DF8A0;
}
.AnyTagClassName
{
color: #7DF8A0;
}
</style>
background-color css
<style>
a { background-color: #7DF8A0; }
a { background-color: rgb(125,248,160); }
div.DivClassName
{
background-color: #7DF8A0;
}
.BgClassName
{
background-color: #7DF8A0;
}
</style>
border-color css
<style>
span { border-color: #7DF8A0; }
span { border-color: rgb(125,248,160); }
td.TdClassName
{
border-color: #7DF8A0;
}
.TagClassName
{
border-color: #7DF8A0;
}
</style>