Shades of Light Green #7EED91
Tints of Light Green #7EED91
RGB
CMYK
RGB Variations
Color information
#7EED91 (or 0x7EED91) is known color: Light Green. HEX triplet: 7E, ED and 91. RGB value is (126,237,145). Sum of RGB (Red+Green+Blue) = 126+237+145=508 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.80% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #7EED91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EED91 is #81126E. Grayscale: #C1C1C1. Windows color (decimal): -8458863 or 9563518. OLE color: 9563518.
HSL color Cylindrical-coordinate representation of color #7EED91: hue angle of 130.27º 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 #7EED91 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 237 | 145 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.07 |
| HSL | 130.27º | 0.76% | 0.71% | - |
| HSV(B) | 130.27º | 0.47% | 0.93% | - |
| XYZ | 44 | 67.05 | 37.41 | - |
| YUV | 193.32 | 100.73 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 237 | 145 | 0.47 | 0 | 0.39 | 0.07 | 130.27 | 0.76 | 0.71 |
| Hex | 7E | ED | 91 | 2F | 0 | 27 | 7 | 82 | 4C | 47 |
| Octal | 176 | 355 | 221 | 57 | 0 | 47 | 7 | 202 | 114 | 107 |
| Binary | 1111110 | 11101101 | 10010001 | 101111 | 0 | 100111 | 111 | 10000010 | 1001100 | 1000111 |
Color Harmonies of #7EED91
Complementary color
Monochromatic Colors of #7EED91
Black with #7EED91
Text Example
Text Example
White with #7EED91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EED91; }
p { color: rgb(126,237,145); }
H1.HeaderClassName
{
color: #7EED91;
}
.AnyTagClassName
{
color: #7EED91;
}
</style>
background-color css
<style>
a { background-color: #7EED91; }
a { background-color: rgb(126,237,145); }
div.DivClassName
{
background-color: #7EED91;
}
.BgClassName
{
background-color: #7EED91;
}
</style>
border-color css
<style>
span { border-color: #7EED91; }
span { border-color: rgb(126,237,145); }
td.TdClassName
{
border-color: #7EED91;
}
.TagClassName
{
border-color: #7EED91;
}
</style>