Shades of Light Green #7DEA9C
Tints of Light Green #7DEA9C
RGB
CMYK
RGB Variations
Color information
#7DEA9C (or 0x7DEA9C) is known color: Light Green. HEX triplet: 7D, EA and 9C. RGB value is (125,234,156). Sum of RGB (Red+Green+Blue) = 125+234+156=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEA9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEA9C is #821563. Grayscale: #C0C0C0. Windows color (decimal): -8525156 or 10283645. OLE color: 10283645.
HSL color Cylindrical-coordinate representation of color #7DEA9C: hue angle of 137.06º 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 #7DEA9C is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 234 | 156 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.08 |
| HSL | 137.06º | 0.72% | 0.7% | - |
| HSV(B) | 137.06º | 0.47% | 0.92% | - |
| XYZ | 43.88 | 65.61 | 41.8 | - |
| YUV | 192.52 | 107.39 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 234 | 156 | 0.47 | 0 | 0.33 | 0.08 | 137.06 | 0.72 | 0.7 |
| Hex | 7D | EA | 9C | 2F | 0 | 21 | 8 | 89 | 48 | 46 |
| Octal | 175 | 352 | 234 | 57 | 0 | 41 | 10 | 211 | 110 | 106 |
| Binary | 1111101 | 11101010 | 10011100 | 101111 | 0 | 100001 | 1000 | 10001001 | 1001000 | 1000110 |
Color Harmonies of #7DEA9C
Complementary color
Monochromatic Colors of #7DEA9C
Black with #7DEA9C
Text Example
Text Example
White with #7DEA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEA9C; }
p { color: rgb(125,234,156); }
H1.HeaderClassName
{
color: #7DEA9C;
}
.AnyTagClassName
{
color: #7DEA9C;
}
</style>
background-color css
<style>
a { background-color: #7DEA9C; }
a { background-color: rgb(125,234,156); }
div.DivClassName
{
background-color: #7DEA9C;
}
.BgClassName
{
background-color: #7DEA9C;
}
</style>
border-color css
<style>
span { border-color: #7DEA9C; }
span { border-color: rgb(125,234,156); }
td.TdClassName
{
border-color: #7DEA9C;
}
.TagClassName
{
border-color: #7DEA9C;
}
</style>