Shades of Light Green #7DF3A0
Tints of Light Green #7DF3A0
RGB
CMYK
RGB Variations
Color information
#7DF3A0 (or 0x7DF3A0) is known color: Light Green. HEX triplet: 7D, F3 and A0. RGB value is (125,243,160). Sum of RGB (Red+Green+Blue) = 125+243+160=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF3A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF3A0 is #820C5F. Grayscale: #C6C6C6. Windows color (decimal): -8522848 or 10548093. OLE color: 10548093.
HSL color Cylindrical-coordinate representation of color #7DF3A0: hue angle of 137.8º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF3A0 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 160 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.05 |
| HSL | 137.8º | 0.83% | 0.72% | - |
| HSV(B) | 137.8º | 0.49% | 0.95% | - |
| XYZ | 46.85 | 71 | 44.49 | - |
| YUV | 198.26 | 106.41 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 160 | 0.49 | 0 | 0.34 | 0.05 | 137.8 | 0.83 | 0.72 |
| Hex | 7D | F3 | A0 | 31 | 0 | 22 | 5 | 8A | 53 | 48 |
| Octal | 175 | 363 | 240 | 61 | 0 | 42 | 5 | 212 | 123 | 110 |
| Binary | 1111101 | 11110011 | 10100000 | 110001 | 0 | 100010 | 101 | 10001010 | 1010011 | 1001000 |
Color Harmonies of #7DF3A0
Complementary color
Monochromatic Colors of #7DF3A0
Black with #7DF3A0
Text Example
Text Example
White with #7DF3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF3A0; }
p { color: rgb(125,243,160); }
H1.HeaderClassName
{
color: #7DF3A0;
}
.AnyTagClassName
{
color: #7DF3A0;
}
</style>
background-color css
<style>
a { background-color: #7DF3A0; }
a { background-color: rgb(125,243,160); }
div.DivClassName
{
background-color: #7DF3A0;
}
.BgClassName
{
background-color: #7DF3A0;
}
</style>
border-color css
<style>
span { border-color: #7DF3A0; }
span { border-color: rgb(125,243,160); }
td.TdClassName
{
border-color: #7DF3A0;
}
.TagClassName
{
border-color: #7DF3A0;
}
</style>