Shades of Light Green #7DFE8C
Tints of Light Green #7DFE8C
RGB
CMYK
RGB Variations
Color information
#7DFE8C (or 0x7DFE8C) is known color: Light Green. HEX triplet: 7D, FE and 8C. RGB value is (125,254,140). Sum of RGB (Red+Green+Blue) = 125+254+140=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFE8C is #820173. Grayscale: #CACACA. Windows color (decimal): -8520052 or 9240189. OLE color: 9240189.
HSL color Cylindrical-coordinate representation of color #7DFE8C: hue angle of 126.98º 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 #7DFE8C is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 140 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.00 |
| HSL | 126.98º | 0.98% | 0.74% | - |
| HSV(B) | 126.98º | 0.51% | 1% | - |
| XYZ | 48.63 | 77.14 | 37.14 | - |
| YUV | 202.43 | 92.76 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 140 | 0.51 | 0 | 0.45 | 0.00 | 126.98 | 0.98 | 0.74 |
| Hex | 7D | FE | 8C | 33 | 0 | 2D | 0 | 7F | 62 | 4A |
| Octal | 175 | 376 | 214 | 63 | 0 | 55 | 0 | 177 | 142 | 112 |
| Binary | 1111101 | 11111110 | 10001100 | 110011 | 0 | 101101 | 0 | 1111111 | 1100010 | 1001010 |
Color Harmonies of #7DFE8C
Complementary color
Monochromatic Colors of #7DFE8C
Black with #7DFE8C
Text Example
Text Example
White with #7DFE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFE8C; }
p { color: rgb(125,254,140); }
H1.HeaderClassName
{
color: #7DFE8C;
}
.AnyTagClassName
{
color: #7DFE8C;
}
</style>
background-color css
<style>
a { background-color: #7DFE8C; }
a { background-color: rgb(125,254,140); }
div.DivClassName
{
background-color: #7DFE8C;
}
.BgClassName
{
background-color: #7DFE8C;
}
</style>
border-color css
<style>
span { border-color: #7DFE8C; }
span { border-color: rgb(125,254,140); }
td.TdClassName
{
border-color: #7DFE8C;
}
.TagClassName
{
border-color: #7DFE8C;
}
</style>