COLOR #7ED889

HEX: #7ED889 RGB: (126,216,137)

Color info

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

RGB color model

#7ED889 color RGB value is (126,216,137).

RGB: (126,216,137) (49%, 85%, 54%)

RGB channels and saturation

R 126 of 255 = 49%
G 216 of 255 = 85%
B 137 of 255 = 54%

126
216
137

R + G + B ~ 63%. #7ED889 is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 216 + 137 = 479 (100%)
R 126 of 479 ~ 26.3%
G 216 of 479 ~ 45.09%
B 137 of 479 ~ 28.6'%

%26.3
%45.09
%28.6

CMYK color model

#7ED889 color CMYK value is (42,0,37,15).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 36.57%
  • key color value is 15.29%

CMYK: (42,0,37,15)
C42M0Y37K15 (42%, 0%, 37%, 15%)
(0.42 / 0.00 / 0.37 / 0.15)

CMYK percentages

%41.67
%0
%36.57
%15.29

Codes

Color #7ED889 in popluar color models

7E D8 89
RGB 126 216 137
HSL 127° 53.57% 67.06%
HSB/HSV 127° 41.67% 84.71%
CMYK 41.67% 0.00% 36.57%
15.29%

Color #7ED889 in popluar number systems.

HEX 7E D8 89
Decimal 126 216 137
Binary 1111110 11011000 10001001
Octal 176 330 211

Shades and tints

Shades of #7ED889

#7ED889
(126,216,137)
#73C57D
(115,197,125)
#68B271
(104,178,113)
#5D9F65
(93,159,101)
#528C59
(82,140,89)
#47794D
(71,121,77)
#3C6641
(60,102,65)
#315335
(49,83,53)
#264029
(38,64,41)
#1B2D1D
(27,45,29)
#101A11
(16,26,17)
#000000
(0,0,0)

Tints of #7ED889

#7ED889
(126,216,137)
#89DB93
(137,219,147)
#94DE9D
(148,222,157)
#9FE1A7
(159,225,167)
#AAE4B1
(170,228,177)
#B5E7BB
(181,231,187)
#C0EAC5
(192,234,197)
#CBEDCF
(203,237,207)
#D6F0D9
(214,240,217)
#E1F3E3
(225,243,227)
#ECF6ED
(236,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED889 color. Also use rgb(126,216,137) instead hex code.

Text Font Color

.myTextColor { color: #7ED889; }

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

This text font color is #7ED889.

Background Color

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

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

This div background color is #7ED889.

Border color

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

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

This div border color is #7ED889.

Opacity

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

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

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

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

This text has shadow with #7ED889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ED889.

Preview

Color preview on black background

This text has color #7ED889 on black background.


Color preview on white background

This text has color #7ED889 on white background.


Black color preview on #7ED889 background

This text has black color on #7ED889 background.


White color preview on #7ED889 background

This text has white color on #7ED889 background.


Related colors

Complementary color

Complementary color for #hex is #812776.


I love getcolorcode.com

Triadic colors

1 #897ED8 and #D8897E with #7ED889 are triadic colors.

2 #89D87E and #D87E89 with #7ED889 are triadic colors.