Shades of Light Green #7DFA7D
Tints of Light Green #7DFA7D
RGB
CMYK
RGB Variations
Color information
#7DFA7D (or 0x7DFA7D) is known color: Light Green. HEX triplet: 7D, FA and 7D. RGB value is (125,250,125). Sum of RGB (Red+Green+Blue) = 125+250+125=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DFA7D is #820582. Grayscale: #C6C6C6. Windows color (decimal): -8521091 or 8256125. OLE color: 8256125.
HSL color Cylindrical-coordinate representation of color #7DFA7D: hue angle of 120º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFA7D is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 250 | 125 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.02 |
| HSL | 120º | 0.93% | 0.74% | - |
| HSV(B) | 120º | 0.5% | 0.98% | - |
| XYZ | 46.34 | 74.21 | 31.28 | - |
| YUV | 198.38 | 86.59 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 250 | 125 | 0.50 | 0 | 0.50 | 0.02 | 120 | 0.93 | 0.74 |
| Hex | 7D | FA | 7D | 32 | 0 | 32 | 2 | 78 | 5D | 4A |
| Octal | 175 | 372 | 175 | 62 | 0 | 62 | 2 | 170 | 135 | 112 |
| Binary | 1111101 | 11111010 | 1111101 | 110010 | 0 | 110010 | 10 | 1111000 | 1011101 | 1001010 |
Color Harmonies of #7DFA7D
Complementary color
Monochromatic Colors of #7DFA7D
Black with #7DFA7D
Text Example
Text Example
White with #7DFA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFA7D; }
p { color: rgb(125,250,125); }
H1.HeaderClassName
{
color: #7DFA7D;
}
.AnyTagClassName
{
color: #7DFA7D;
}
</style>
background-color css
<style>
a { background-color: #7DFA7D; }
a { background-color: rgb(125,250,125); }
div.DivClassName
{
background-color: #7DFA7D;
}
.BgClassName
{
background-color: #7DFA7D;
}
</style>
border-color css
<style>
span { border-color: #7DFA7D; }
span { border-color: rgb(125,250,125); }
td.TdClassName
{
border-color: #7DFA7D;
}
.TagClassName
{
border-color: #7DFA7D;
}
</style>