COLOR #7EDA58

HEX: #7EDA58
RGB: (126,218,88)

Color info

#7EDA58 contains mainly green color. Web safe color of #7EDA58 is #66CC66 (or #6C6).

RGB color model

#7EDA58 color RGB value is (126,218,88).

  • red value is 126;
  • green value is 218;
  • blue value is 88.
RGB:
(126,218,88)
(49%,85%,35%)

RGB channels and saturation

R 126 of 255 = 49%
G 218 of 255 = 85%
B 88 of 255 = 35%

126
218
88

R + G + B ~ 56%. #7EDA58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 218 + 88 = 432 (100%)
R 126 of 432 ~ 29.17%
G 218 of 432 ~ 50.46%
B 88 of 432 ~ 20.37%

%29.17
%50.46
%20.37

CMYK color model

#7EDA58 color CMYK value is (42,0,60,15).

  • cyan value is 42.20%
  • magenta value is 0.00%
  • yellow value is 59.63%
  • key color value is 14.51%
CMYK:
(42,0,60,15)
C42M0Y60K15 
(42%,0%,60%,15%)
(0.42/0.00/0.60/0.15)	

CMYK percentages

%42.2
%0
%59.63
%14.51

Codes

Color #7EDA58 in popluar color models

7EDA58
RGB12621888
HSL102°63.73%60.00%
HSB/HSV102°59.63%85.49%
CMYK42.20%0.00%59.63%
14.51%

Color #7EDA58 in popluar number systems.

HEX7EDA58
Decimal12621888
Binary1111110110110101011000
Octal176332130

Shades and tints

Shades of #7EDA58

#7EDA58
(126,218,88)
#73C750
(115,199,80)
#68B448
(104,180,72)
#5DA140
(93,161,64)
#528E38
(82,142,56)
#477B30
(71,123,48)
#3C6828
(60,104,40)
#315520
(49,85,32)
#264218
(38,66,24)
#1B2F10
(27,47,16)
#101C08
(16,28,8)
#000000
(0,0,0)

Tints of #7EDA58

#7EDA58
(126,218,88)
#89DD67
(137,221,103)
#94E076
(148,224,118)
#9FE385
(159,227,133)
#AAE694
(170,230,148)
#B5E9A3
(181,233,163)
#C0ECB2
(192,236,178)
#CBEFC1
(203,239,193)
#D6F2D0
(214,242,208)
#E1F5DF
(225,245,223)
#ECF8EE
(236,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EDA58 color. Also use rgb(126,218,88) instead hex code.

Text Font Color

.myTextColor { color: #7EDA58; }

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

This text font color is #7EDA58.


Background Color

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

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

This div background color is #7EDA58.


Border color

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

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

This div border color is #7EDA58.


Opacity

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

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

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

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

This text has shadow with #7EDA58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EDA58 on black background.


Color preview on white background

This text has color #7EDA58 on white background.



Black color preview on #7EDA58 background

This text has black color on #7EDA58 background.


White color preview on #7EDA58 background

This text has white color on #7EDA58 background.