COLOR #50AD55

HEX: #50AD55 RGB: (80,173,85)

Color info

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

RGB color model

#50AD55 color RGB value is (80,173,85).

RGB: (80,173,85) (31%, 68%, 33%)

RGB channels and saturation

R 80 of 255 = 31%
G 173 of 255 = 68%
B 85 of 255 = 33%

80
173
85

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

Portions of RGB colors in percentages

R + G + B = 80 + 173 + 85 = 338 (100%)
R 80 of 338 ~ 23.67%
G 173 of 338 ~ 51.18%
B 85 of 338 ~ 25.15'%

%23.67
%51.18
%25.15

CMYK color model

#50AD55 color CMYK value is (54,0,51,32).

  • cyan value is 53.76%
  • magenta value is 0.00%
  • yellow value is 50.87%
  • key color value is 32.16%
CMYK: (54,0,51,32) C54M0Y51K32 (54%,0%,51%,32%) (0.54/0.00/0.51/0.32) 

CMYK percentages

%53.76
%0
%50.87
%32.16

Codes

Color #50AD55 in popluar color models

50 AD 55
RGB 80 173 85
HSL 123° 36.76% 49.61%
HSB/HSV 123° 53.76% 67.84%
CMYK 53.76% 0.00% 50.87%
32.16%

Color #50AD55 in popluar number systems.

HEX 50 AD 55
Decimal 80 173 85
Binary 1010000 10101101 1010101
Octal 120 255 125

Shades and tints

Shades of #50AD55

#50AD55
(80,173,85)
#499E4E
(73,158,78)
#428F47
(66,143,71)
#3B8040
(59,128,64)
#347139
(52,113,57)
#2D6232
(45,98,50)
#26532B
(38,83,43)
#1F4424
(31,68,36)
#18351D
(24,53,29)
#112616
(17,38,22)
#0A170F
(10,23,15)
#000000
(0,0,0)

Tints of #50AD55

#50AD55
(80,173,85)
#5FB464
(95,180,100)
#6EBB73
(110,187,115)
#7DC282
(125,194,130)
#8CC991
(140,201,145)
#9BD0A0
(155,208,160)
#AAD7AF
(170,215,175)
#B9DEBE
(185,222,190)
#C8E5CD
(200,229,205)
#D7ECDC
(215,236,220)
#E6F3EB
(230,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50AD55; }

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

This text font color is #50AD55.

Background Color

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

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

This div background color is #50AD55.

Border color

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

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

This div border color is #50AD55.

Opacity

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

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

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

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

This text has shadow with #50AD55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50AD55.

Preview

Color preview on black background

This text has color #50AD55 on black background.


Color preview on white background

This text has color #50AD55 on white background.


Black color preview on #50AD55 background

This text has black color on #50AD55 background.


White color preview on #50AD55 background

This text has white color on #50AD55 background.


Related colors

Complementary color

Complementary color for #hex is #AF52AA.


I love getcolorcode.com

Triadic colors

1 #5550AD and #AD5550 with #50AD55 are triadic colors.

2 #55AD50 and #AD5055 with #50AD55 are triadic colors.