COLOR #7EDD81

HEX: #7EDD81 RGB: (126,221,129)

Color info

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

RGB color model

#7EDD81 color RGB value is (126,221,129).

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

RGB channels and saturation

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

126
221
129

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

Portions of RGB colors in percentages

R + G + B = 126 + 221 + 129 = 476 (100%)
R 126 of 476 ~ 26.47%
G 221 of 476 ~ 46.43%
B 129 of 476 ~ 27.1'%

%26.47
%46.43
%27.1

CMYK color model

#7EDD81 color CMYK value is (43,0,42,13).

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

CMYK: (43,0,42,13)
C43M0Y42K13 (43%, 0%, 42%, 13%)
(0.43 / 0.00 / 0.42 / 0.13)

CMYK percentages

%42.99
%0
%41.63
%13.33

Codes

Color #7EDD81 in popluar color models

7E DD 81
RGB 126 221 129
HSL 122° 58.28% 68.04%
HSB/HSV 122° 42.99% 86.67%
CMYK 42.99% 0.00% 41.63%
13.33%

Color #7EDD81 in popluar number systems.

HEX 7E DD 81
Decimal 126 221 129
Binary 1111110 11011101 10000001
Octal 176 335 201

Shades and tints

Shades of #7EDD81

#7EDD81
(126,221,129)
#73C976
(115,201,118)
#68B56B
(104,181,107)
#5DA160
(93,161,96)
#528D55
(82,141,85)
#47794A
(71,121,74)
#3C653F
(60,101,63)
#315134
(49,81,52)
#263D29
(38,61,41)
#1B291E
(27,41,30)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #7EDD81

#7EDD81
(126,221,129)
#89E08C
(137,224,140)
#94E397
(148,227,151)
#9FE6A2
(159,230,162)
#AAE9AD
(170,233,173)
#B5ECB8
(181,236,184)
#C0EFC3
(192,239,195)
#CBF2CE
(203,242,206)
#D6F5D9
(214,245,217)
#E1F8E4
(225,248,228)
#ECFBEF
(236,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EDD81; }

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

This text font color is #7EDD81.

Background Color

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

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

This div background color is #7EDD81.

Border color

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

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

This div border color is #7EDD81.

Opacity

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

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

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

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

This text has shadow with #7EDD81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EDD81.

Preview

Color preview on black background

This text has color #7EDD81 on black background.


Color preview on white background

This text has color #7EDD81 on white background.


Black color preview on #7EDD81 background

This text has black color on #7EDD81 background.


White color preview on #7EDD81 background

This text has white color on #7EDD81 background.


Related colors

Complementary color

Complementary color for #hex is #81227E.


I love getcolorcode.com

Triadic colors

1 #817EDD and #DD817E with #7EDD81 are triadic colors.

2 #81DD7E and #DD7E81 with #7EDD81 are triadic colors.