Shades of Light Green #7DF1A0
Tints of Light Green #7DF1A0
RGB
CMYK
RGB Variations
Color information
#7DF1A0 (or 0x7DF1A0) is known color: Light Green. HEX triplet: 7D, F1 and A0. RGB value is (125,241,160). Sum of RGB (Red+Green+Blue) = 125+241+160=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF1A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF1A0 is #820E5F. Grayscale: #C5C5C5. Windows color (decimal): -8523360 or 10547581. OLE color: 10547581.
HSL color Cylindrical-coordinate representation of color #7DF1A0: hue angle of 138.1º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF1A0 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 160 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.05 |
| HSL | 138.1º | 0.81% | 0.72% | - |
| HSV(B) | 138.1º | 0.48% | 0.95% | - |
| XYZ | 46.26 | 69.81 | 44.29 | - |
| YUV | 197.08 | 107.07 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 160 | 0.48 | 0 | 0.34 | 0.05 | 138.1 | 0.81 | 0.72 |
| Hex | 7D | F1 | A0 | 30 | 0 | 22 | 5 | 8A | 51 | 48 |
| Octal | 175 | 361 | 240 | 60 | 0 | 42 | 5 | 212 | 121 | 110 |
| Binary | 1111101 | 11110001 | 10100000 | 110000 | 0 | 100010 | 101 | 10001010 | 1010001 | 1001000 |
Color Harmonies of #7DF1A0
Complementary color
Monochromatic Colors of #7DF1A0
Black with #7DF1A0
Text Example
Text Example
White with #7DF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF1A0; }
p { color: rgb(125,241,160); }
H1.HeaderClassName
{
color: #7DF1A0;
}
.AnyTagClassName
{
color: #7DF1A0;
}
</style>
background-color css
<style>
a { background-color: #7DF1A0; }
a { background-color: rgb(125,241,160); }
div.DivClassName
{
background-color: #7DF1A0;
}
.BgClassName
{
background-color: #7DF1A0;
}
</style>
border-color css
<style>
span { border-color: #7DF1A0; }
span { border-color: rgb(125,241,160); }
td.TdClassName
{
border-color: #7DF1A0;
}
.TagClassName
{
border-color: #7DF1A0;
}
</style>