Shades of Light Green #7DEC8F
Tints of Light Green #7DEC8F
RGB
CMYK
RGB Variations
Color information
#7DEC8F (or 0x7DEC8F) is known color: Light Green. HEX triplet: 7D, EC and 8F. RGB value is (125,236,143). Sum of RGB (Red+Green+Blue) = 125+236+143=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEC8F is #821370. Grayscale: #C0C0C0. Windows color (decimal): -8524657 or 9432189. OLE color: 9432189.
HSL color Cylindrical-coordinate representation of color #7DEC8F: hue angle of 129.73º degrees, saturation: 0.74, 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 #7DEC8F is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 236 | 143 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.07 |
| HSL | 129.73º | 0.74% | 0.71% | - |
| HSV(B) | 129.73º | 0.47% | 0.93% | - |
| XYZ | 43.41 | 66.33 | 36.5 | - |
| YUV | 192.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 236 | 143 | 0.47 | 0 | 0.39 | 0.07 | 129.73 | 0.74 | 0.71 |
| Hex | 7D | EC | 8F | 2F | 0 | 27 | 7 | 82 | 4A | 47 |
| Octal | 175 | 354 | 217 | 57 | 0 | 47 | 7 | 202 | 112 | 107 |
| Binary | 1111101 | 11101100 | 10001111 | 101111 | 0 | 100111 | 111 | 10000010 | 1001010 | 1000111 |
Color Harmonies of #7DEC8F
Complementary color
Monochromatic Colors of #7DEC8F
Black with #7DEC8F
Text Example
Text Example
White with #7DEC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEC8F; }
p { color: rgb(125,236,143); }
H1.HeaderClassName
{
color: #7DEC8F;
}
.AnyTagClassName
{
color: #7DEC8F;
}
</style>
background-color css
<style>
a { background-color: #7DEC8F; }
a { background-color: rgb(125,236,143); }
div.DivClassName
{
background-color: #7DEC8F;
}
.BgClassName
{
background-color: #7DEC8F;
}
</style>
border-color css
<style>
span { border-color: #7DEC8F; }
span { border-color: rgb(125,236,143); }
td.TdClassName
{
border-color: #7DEC8F;
}
.TagClassName
{
border-color: #7DEC8F;
}
</style>