COLOR #50AD4E

HEX: #50AD4E RGB: (80,173,78)

Color info

#50AD4E contains mainly green color. Web safe color of #50AD4E is #669966 (or #696).

RGB color model

#50AD4E color RGB value is (80,173,78).

RGB: (80,173,78) (31%, 68%, 31%)

RGB channels and saturation

R 80 of 255 = 31%
G 173 of 255 = 68%
B 78 of 255 = 31%

80
173
78

R + G + B ~ 43%. #50AD4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 173 + 78 = 331 (100%)
R 80 of 331 ~ 24.17%
G 173 of 331 ~ 52.27%
B 78 of 331 ~ 23.56'%

%24.17
%52.27
%23.56

CMYK color model

#50AD4E color CMYK value is (54,0,55,32).

  • cyan value is 53.76%
  • magenta value is 0.00%
  • yellow value is 54.91%
  • key color value is 32.16%

CMYK: (54,0,55,32)
C54M0Y55K32 (54%, 0%, 55%, 32%)
(0.54 / 0.00 / 0.55 / 0.32)

CMYK percentages

%53.76
%0
%54.91
%32.16

Codes

Color #50AD4E in popluar color models

50 AD 4E
RGB 80 173 78
HSL 119° 37.85% 49.22%
HSB/HSV 119° 54.91% 67.84%
CMYK 53.76% 0.00% 54.91%
32.16%

Color #50AD4E in popluar number systems.

HEX 50 AD 4E
Decimal 80 173 78
Binary 1010000 10101101 1001110
Octal 120 255 116

Shades and tints

Shades of #50AD4E

#50AD4E
(80,173,78)
#499E47
(73,158,71)
#428F40
(66,143,64)
#3B8039
(59,128,57)
#347132
(52,113,50)
#2D622B
(45,98,43)
#265324
(38,83,36)
#1F441D
(31,68,29)
#183516
(24,53,22)
#11260F
(17,38,15)
#0A1708
(10,23,8)
#000000
(0,0,0)

Tints of #50AD4E

#50AD4E
(80,173,78)
#5FB45E
(95,180,94)
#6EBB6E
(110,187,110)
#7DC27E
(125,194,126)
#8CC98E
(140,201,142)
#9BD09E
(155,208,158)
#AAD7AE
(170,215,174)
#B9DEBE
(185,222,190)
#C8E5CE
(200,229,206)
#D7ECDE
(215,236,222)
#E6F3EE
(230,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50AD4E color. Also use rgb(80,173,78) instead hex code.

Text Font Color

.myTextColor { color: #50AD4E; }

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

This text font color is #50AD4E.

Background Color

.myBgColor { background-color: #50AD4E; }

<div style="background-color:#50AD4E">Inner text</div>

This div background color is #50AD4E.

Border color

.myBorderColor { border: 1px solid #50AD4E; }

<div style="border:3px solid #50AD4E">Div</div>

This div border color is #50AD4E.

Opacity

.myOpacity80 { color: #50AD4E; opacity: 0.8; }

<p style="color:#50AD4E;opacity:0.8;">80%</p>

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

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

This text has shadow with #50AD4E color.


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

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

This text has shadow with #50AD4E primary color and red secondary color.


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

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

This text has shadow with #50AD4E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50AD4E.

Preview

Color preview on black background

This text has color #50AD4E on black background.


Color preview on white background

This text has color #50AD4E on white background.


Black color preview on #50AD4E background

This text has black color on #50AD4E background.


White color preview on #50AD4E background

This text has white color on #50AD4E background.


Related colors

Complementary color

Complementary color for #hex is #AF52B1.


I love getcolorcode.com

Triadic colors

1 #4E50AD and #AD4E50 with #50AD4E are triadic colors.

2 #4EAD50 and #AD504E with #50AD4E are triadic colors.