COLOR #50BC47

HEX: #50BC47 RGB: (80,188,71)

Color info

#50BC47 contains mainly green color. Web safe color of #50BC47 is #66CC33 (or #6C3).

RGB color model

#50BC47 color RGB value is (80,188,71).

RGB: (80,188,71) (31%, 74%, 28%)

RGB channels and saturation

R 80 of 255 = 31%
G 188 of 255 = 74%
B 71 of 255 = 28%

80
188
71

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

Portions of RGB colors in percentages

R + G + B = 80 + 188 + 71 = 339 (100%)
R 80 of 339 ~ 23.6%
G 188 of 339 ~ 55.46%
B 71 of 339 ~ 20.94'%

%23.6
%55.46
%20.94

CMYK color model

#50BC47 color CMYK value is (57,0,62,26).

  • cyan value is 57.45%
  • magenta value is 0.00%
  • yellow value is 62.23%
  • key color value is 26.27%

CMYK: (57,0,62,26)
C57M0Y62K26 (57%, 0%, 62%, 26%)
(0.57 / 0.00 / 0.62 / 0.26)

CMYK percentages

%57.45
%0
%62.23
%26.27

Codes

Color #50BC47 in popluar color models

50 BC 47
RGB 80 188 71
HSL 115° 46.61% 50.78%
HSB/HSV 115° 62.23% 73.73%
CMYK 57.45% 0.00% 62.23%
26.27%

Color #50BC47 in popluar number systems.

HEX 50 BC 47
Decimal 80 188 71
Binary 1010000 10111100 1000111
Octal 120 274 107

Shades and tints

Shades of #50BC47

#50BC47
(80,188,71)
#49AB41
(73,171,65)
#429A3B
(66,154,59)
#3B8935
(59,137,53)
#34782F
(52,120,47)
#2D6729
(45,103,41)
#265623
(38,86,35)
#1F451D
(31,69,29)
#183417
(24,52,23)
#112311
(17,35,17)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #50BC47

#50BC47
(80,188,71)
#5FC257
(95,194,87)
#6EC867
(110,200,103)
#7DCE77
(125,206,119)
#8CD487
(140,212,135)
#9BDA97
(155,218,151)
#AAE0A7
(170,224,167)
#B9E6B7
(185,230,183)
#C8ECC7
(200,236,199)
#D7F2D7
(215,242,215)
#E6F8E7
(230,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50BC47 color. Also use rgb(80,188,71) instead hex code.

Text Font Color

.myTextColor { color: #50BC47; }

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

This text font color is #50BC47.

Background Color

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

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

This div background color is #50BC47.

Border color

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

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

This div border color is #50BC47.

Opacity

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

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

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

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

This text has shadow with #50BC47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50BC47.

Preview

Color preview on black background

This text has color #50BC47 on black background.


Color preview on white background

This text has color #50BC47 on white background.


Black color preview on #50BC47 background

This text has black color on #50BC47 background.


White color preview on #50BC47 background

This text has white color on #50BC47 background.


Related colors

Complementary color

Complementary color for #hex is #AF43B8.


I love getcolorcode.com

Triadic colors

1 #4750BC and #BC4750 with #50BC47 are triadic colors.

2 #47BC50 and #BC5047 with #50BC47 are triadic colors.