Shades of Light Green #7EF480
Tints of Light Green #7EF480
RGB
CMYK
RGB Variations
Color information
#7EF480 (or 0x7EF480) is known color: Light Green. HEX triplet: 7E, F4 and 80. RGB value is (126,244,128). Sum of RGB (Red+Green+Blue) = 126+244+128=498 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.30% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #7EF480 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF480 is #810B7F. Grayscale: #C3C3C3. Windows color (decimal): -8457088 or 8451198. OLE color: 8451198.
HSL color Cylindrical-coordinate representation of color #7EF480: hue angle of 121.02º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EF480 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 126 | 244 | 128 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.04 |
| HSL | 121.02º | 0.84% | 0.73% | - |
| HSV(B) | 121.02º | 0.48% | 0.96% | - |
| XYZ | 44.85 | 70.7 | 31.7 | - |
| YUV | 195.49 | 89.91 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 244 | 128 | 0.48 | 0 | 0.48 | 0.04 | 121.02 | 0.84 | 0.73 |
| Hex | 7E | F4 | 80 | 30 | 0 | 30 | 4 | 79 | 54 | 49 |
| Octal | 176 | 364 | 200 | 60 | 0 | 60 | 4 | 171 | 124 | 111 |
| Binary | 1111110 | 11110100 | 10000000 | 110000 | 0 | 110000 | 100 | 1111001 | 1010100 | 1001001 |
Color Harmonies of #7EF480
Complementary color
Monochromatic Colors of #7EF480
Black with #7EF480
Text Example
Text Example
White with #7EF480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF480; }
p { color: rgb(126,244,128); }
H1.HeaderClassName
{
color: #7EF480;
}
.AnyTagClassName
{
color: #7EF480;
}
</style>
background-color css
<style>
a { background-color: #7EF480; }
a { background-color: rgb(126,244,128); }
div.DivClassName
{
background-color: #7EF480;
}
.BgClassName
{
background-color: #7EF480;
}
</style>
border-color css
<style>
span { border-color: #7EF480; }
span { border-color: rgb(126,244,128); }
td.TdClassName
{
border-color: #7EF480;
}
.TagClassName
{
border-color: #7EF480;
}
</style>