Shades of Light Green #7EE095
Tints of Light Green #7EE095
RGB
CMYK
RGB Variations
Color information
#7EE095 (or 0x7EE095) is known color: Light Green. HEX triplet: 7E, E0 and 95. RGB value is (126,224,149). Sum of RGB (Red+Green+Blue) = 126+224+149=499 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.25% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE095 is #811F6A. Grayscale: #BABABA. Windows color (decimal): -8462187 or 9822334. OLE color: 9822334.
HSL color Cylindrical-coordinate representation of color #7EE095: hue angle of 134.08º 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 #7EE095 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 224 | 149 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.12 |
| HSL | 134.08º | 0.61% | 0.69% | - |
| HSV(B) | 134.08º | 0.44% | 0.88% | - |
| XYZ | 40.68 | 59.92 | 37.85 | - |
| YUV | 186.15 | 107.03 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 224 | 149 | 0.44 | 0 | 0.33 | 0.12 | 134.08 | 0.61 | 0.69 |
| Hex | 7E | E0 | 95 | 2C | 0 | 21 | C | 86 | 3D | 45 |
| Octal | 176 | 340 | 225 | 54 | 0 | 41 | 14 | 206 | 75 | 105 |
| Binary | 1111110 | 11100000 | 10010101 | 101100 | 0 | 100001 | 1100 | 10000110 | 111101 | 1000101 |
Color Harmonies of #7EE095
Complementary color
Monochromatic Colors of #7EE095
Black with #7EE095
Text Example
Text Example
White with #7EE095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE095; }
p { color: rgb(126,224,149); }
H1.HeaderClassName
{
color: #7EE095;
}
.AnyTagClassName
{
color: #7EE095;
}
</style>
background-color css
<style>
a { background-color: #7EE095; }
a { background-color: rgb(126,224,149); }
div.DivClassName
{
background-color: #7EE095;
}
.BgClassName
{
background-color: #7EE095;
}
</style>
border-color css
<style>
span { border-color: #7EE095; }
span { border-color: rgb(126,224,149); }
td.TdClassName
{
border-color: #7EE095;
}
.TagClassName
{
border-color: #7EE095;
}
</style>