Shades of Light Green #7DEC8E
Tints of Light Green #7DEC8E
RGB
CMYK
RGB Variations
Color information
#7DEC8E (or 0x7DEC8E) is known color: Light Green. HEX triplet: 7D, EC and 8E. RGB value is (125,236,142). Sum of RGB (Red+Green+Blue) = 125+236+142=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEC8E is #821371. Grayscale: #C0C0C0. Windows color (decimal): -8524658 or 9366653. OLE color: 9366653.
HSL color Cylindrical-coordinate representation of color #7DEC8E: hue angle of 129.19º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEC8E is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 236 | 142 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.07 |
| HSL | 129.19º | 0.74% | 0.71% | - |
| HSV(B) | 129.19º | 0.47% | 0.93% | - |
| XYZ | 43.34 | 66.3 | 36.11 | - |
| YUV | 192.1 | 99.73 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 236 | 142 | 0.47 | 0 | 0.40 | 0.07 | 129.19 | 0.74 | 0.71 |
| Hex | 7D | EC | 8E | 2F | 0 | 28 | 7 | 81 | 4A | 47 |
| Octal | 175 | 354 | 216 | 57 | 0 | 50 | 7 | 201 | 112 | 107 |
| Binary | 1111101 | 11101100 | 10001110 | 101111 | 0 | 101000 | 111 | 10000001 | 1001010 | 1000111 |
Color Harmonies of #7DEC8E
Complementary color
Monochromatic Colors of #7DEC8E
Black with #7DEC8E
Text Example
Text Example
White with #7DEC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEC8E; }
p { color: rgb(125,236,142); }
H1.HeaderClassName
{
color: #7DEC8E;
}
.AnyTagClassName
{
color: #7DEC8E;
}
</style>
background-color css
<style>
a { background-color: #7DEC8E; }
a { background-color: rgb(125,236,142); }
div.DivClassName
{
background-color: #7DEC8E;
}
.BgClassName
{
background-color: #7DEC8E;
}
</style>
border-color css
<style>
span { border-color: #7DEC8E; }
span { border-color: rgb(125,236,142); }
td.TdClassName
{
border-color: #7DEC8E;
}
.TagClassName
{
border-color: #7DEC8E;
}
</style>