Shades of Light Green #7DEE94
Tints of Light Green #7DEE94
RGB
CMYK
RGB Variations
Color information
#7DEE94 (or 0x7DEE94) is known color: Light Green. HEX triplet: 7D, EE and 94. RGB value is (125,238,148). Sum of RGB (Red+Green+Blue) = 125+238+148=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEE94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEE94 is #82116B. Grayscale: #C2C2C2. Windows color (decimal): -8524140 or 9760381. OLE color: 9760381.
HSL color Cylindrical-coordinate representation of color #7DEE94: hue angle of 132.21º degrees, saturation: 0.77, 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 #7DEE94 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 238 | 148 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.07 |
| HSL | 132.21º | 0.77% | 0.71% | - |
| HSV(B) | 132.21º | 0.47% | 0.93% | - |
| XYZ | 44.38 | 67.65 | 38.74 | - |
| YUV | 193.95 | 102.06 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 238 | 148 | 0.47 | 0 | 0.38 | 0.07 | 132.21 | 0.77 | 0.71 |
| Hex | 7D | EE | 94 | 2F | 0 | 26 | 7 | 84 | 4D | 47 |
| Octal | 175 | 356 | 224 | 57 | 0 | 46 | 7 | 204 | 115 | 107 |
| Binary | 1111101 | 11101110 | 10010100 | 101111 | 0 | 100110 | 111 | 10000100 | 1001101 | 1000111 |
Color Harmonies of #7DEE94
Complementary color
Monochromatic Colors of #7DEE94
Black with #7DEE94
Text Example
Text Example
White with #7DEE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEE94; }
p { color: rgb(125,238,148); }
H1.HeaderClassName
{
color: #7DEE94;
}
.AnyTagClassName
{
color: #7DEE94;
}
</style>
background-color css
<style>
a { background-color: #7DEE94; }
a { background-color: rgb(125,238,148); }
div.DivClassName
{
background-color: #7DEE94;
}
.BgClassName
{
background-color: #7DEE94;
}
</style>
border-color css
<style>
span { border-color: #7DEE94; }
span { border-color: rgb(125,238,148); }
td.TdClassName
{
border-color: #7DEE94;
}
.TagClassName
{
border-color: #7DEE94;
}
</style>