COLOR #7EF080

HEX: #7EF080
RGB: (126,240,128)

Color info

#7EF080 contains mainly green color. Web safe color of #7EF080 is #66FF66 (or #6F6).

RGB color model

#7EF080 color RGB value is (126,240,128).

  • red value is 126;
  • green value is 240;
  • blue value is 128.
RGB:
(126,240,128)
(49%,94%,50%)

RGB channels and saturation

R 126 of 255 = 49%
G 240 of 255 = 94%
B 128 of 255 = 50%

126
240
128

R + G + B ~ 64%. #7EF080 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 240 + 128 = 494 (100%)
R 126 of 494 ~ 25.51%
G 240 of 494 ~ 48.58%
B 128 of 494 ~ 25.91%

%25.51
%48.58
%25.91

CMYK color model

#7EF080 color CMYK value is (48,0,47,6).

  • cyan value is 47.50%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 5.88%
CMYK:
(48,0,47,6)
C48M0Y47K6 
(48%,0%,47%,6%)
(0.48/0.00/0.47/0.06)	

CMYK percentages

%47.5
%0
%46.67
%5.88

Codes

Color #7EF080 in popluar color models

7EF080
RGB126240128
HSL121°79.17%71.76%
HSB/HSV121°47.50%94.12%
CMYK47.50%0.00%46.67%
5.88%

Color #7EF080 in popluar number systems.

HEX7EF080
Decimal126240128
Binary11111101111000010000000
Octal176360200

Shades and tints

Shades of #7EF080

#7EF080
(126,240,128)
#73DB75
(115,219,117)
#68C66A
(104,198,106)
#5DB15F
(93,177,95)
#529C54
(82,156,84)
#478749
(71,135,73)
#3C723E
(60,114,62)
#315D33
(49,93,51)
#264828
(38,72,40)
#1B331D
(27,51,29)
#101E12
(16,30,18)
#000000
(0,0,0)

Tints of #7EF080

#7EF080
(126,240,128)
#89F18B
(137,241,139)
#94F296
(148,242,150)
#9FF3A1
(159,243,161)
#AAF4AC
(170,244,172)
#B5F5B7
(181,245,183)
#C0F6C2
(192,246,194)
#CBF7CD
(203,247,205)
#D6F8D8
(214,248,216)
#E1F9E3
(225,249,227)
#ECFAEE
(236,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EF080 color. Also use rgb(126,240,128) instead hex code.

Text Font Color

.myTextColor { color: #7EF080; }

<p style="color:#7EF080">This sample text font color is #7EF080.</p>

This text font color is #7EF080.


Background Color

.myBgColor { background-color: #7EF080; }

<div style="background-color:#7EF080">Inner text</div>

This div background color is #7EF080.


Border color

.myBorderColor { border: 1px solid #7EF080; }

<div style="border:3px solid #7EF080">Div</div>

This div border color is #7EF080.


Opacity

.myOpacity80 { color: #7EF080; opacity: 0.8; }

<p style="color:#7EF080;opacity:0.8;">80%</p>

Text with #7EF080 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7EF080;}

<p style="text-shadow: 3px 3px 1px #7EF080">Text here.</p>

This text has shadow with #7EF080 color.

.textShadow {text-shadow: 3px 3px 1px #7EF080, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7EF080, 5px 5px 20px red">Text here.</p>

This text has shadow with #7EF080 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EF080, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7EF080, Direction=45, Strength=4)">Text</p>

This text has shadow with #7EF080 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7EF080;
  -webkit-box-shadow:	1px 1px 3px 2px #7EF080;
  box-shadow:		1px 1px 3px 2px #7EF080;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EF080;
-webkit-box-shadow: 1px 1px 3px 2px #7EF080;
box-shadow:1px 1px 3px 2px #7EF080;">
Div content here</div>
This div box has shadow with color #7EF080.

Preview

Color preview on black background

This text has color #7EF080 on black background.


Color preview on white background

This text has color #7EF080 on white background.



Black color preview on #7EF080 background

This text has black color on #7EF080 background.


White color preview on #7EF080 background

This text has white color on #7EF080 background.