Shades of Light Green #7DEA92
Tints of Light Green #7DEA92
RGB
CMYK
RGB Variations
Color information
#7DEA92 (or 0x7DEA92) is known color: Light Green. HEX triplet: 7D, EA and 92. RGB value is (125,234,146). Sum of RGB (Red+Green+Blue) = 125+234+146=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEA92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEA92 is #82156D. Grayscale: #BFBFBF. Windows color (decimal): -8525166 or 9628285. OLE color: 9628285.
HSL color Cylindrical-coordinate representation of color #7DEA92: hue angle of 131.56º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEA92 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 234 | 146 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.08 |
| HSL | 131.56º | 0.72% | 0.7% | - |
| HSV(B) | 131.56º | 0.47% | 0.92% | - |
| XYZ | 43.07 | 65.28 | 37.52 | - |
| YUV | 191.38 | 102.39 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 234 | 146 | 0.47 | 0 | 0.38 | 0.08 | 131.56 | 0.72 | 0.7 |
| Hex | 7D | EA | 92 | 2F | 0 | 26 | 8 | 84 | 48 | 46 |
| Octal | 175 | 352 | 222 | 57 | 0 | 46 | 10 | 204 | 110 | 106 |
| Binary | 1111101 | 11101010 | 10010010 | 101111 | 0 | 100110 | 1000 | 10000100 | 1001000 | 1000110 |
Color Harmonies of #7DEA92
Complementary color
Monochromatic Colors of #7DEA92
Black with #7DEA92
Text Example
Text Example
White with #7DEA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEA92; }
p { color: rgb(125,234,146); }
H1.HeaderClassName
{
color: #7DEA92;
}
.AnyTagClassName
{
color: #7DEA92;
}
</style>
background-color css
<style>
a { background-color: #7DEA92; }
a { background-color: rgb(125,234,146); }
div.DivClassName
{
background-color: #7DEA92;
}
.BgClassName
{
background-color: #7DEA92;
}
</style>
border-color css
<style>
span { border-color: #7DEA92; }
span { border-color: rgb(125,234,146); }
td.TdClassName
{
border-color: #7DEA92;
}
.TagClassName
{
border-color: #7DEA92;
}
</style>