Shades of Light Green #7EE096
Tints of Light Green #7EE096
RGB
CMYK
RGB Variations
Color information
#7EE096 (or 0x7EE096) is known color: Light Green. HEX triplet: 7E, E0 and 96. RGB value is (126,224,150). Sum of RGB (Red+Green+Blue) = 126+224+150=500 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.2% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE096 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE096 is #811F69. Grayscale: #BABABA. Windows color (decimal): -8462186 or 9887870. OLE color: 9887870.
HSL color Cylindrical-coordinate representation of color #7EE096: hue angle of 134.69º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE096 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 224 | 150 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.12 |
| HSL | 134.69º | 0.61% | 0.69% | - |
| HSV(B) | 134.69º | 0.44% | 0.88% | - |
| XYZ | 40.76 | 59.95 | 38.28 | - |
| YUV | 186.26 | 107.53 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 224 | 150 | 0.44 | 0 | 0.33 | 0.12 | 134.69 | 0.61 | 0.69 |
| Hex | 7E | E0 | 96 | 2C | 0 | 21 | C | 87 | 3D | 45 |
| Octal | 176 | 340 | 226 | 54 | 0 | 41 | 14 | 207 | 75 | 105 |
| Binary | 1111110 | 11100000 | 10010110 | 101100 | 0 | 100001 | 1100 | 10000111 | 111101 | 1000101 |
Color Harmonies of #7EE096
Complementary color
Monochromatic Colors of #7EE096
Black with #7EE096
Text Example
Text Example
White with #7EE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE096; }
p { color: rgb(126,224,150); }
H1.HeaderClassName
{
color: #7EE096;
}
.AnyTagClassName
{
color: #7EE096;
}
</style>
background-color css
<style>
a { background-color: #7EE096; }
a { background-color: rgb(126,224,150); }
div.DivClassName
{
background-color: #7EE096;
}
.BgClassName
{
background-color: #7EE096;
}
</style>
border-color css
<style>
span { border-color: #7EE096; }
span { border-color: rgb(126,224,150); }
td.TdClassName
{
border-color: #7EE096;
}
.TagClassName
{
border-color: #7EE096;
}
</style>