Shades of Light Green #7DFC8E
Tints of Light Green #7DFC8E
RGB
CMYK
RGB Variations
Color information
#7DFC8E (or 0x7DFC8E) is known color: Light Green. HEX triplet: 7D, FC and 8E. RGB value is (125,252,142). Sum of RGB (Red+Green+Blue) = 125+252+142=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFC8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFC8E is #820371. Grayscale: #C9C9C9. Windows color (decimal): -8520562 or 9370749. OLE color: 9370749.
HSL color Cylindrical-coordinate representation of color #7DFC8E: hue angle of 128.03º 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 #7DFC8E is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 252 | 142 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.01 |
| HSL | 128.03º | 0.95% | 0.74% | - |
| HSV(B) | 128.03º | 0.5% | 0.99% | - |
| XYZ | 48.15 | 75.93 | 37.71 | - |
| YUV | 201.49 | 94.42 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 252 | 142 | 0.50 | 0 | 0.44 | 0.01 | 128.03 | 0.95 | 0.74 |
| Hex | 7D | FC | 8E | 32 | 0 | 2C | 1 | 80 | 5F | 4A |
| Octal | 175 | 374 | 216 | 62 | 0 | 54 | 1 | 200 | 137 | 112 |
| Binary | 1111101 | 11111100 | 10001110 | 110010 | 0 | 101100 | 1 | 10000000 | 1011111 | 1001010 |
Color Harmonies of #7DFC8E
Complementary color
Monochromatic Colors of #7DFC8E
Black with #7DFC8E
Text Example
Text Example
White with #7DFC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFC8E; }
p { color: rgb(125,252,142); }
H1.HeaderClassName
{
color: #7DFC8E;
}
.AnyTagClassName
{
color: #7DFC8E;
}
</style>
background-color css
<style>
a { background-color: #7DFC8E; }
a { background-color: rgb(125,252,142); }
div.DivClassName
{
background-color: #7DFC8E;
}
.BgClassName
{
background-color: #7DFC8E;
}
</style>
border-color css
<style>
span { border-color: #7DFC8E; }
span { border-color: rgb(125,252,142); }
td.TdClassName
{
border-color: #7DFC8E;
}
.TagClassName
{
border-color: #7DFC8E;
}
</style>