Shades of Light Green #7DFE81
Tints of Light Green #7DFE81
RGB
CMYK
RGB Variations
Color information
#7DFE81 (or 0x7DFE81) is known color: Light Green. HEX triplet: 7D, FE and 81. RGB value is (125,254,129). Sum of RGB (Red+Green+Blue) = 125+254+129=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFE81 is #82017E. Grayscale: #C9C9C9. Windows color (decimal): -8520063 or 8519293. OLE color: 8519293.
HSL color Cylindrical-coordinate representation of color #7DFE81: hue angle of 121.86º 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 #7DFE81 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 129 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.00 |
| HSL | 121.86º | 0.98% | 0.74% | - |
| HSV(B) | 121.86º | 0.51% | 1% | - |
| XYZ | 47.86 | 76.83 | 33.08 | - |
| YUV | 201.18 | 87.26 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 129 | 0.51 | 0 | 0.49 | 0.00 | 121.86 | 0.98 | 0.74 |
| Hex | 7D | FE | 81 | 33 | 0 | 31 | 0 | 7A | 62 | 4A |
| Octal | 175 | 376 | 201 | 63 | 0 | 61 | 0 | 172 | 142 | 112 |
| Binary | 1111101 | 11111110 | 10000001 | 110011 | 0 | 110001 | 0 | 1111010 | 1100010 | 1001010 |
Color Harmonies of #7DFE81
Complementary color
Monochromatic Colors of #7DFE81
Black with #7DFE81
Text Example
Text Example
White with #7DFE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFE81; }
p { color: rgb(125,254,129); }
H1.HeaderClassName
{
color: #7DFE81;
}
.AnyTagClassName
{
color: #7DFE81;
}
</style>
background-color css
<style>
a { background-color: #7DFE81; }
a { background-color: rgb(125,254,129); }
div.DivClassName
{
background-color: #7DFE81;
}
.BgClassName
{
background-color: #7DFE81;
}
</style>
border-color css
<style>
span { border-color: #7DFE81; }
span { border-color: rgb(125,254,129); }
td.TdClassName
{
border-color: #7DFE81;
}
.TagClassName
{
border-color: #7DFE81;
}
</style>