Shades of Light Green #7DE78E
Tints of Light Green #7DE78E
RGB
CMYK
RGB Variations
Color information
#7DE78E (or 0x7DE78E) is known color: Light Green. HEX triplet: 7D, E7 and 8E. RGB value is (125,231,142). Sum of RGB (Red+Green+Blue) = 125+231+142=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE78E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DE78E is #821871. Grayscale: #BDBDBD. Windows color (decimal): -8525938 or 9365373. OLE color: 9365373.
HSL color Cylindrical-coordinate representation of color #7DE78E: hue angle of 129.62º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE78E is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 231 | 142 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.09 |
| HSL | 129.62º | 0.69% | 0.7% | - |
| HSV(B) | 129.62º | 0.46% | 0.91% | - |
| XYZ | 41.92 | 63.46 | 35.63 | - |
| YUV | 189.16 | 101.38 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 231 | 142 | 0.46 | 0 | 0.39 | 0.09 | 129.62 | 0.69 | 0.7 |
| Hex | 7D | E7 | 8E | 2E | 0 | 27 | 9 | 82 | 45 | 46 |
| Octal | 175 | 347 | 216 | 56 | 0 | 47 | 11 | 202 | 105 | 106 |
| Binary | 1111101 | 11100111 | 10001110 | 101110 | 0 | 100111 | 1001 | 10000010 | 1000101 | 1000110 |
Color Harmonies of #7DE78E
Complementary color
Monochromatic Colors of #7DE78E
Black with #7DE78E
Text Example
Text Example
White with #7DE78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE78E; }
p { color: rgb(125,231,142); }
H1.HeaderClassName
{
color: #7DE78E;
}
.AnyTagClassName
{
color: #7DE78E;
}
</style>
background-color css
<style>
a { background-color: #7DE78E; }
a { background-color: rgb(125,231,142); }
div.DivClassName
{
background-color: #7DE78E;
}
.BgClassName
{
background-color: #7DE78E;
}
</style>
border-color css
<style>
span { border-color: #7DE78E; }
span { border-color: rgb(125,231,142); }
td.TdClassName
{
border-color: #7DE78E;
}
.TagClassName
{
border-color: #7DE78E;
}
</style>