Shades of Light Green #7DFC7D
Tints of Light Green #7DFC7D
RGB
CMYK
RGB Variations
Color information
#7DFC7D (or 0x7DFC7D) is known color: Light Green. HEX triplet: 7D, FC and 7D. RGB value is (125,252,125). Sum of RGB (Red+Green+Blue) = 125+252+125=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFC7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DFC7D is #820382. Grayscale: #C7C7C7. Windows color (decimal): -8520579 or 8256637. OLE color: 8256637.
HSL color Cylindrical-coordinate representation of color #7DFC7D: hue angle of 120º 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 #7DFC7D is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 252 | 125 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.01 |
| HSL | 120º | 0.95% | 0.74% | - |
| HSV(B) | 120º | 0.5% | 0.99% | - |
| XYZ | 46.97 | 75.46 | 31.49 | - |
| YUV | 199.55 | 85.92 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 252 | 125 | 0.50 | 0 | 0.50 | 0.01 | 120 | 0.95 | 0.74 |
| Hex | 7D | FC | 7D | 32 | 0 | 32 | 1 | 78 | 5F | 4A |
| Octal | 175 | 374 | 175 | 62 | 0 | 62 | 1 | 170 | 137 | 112 |
| Binary | 1111101 | 11111100 | 1111101 | 110010 | 0 | 110010 | 1 | 1111000 | 1011111 | 1001010 |
Color Harmonies of #7DFC7D
Complementary color
Monochromatic Colors of #7DFC7D
Black with #7DFC7D
Text Example
Text Example
White with #7DFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFC7D; }
p { color: rgb(125,252,125); }
H1.HeaderClassName
{
color: #7DFC7D;
}
.AnyTagClassName
{
color: #7DFC7D;
}
</style>
background-color css
<style>
a { background-color: #7DFC7D; }
a { background-color: rgb(125,252,125); }
div.DivClassName
{
background-color: #7DFC7D;
}
.BgClassName
{
background-color: #7DFC7D;
}
</style>
border-color css
<style>
span { border-color: #7DFC7D; }
span { border-color: rgb(125,252,125); }
td.TdClassName
{
border-color: #7DFC7D;
}
.TagClassName
{
border-color: #7DFC7D;
}
</style>