COLOR #7EDD82

HEX: #7EDD82 RGB: (126,221,130)

Color info

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

RGB color model

#7EDD82 color RGB value is (126,221,130).

RGB: (126,221,130) (49%, 87%, 51%)

RGB channels and saturation

R 126 of 255 = 49%
G 221 of 255 = 87%
B 130 of 255 = 51%

126
221
130

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

Portions of RGB colors in percentages

R + G + B = 126 + 221 + 130 = 477 (100%)
R 126 of 477 ~ 26.42%
G 221 of 477 ~ 46.33%
B 130 of 477 ~ 27.25'%

%26.42
%46.33
%27.25

CMYK color model

#7EDD82 color CMYK value is (43,0,41,13).

  • cyan value is 42.99%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 13.33%

CMYK: (43,0,41,13)
C43M0Y41K13 (43%, 0%, 41%, 13%)
(0.43 / 0.00 / 0.41 / 0.13)

CMYK percentages

%42.99
%0
%41.18
%13.33

Codes

Color #7EDD82 in popluar color models

7E DD 82
RGB 126 221 130
HSL 123° 58.28% 68.04%
HSB/HSV 123° 42.99% 86.67%
CMYK 42.99% 0.00% 41.18%
13.33%

Color #7EDD82 in popluar number systems.

HEX 7E DD 82
Decimal 126 221 130
Binary 1111110 11011101 10000010
Octal 176 335 202

Shades and tints

Shades of #7EDD82

#7EDD82
(126,221,130)
#73C977
(115,201,119)
#68B56C
(104,181,108)
#5DA161
(93,161,97)
#528D56
(82,141,86)
#47794B
(71,121,75)
#3C6540
(60,101,64)
#315135
(49,81,53)
#263D2A
(38,61,42)
#1B291F
(27,41,31)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #7EDD82

#7EDD82
(126,221,130)
#89E08D
(137,224,141)
#94E398
(148,227,152)
#9FE6A3
(159,230,163)
#AAE9AE
(170,233,174)
#B5ECB9
(181,236,185)
#C0EFC4
(192,239,196)
#CBF2CF
(203,242,207)
#D6F5DA
(214,245,218)
#E1F8E5
(225,248,229)
#ECFBF0
(236,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EDD82 color. Also use rgb(126,221,130) instead hex code.

Text Font Color

.myTextColor { color: #7EDD82; }

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

This text font color is #7EDD82.

Background Color

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

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

This div background color is #7EDD82.

Border color

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

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

This div border color is #7EDD82.

Opacity

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

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

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

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

This text has shadow with #7EDD82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EDD82.

Preview

Color preview on black background

This text has color #7EDD82 on black background.


Color preview on white background

This text has color #7EDD82 on white background.


Black color preview on #7EDD82 background

This text has black color on #7EDD82 background.


White color preview on #7EDD82 background

This text has white color on #7EDD82 background.


Related colors

Complementary color

Complementary color for #hex is #81227D.


I love getcolorcode.com

Triadic colors

1 #827EDD and #DD827E with #7EDD82 are triadic colors.

2 #82DD7E and #DD7E82 with #7EDD82 are triadic colors.