Shades of Light Green #7DFE92
Tints of Light Green #7DFE92
RGB
CMYK
RGB Variations
Color information
#7DFE92 (or 0x7DFE92) is known color: Light Green. HEX triplet: 7D, FE and 92. RGB value is (125,254,146). Sum of RGB (Red+Green+Blue) = 125+254+146=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFE92 is #82016D. Grayscale: #CBCBCB. Windows color (decimal): -8520046 or 9633405. OLE color: 9633405.
HSL color Cylindrical-coordinate representation of color #7DFE92: hue angle of 129.77º 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 #7DFE92 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 254 | 146 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.00 |
| HSL | 129.77º | 0.98% | 0.74% | - |
| HSV(B) | 129.77º | 0.51% | 1% | - |
| XYZ | 49.09 | 77.32 | 39.53 | - |
| YUV | 203.12 | 95.76 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 254 | 146 | 0.51 | 0 | 0.43 | 0.00 | 129.77 | 0.98 | 0.74 |
| Hex | 7D | FE | 92 | 33 | 0 | 2B | 0 | 82 | 62 | 4A |
| Octal | 175 | 376 | 222 | 63 | 0 | 53 | 0 | 202 | 142 | 112 |
| Binary | 1111101 | 11111110 | 10010010 | 110011 | 0 | 101011 | 0 | 10000010 | 1100010 | 1001010 |
Color Harmonies of #7DFE92
Complementary color
Monochromatic Colors of #7DFE92
Black with #7DFE92
Text Example
Text Example
White with #7DFE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFE92; }
p { color: rgb(125,254,146); }
H1.HeaderClassName
{
color: #7DFE92;
}
.AnyTagClassName
{
color: #7DFE92;
}
</style>
background-color css
<style>
a { background-color: #7DFE92; }
a { background-color: rgb(125,254,146); }
div.DivClassName
{
background-color: #7DFE92;
}
.BgClassName
{
background-color: #7DFE92;
}
</style>
border-color css
<style>
span { border-color: #7DFE92; }
span { border-color: rgb(125,254,146); }
td.TdClassName
{
border-color: #7DFE92;
}
.TagClassName
{
border-color: #7DFE92;
}
</style>