COLOR #7EEB72

HEX: #7EEB72
RGB: (126,235,114)

Color info

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

RGB color model

#7EEB72 color RGB value is (126,235,114).

  • red value is 126;
  • green value is 235;
  • blue value is 114.
RGB:
(126,235,114)
(49%,92%,45%)

RGB channels and saturation

R 126 of 255 = 49%
G 235 of 255 = 92%
B 114 of 255 = 45%

126
235
114

R + G + B ~ 62%. #7EEB72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 235 + 114 = 475 (100%)
R 126 of 475 ~ 26.53%
G 235 of 475 ~ 49.47%
B 114 of 475 ~ 24%

%26.53
%49.47
%24

CMYK color model

#7EEB72 color CMYK value is (46,0,51,8).

  • cyan value is 46.38%
  • magenta value is 0.00%
  • yellow value is 51.49%
  • key color value is 7.84%
CMYK:
(46,0,51,8)
C46M0Y51K8 
(46%,0%,51%,8%)
(0.46/0.00/0.51/0.08)	

CMYK percentages

%46.38
%0
%51.49
%7.84

Codes

Color #7EEB72 in popluar color models

7EEB72
RGB126235114
HSL114°75.16%68.43%
HSB/HSV114°51.49%92.16%
CMYK46.38%0.00%51.49%
7.84%

Color #7EEB72 in popluar number systems.

HEX7EEB72
Decimal126235114
Binary1111110111010111110010
Octal176353162

Shades and tints

Shades of #7EEB72

#7EEB72
(126,235,114)
#73D668
(115,214,104)
#68C15E
(104,193,94)
#5DAC54
(93,172,84)
#52974A
(82,151,74)
#478240
(71,130,64)
#3C6D36
(60,109,54)
#31582C
(49,88,44)
#264322
(38,67,34)
#1B2E18
(27,46,24)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #7EEB72

#7EEB72
(126,235,114)
#89EC7E
(137,236,126)
#94ED8A
(148,237,138)
#9FEE96
(159,238,150)
#AAEFA2
(170,239,162)
#B5F0AE
(181,240,174)
#C0F1BA
(192,241,186)
#CBF2C6
(203,242,198)
#D6F3D2
(214,243,210)
#E1F4DE
(225,244,222)
#ECF5EA
(236,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EEB72 color. Also use rgb(126,235,114) instead hex code.

Text Font Color

.myTextColor { color: #7EEB72; }

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

This text font color is #7EEB72.


Background Color

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

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

This div background color is #7EEB72.


Border color

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

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

This div border color is #7EEB72.


Opacity

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

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

Text with #7EEB72 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 #7EEB72;}

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

This text has shadow with #7EEB72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EEB72 on black background.


Color preview on white background

This text has color #7EEB72 on white background.



Black color preview on #7EEB72 background

This text has black color on #7EEB72 background.


White color preview on #7EEB72 background

This text has white color on #7EEB72 background.