Shades of Light Green #7DFE8D
Tints of Light Green #7DFE8D
RGB
CMYK
RGB Variations
Color information
#7DFE8D (or 0x7DFE8D) is known color: Light Green. HEX triplet: 7D, FE and 8D. RGB value is (125,254,141). Sum of RGB (Red+Green+Blue) = 125+254+141=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFE8D is #820172. Grayscale: #CACACA. Windows color (decimal): -8520051 or 9305725. OLE color: 9305725.
HSL color Cylindrical-coordinate representation of color #7DFE8D: hue angle of 127.44º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFE8D is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 141 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.00 |
| HSL | 127.44º | 0.98% | 0.74% | - |
| HSV(B) | 127.44º | 0.51% | 1% | - |
| XYZ | 48.71 | 77.17 | 37.53 | - |
| YUV | 202.55 | 93.26 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 141 | 0.51 | 0 | 0.44 | 0.00 | 127.44 | 0.98 | 0.74 |
| Hex | 7D | FE | 8D | 33 | 0 | 2C | 0 | 7F | 62 | 4A |
| Octal | 175 | 376 | 215 | 63 | 0 | 54 | 0 | 177 | 142 | 112 |
| Binary | 1111101 | 11111110 | 10001101 | 110011 | 0 | 101100 | 0 | 1111111 | 1100010 | 1001010 |
Color Harmonies of #7DFE8D
Complementary color
Monochromatic Colors of #7DFE8D
Black with #7DFE8D
Text Example
Text Example
White with #7DFE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFE8D; }
p { color: rgb(125,254,141); }
H1.HeaderClassName
{
color: #7DFE8D;
}
.AnyTagClassName
{
color: #7DFE8D;
}
</style>
background-color css
<style>
a { background-color: #7DFE8D; }
a { background-color: rgb(125,254,141); }
div.DivClassName
{
background-color: #7DFE8D;
}
.BgClassName
{
background-color: #7DFE8D;
}
</style>
border-color css
<style>
span { border-color: #7DFE8D; }
span { border-color: rgb(125,254,141); }
td.TdClassName
{
border-color: #7DFE8D;
}
.TagClassName
{
border-color: #7DFE8D;
}
</style>