Shades of Light Green #7DEA8E
Tints of Light Green #7DEA8E
RGB
CMYK
RGB Variations
Color information
#7DEA8E (or 0x7DEA8E) is known color: Light Green. HEX triplet: 7D, EA and 8E. RGB value is (125,234,142). Sum of RGB (Red+Green+Blue) = 125+234+142=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEA8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEA8E is #821571. Grayscale: #BFBFBF. Windows color (decimal): -8525170 or 9366141. OLE color: 9366141.
HSL color Cylindrical-coordinate representation of color #7DEA8E: hue angle of 129.36º 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 #7DEA8E is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 234 | 142 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.08 |
| HSL | 129.36º | 0.72% | 0.7% | - |
| HSV(B) | 129.36º | 0.47% | 0.92% | - |
| XYZ | 42.76 | 65.16 | 35.91 | - |
| YUV | 190.92 | 100.39 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 234 | 142 | 0.47 | 0 | 0.39 | 0.08 | 129.36 | 0.72 | 0.7 |
| Hex | 7D | EA | 8E | 2F | 0 | 27 | 8 | 81 | 48 | 46 |
| Octal | 175 | 352 | 216 | 57 | 0 | 47 | 10 | 201 | 110 | 106 |
| Binary | 1111101 | 11101010 | 10001110 | 101111 | 0 | 100111 | 1000 | 10000001 | 1001000 | 1000110 |
Color Harmonies of #7DEA8E
Complementary color
Monochromatic Colors of #7DEA8E
Black with #7DEA8E
Text Example
Text Example
White with #7DEA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEA8E; }
p { color: rgb(125,234,142); }
H1.HeaderClassName
{
color: #7DEA8E;
}
.AnyTagClassName
{
color: #7DEA8E;
}
</style>
background-color css
<style>
a { background-color: #7DEA8E; }
a { background-color: rgb(125,234,142); }
div.DivClassName
{
background-color: #7DEA8E;
}
.BgClassName
{
background-color: #7DEA8E;
}
</style>
border-color css
<style>
span { border-color: #7DEA8E; }
span { border-color: rgb(125,234,142); }
td.TdClassName
{
border-color: #7DEA8E;
}
.TagClassName
{
border-color: #7DEA8E;
}
</style>