COLOR #7ED581

HEX: #7ED581
RGB: (126,213,129)

Color info

#7ED581 contains mainly green color. Web safe color of #7ED581 is #66CC99 (or #6C9).

RGB color model

#7ED581 color RGB value is (126,213,129).

  • red value is 126;
  • green value is 213;
  • blue value is 129.
RGB:
(126,213,129)
(49%,84%,51%)

RGB channels and saturation

R 126 of 255 = 49%
G 213 of 255 = 84%
B 129 of 255 = 51%

126
213
129

R + G + B ~ 61%. #7ED581 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 213 + 129 = 468 (100%)
R 126 of 468 ~ 26.92%
G 213 of 468 ~ 45.51%
B 129 of 468 ~ 27.56%

%26.92
%45.51
%27.56

CMYK color model

#7ED581 color CMYK value is (41,0,39,16).

  • cyan value is 40.85%
  • magenta value is 0.00%
  • yellow value is 39.44%
  • key color value is 16.47%
CMYK:
(41,0,39,16)
C41M0Y39K16 
(41%,0%,39%,16%)
(0.41/0.00/0.39/0.16)	

CMYK percentages

%40.85
%0
%39.44
%16.47

Codes

Color #7ED581 in popluar color models

7ED581
RGB126213129
HSL122°50.88%66.47%
HSB/HSV122°40.85%83.53%
CMYK40.85%0.00%39.44%
16.47%

Color #7ED581 in popluar number systems.

HEX7ED581
Decimal126213129
Binary11111101101010110000001
Octal176325201

Shades and tints

Shades of #7ED581

#7ED581
(126,213,129)
#73C276
(115,194,118)
#68AF6B
(104,175,107)
#5D9C60
(93,156,96)
#528955
(82,137,85)
#47764A
(71,118,74)
#3C633F
(60,99,63)
#315034
(49,80,52)
#263D29
(38,61,41)
#1B2A1E
(27,42,30)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #7ED581

#7ED581
(126,213,129)
#89D88C
(137,216,140)
#94DB97
(148,219,151)
#9FDEA2
(159,222,162)
#AAE1AD
(170,225,173)
#B5E4B8
(181,228,184)
#C0E7C3
(192,231,195)
#CBEACE
(203,234,206)
#D6EDD9
(214,237,217)
#E1F0E4
(225,240,228)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED581 color. Also use rgb(126,213,129) instead hex code.

Text Font Color

.myTextColor { color: #7ED581; }

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

This text font color is #7ED581.


Background Color

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

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

This div background color is #7ED581.


Border color

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

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

This div border color is #7ED581.


Opacity

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

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

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

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

This text has shadow with #7ED581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED581 on black background.


Color preview on white background

This text has color #7ED581 on white background.



Black color preview on #7ED581 background

This text has black color on #7ED581 background.


White color preview on #7ED581 background

This text has white color on #7ED581 background.