Shades of Light Green #7DFC8D
Tints of Light Green #7DFC8D
RGB
CMYK
RGB Variations
Color information
#7DFC8D (or 0x7DFC8D) is known color: Light Green. HEX triplet: 7D, FC and 8D. RGB value is (125,252,141). Sum of RGB (Red+Green+Blue) = 125+252+141=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFC8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFC8D is #820372. Grayscale: #C9C9C9. Windows color (decimal): -8520563 or 9305213. OLE color: 9305213.
HSL color Cylindrical-coordinate representation of color #7DFC8D: hue angle of 127.56º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFC8D is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 252 | 141 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.01 |
| HSL | 127.56º | 0.95% | 0.74% | - |
| HSV(B) | 127.56º | 0.5% | 0.99% | - |
| XYZ | 48.08 | 75.9 | 37.32 | - |
| YUV | 201.37 | 93.92 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 252 | 141 | 0.50 | 0 | 0.44 | 0.01 | 127.56 | 0.95 | 0.74 |
| Hex | 7D | FC | 8D | 32 | 0 | 2C | 1 | 80 | 5F | 4A |
| Octal | 175 | 374 | 215 | 62 | 0 | 54 | 1 | 200 | 137 | 112 |
| Binary | 1111101 | 11111100 | 10001101 | 110010 | 0 | 101100 | 1 | 10000000 | 1011111 | 1001010 |
Color Harmonies of #7DFC8D
Complementary color
Monochromatic Colors of #7DFC8D
Black with #7DFC8D
Text Example
Text Example
White with #7DFC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFC8D; }
p { color: rgb(125,252,141); }
H1.HeaderClassName
{
color: #7DFC8D;
}
.AnyTagClassName
{
color: #7DFC8D;
}
</style>
background-color css
<style>
a { background-color: #7DFC8D; }
a { background-color: rgb(125,252,141); }
div.DivClassName
{
background-color: #7DFC8D;
}
.BgClassName
{
background-color: #7DFC8D;
}
</style>
border-color css
<style>
span { border-color: #7DFC8D; }
span { border-color: rgb(125,252,141); }
td.TdClassName
{
border-color: #7DFC8D;
}
.TagClassName
{
border-color: #7DFC8D;
}
</style>