Shades of Light Green #7DE69C
Tints of Light Green #7DE69C
RGB
CMYK
RGB Variations
Color information
#7DE69C (or 0x7DE69C) is known color: Light Green. HEX triplet: 7D, E6 and 9C. RGB value is (125,230,156). Sum of RGB (Red+Green+Blue) = 125+230+156=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #7DE69C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DE69C is #821963. Grayscale: #BEBEBE. Windows color (decimal): -8526180 or 10282621. OLE color: 10282621.
HSL color Cylindrical-coordinate representation of color #7DE69C: hue angle of 137.71º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE69C is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 230 | 156 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.10 |
| HSL | 137.71º | 0.68% | 0.7% | - |
| HSV(B) | 137.71º | 0.46% | 0.9% | - |
| XYZ | 42.76 | 63.35 | 41.43 | - |
| YUV | 190.17 | 108.71 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 230 | 156 | 0.46 | 0 | 0.32 | 0.10 | 137.71 | 0.68 | 0.7 |
| Hex | 7D | E6 | 9C | 2E | 0 | 20 | A | 8A | 44 | 46 |
| Octal | 175 | 346 | 234 | 56 | 0 | 40 | 12 | 212 | 104 | 106 |
| Binary | 1111101 | 11100110 | 10011100 | 101110 | 0 | 100000 | 1010 | 10001010 | 1000100 | 1000110 |
Color Harmonies of #7DE69C
Complementary color
Monochromatic Colors of #7DE69C
Black with #7DE69C
Text Example
Text Example
White with #7DE69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE69C; }
p { color: rgb(125,230,156); }
H1.HeaderClassName
{
color: #7DE69C;
}
.AnyTagClassName
{
color: #7DE69C;
}
</style>
background-color css
<style>
a { background-color: #7DE69C; }
a { background-color: rgb(125,230,156); }
div.DivClassName
{
background-color: #7DE69C;
}
.BgClassName
{
background-color: #7DE69C;
}
</style>
border-color css
<style>
span { border-color: #7DE69C; }
span { border-color: rgb(125,230,156); }
td.TdClassName
{
border-color: #7DE69C;
}
.TagClassName
{
border-color: #7DE69C;
}
</style>