Shades of Light Green #7DEA8C
Tints of Light Green #7DEA8C
RGB
CMYK
RGB Variations
Color information
#7DEA8C (or 0x7DEA8C) is known color: Light Green. HEX triplet: 7D, EA and 8C. RGB value is (125,234,140). Sum of RGB (Red+Green+Blue) = 125+234+140=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEA8C is #821573. Grayscale: #BEBEBE. Windows color (decimal): -8525172 or 9235069. OLE color: 9235069.
HSL color Cylindrical-coordinate representation of color #7DEA8C: hue angle of 128.26º 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 #7DEA8C is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 234 | 140 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.08 |
| HSL | 128.26º | 0.72% | 0.7% | - |
| HSV(B) | 128.26º | 0.47% | 0.92% | - |
| XYZ | 42.61 | 65.1 | 35.13 | - |
| YUV | 190.69 | 99.39 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 234 | 140 | 0.47 | 0 | 0.40 | 0.08 | 128.26 | 0.72 | 0.7 |
| Hex | 7D | EA | 8C | 2F | 0 | 28 | 8 | 80 | 48 | 46 |
| Octal | 175 | 352 | 214 | 57 | 0 | 50 | 10 | 200 | 110 | 106 |
| Binary | 1111101 | 11101010 | 10001100 | 101111 | 0 | 101000 | 1000 | 10000000 | 1001000 | 1000110 |
Color Harmonies of #7DEA8C
Complementary color
Monochromatic Colors of #7DEA8C
Black with #7DEA8C
Text Example
Text Example
White with #7DEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEA8C; }
p { color: rgb(125,234,140); }
H1.HeaderClassName
{
color: #7DEA8C;
}
.AnyTagClassName
{
color: #7DEA8C;
}
</style>
background-color css
<style>
a { background-color: #7DEA8C; }
a { background-color: rgb(125,234,140); }
div.DivClassName
{
background-color: #7DEA8C;
}
.BgClassName
{
background-color: #7DEA8C;
}
</style>
border-color css
<style>
span { border-color: #7DEA8C; }
span { border-color: rgb(125,234,140); }
td.TdClassName
{
border-color: #7DEA8C;
}
.TagClassName
{
border-color: #7DEA8C;
}
</style>