Shades of Light Green #7EEDA2
Tints of Light Green #7EEDA2
RGB
CMYK
RGB Variations
Color information
#7EEDA2 (or 0x7EEDA2) is known color: Light Green. HEX triplet: 7E, ED and A2. RGB value is (126,237,162). Sum of RGB (Red+Green+Blue) = 126+237+162=525 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #7EEDA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EEDA2 is #81125D. Grayscale: #C3C3C3. Windows color (decimal): -8458846 or 10677630. OLE color: 10677630.
HSL color Cylindrical-coordinate representation of color #7EEDA2: hue angle of 139.46º 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 #7EEDA2 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 237 | 162 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.07 |
| HSL | 139.46º | 0.76% | 0.71% | - |
| HSV(B) | 139.46º | 0.47% | 0.93% | - |
| XYZ | 45.41 | 67.61 | 44.84 | - |
| YUV | 195.26 | 109.23 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 237 | 162 | 0.47 | 0 | 0.32 | 0.07 | 139.46 | 0.76 | 0.71 |
| Hex | 7E | ED | A2 | 2F | 0 | 20 | 7 | 8B | 4C | 47 |
| Octal | 176 | 355 | 242 | 57 | 0 | 40 | 7 | 213 | 114 | 107 |
| Binary | 1111110 | 11101101 | 10100010 | 101111 | 0 | 100000 | 111 | 10001011 | 1001100 | 1000111 |
Color Harmonies of #7EEDA2
Complementary color
Monochromatic Colors of #7EEDA2
Black with #7EEDA2
Text Example
Text Example
White with #7EEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEDA2; }
p { color: rgb(126,237,162); }
H1.HeaderClassName
{
color: #7EEDA2;
}
.AnyTagClassName
{
color: #7EEDA2;
}
</style>
background-color css
<style>
a { background-color: #7EEDA2; }
a { background-color: rgb(126,237,162); }
div.DivClassName
{
background-color: #7EEDA2;
}
.BgClassName
{
background-color: #7EEDA2;
}
</style>
border-color css
<style>
span { border-color: #7EEDA2; }
span { border-color: rgb(126,237,162); }
td.TdClassName
{
border-color: #7EEDA2;
}
.TagClassName
{
border-color: #7EEDA2;
}
</style>