Shades of Light Green #7EED8F
Tints of Light Green #7EED8F
RGB
CMYK
RGB Variations
Color information
#7EED8F (or 0x7EED8F) is known color: Light Green. HEX triplet: 7E, ED and 8F. RGB value is (126,237,143). Sum of RGB (Red+Green+Blue) = 126+237+143=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #7EED8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EED8F is #811270. Grayscale: #C1C1C1. Windows color (decimal): -8458865 or 9432446. OLE color: 9432446.
HSL color Cylindrical-coordinate representation of color #7EED8F: hue angle of 129.19º degrees, saturation: 0.76, 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 #7EED8F is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 237 | 143 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.07 |
| HSL | 129.19º | 0.76% | 0.71% | - |
| HSV(B) | 129.19º | 0.47% | 0.93% | - |
| XYZ | 43.85 | 66.99 | 36.61 | - |
| YUV | 193.1 | 99.73 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 237 | 143 | 0.47 | 0 | 0.40 | 0.07 | 129.19 | 0.76 | 0.71 |
| Hex | 7E | ED | 8F | 2F | 0 | 28 | 7 | 81 | 4C | 47 |
| Octal | 176 | 355 | 217 | 57 | 0 | 50 | 7 | 201 | 114 | 107 |
| Binary | 1111110 | 11101101 | 10001111 | 101111 | 0 | 101000 | 111 | 10000001 | 1001100 | 1000111 |
Color Harmonies of #7EED8F
Complementary color
Monochromatic Colors of #7EED8F
Black with #7EED8F
Text Example
Text Example
White with #7EED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EED8F; }
p { color: rgb(126,237,143); }
H1.HeaderClassName
{
color: #7EED8F;
}
.AnyTagClassName
{
color: #7EED8F;
}
</style>
background-color css
<style>
a { background-color: #7EED8F; }
a { background-color: rgb(126,237,143); }
div.DivClassName
{
background-color: #7EED8F;
}
.BgClassName
{
background-color: #7EED8F;
}
</style>
border-color css
<style>
span { border-color: #7EED8F; }
span { border-color: rgb(126,237,143); }
td.TdClassName
{
border-color: #7EED8F;
}
.TagClassName
{
border-color: #7EED8F;
}
</style>