Shades of Light Green #7DFE91
Tints of Light Green #7DFE91
RGB
CMYK
RGB Variations
Color information
#7DFE91 (or 0x7DFE91) is known color: Light Green. HEX triplet: 7D, FE and 91. RGB value is (125,254,145). Sum of RGB (Red+Green+Blue) = 125+254+145=524 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.85% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFE91 is #82016E. Grayscale: #CBCBCB. Windows color (decimal): -8520047 or 9567869. OLE color: 9567869.
HSL color Cylindrical-coordinate representation of color #7DFE91: hue angle of 129.3º 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 #7DFE91 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 145 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.00 |
| HSL | 129.3º | 0.98% | 0.74% | - |
| HSV(B) | 129.3º | 0.51% | 1% | - |
| XYZ | 49.01 | 77.29 | 39.12 | - |
| YUV | 203 | 95.26 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 145 | 0.51 | 0 | 0.43 | 0.00 | 129.3 | 0.98 | 0.74 |
| Hex | 7D | FE | 91 | 33 | 0 | 2B | 0 | 81 | 62 | 4A |
| Octal | 175 | 376 | 221 | 63 | 0 | 53 | 0 | 201 | 142 | 112 |
| Binary | 1111101 | 11111110 | 10010001 | 110011 | 0 | 101011 | 0 | 10000001 | 1100010 | 1001010 |
Color Harmonies of #7DFE91
Complementary color
Monochromatic Colors of #7DFE91
Black with #7DFE91
Text Example
Text Example
White with #7DFE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFE91; }
p { color: rgb(125,254,145); }
H1.HeaderClassName
{
color: #7DFE91;
}
.AnyTagClassName
{
color: #7DFE91;
}
</style>
background-color css
<style>
a { background-color: #7DFE91; }
a { background-color: rgb(125,254,145); }
div.DivClassName
{
background-color: #7DFE91;
}
.BgClassName
{
background-color: #7DFE91;
}
</style>
border-color css
<style>
span { border-color: #7DFE91; }
span { border-color: rgb(125,254,145); }
td.TdClassName
{
border-color: #7DFE91;
}
.TagClassName
{
border-color: #7DFE91;
}
</style>