Shades of Light Green #7DEE8F
Tints of Light Green #7DEE8F
RGB
CMYK
RGB Variations
Color information
#7DEE8F (or 0x7DEE8F) is known color: Light Green. HEX triplet: 7D, EE and 8F. RGB value is (125,238,143). Sum of RGB (Red+Green+Blue) = 125+238+143=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEE8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEE8F is #821170. Grayscale: #C1C1C1. Windows color (decimal): -8524145 or 9432701. OLE color: 9432701.
HSL color Cylindrical-coordinate representation of color #7DEE8F: hue angle of 129.56º 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 #7DEE8F is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 238 | 143 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.07 |
| HSL | 129.56º | 0.77% | 0.71% | - |
| HSV(B) | 129.56º | 0.47% | 0.93% | - |
| XYZ | 43.99 | 67.49 | 36.7 | - |
| YUV | 193.38 | 99.56 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 238 | 143 | 0.47 | 0 | 0.40 | 0.07 | 129.56 | 0.77 | 0.71 |
| Hex | 7D | EE | 8F | 2F | 0 | 28 | 7 | 82 | 4D | 47 |
| Octal | 175 | 356 | 217 | 57 | 0 | 50 | 7 | 202 | 115 | 107 |
| Binary | 1111101 | 11101110 | 10001111 | 101111 | 0 | 101000 | 111 | 10000010 | 1001101 | 1000111 |
Color Harmonies of #7DEE8F
Complementary color
Monochromatic Colors of #7DEE8F
Black with #7DEE8F
Text Example
Text Example
White with #7DEE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEE8F; }
p { color: rgb(125,238,143); }
H1.HeaderClassName
{
color: #7DEE8F;
}
.AnyTagClassName
{
color: #7DEE8F;
}
</style>
background-color css
<style>
a { background-color: #7DEE8F; }
a { background-color: rgb(125,238,143); }
div.DivClassName
{
background-color: #7DEE8F;
}
.BgClassName
{
background-color: #7DEE8F;
}
</style>
border-color css
<style>
span { border-color: #7DEE8F; }
span { border-color: rgb(125,238,143); }
td.TdClassName
{
border-color: #7DEE8F;
}
.TagClassName
{
border-color: #7DEE8F;
}
</style>