COLOR #50BE47

HEX: #50BE47
RGB: (80,190,71)

Color info

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

RGB color model

#50BE47 color RGB value is (80,190,71).

  • red value is 80;
  • green value is 190;
  • blue value is 71.
RGB:
(80,190,71)
(31%,75%,28%)

RGB channels and saturation

R 80 of 255 = 31%
G 190 of 255 = 75%
B 71 of 255 = 28%

80
190
71

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

Portions of RGB colors in percentages

R + G + B =
80 + 190 + 71 = 341 (100%)
R 80 of 341 ~ 23.46%
G 190 of 341 ~ 55.72%
B 71 of 341 ~ 20.82%

%23.46
%55.72
%20.82

CMYK color model

#50BE47 color CMYK value is (58,0,63,25).

  • cyan value is 57.89%
  • magenta value is 0.00%
  • yellow value is 62.63%
  • key color value is 25.49%
CMYK:
(58,0,63,25)
C58M0Y63K25 
(58%,0%,63%,25%)
(0.58/0.00/0.63/0.25)	

CMYK percentages

%57.89
%0
%62.63
%25.49

Codes

Color #50BE47 in popluar color models

50BE47
RGB8019071
HSL115°47.79%51.18%
HSB/HSV115°62.63%74.51%
CMYK57.89%0.00%62.63%
25.49%

Color #50BE47 in popluar number systems.

HEX50BE47
Decimal8019071
Binary1010000101111101000111
Octal120276107

Shades and tints

Shades of #50BE47

#50BE47
(80,190,71)
#49AD41
(73,173,65)
#429C3B
(66,156,59)
#3B8B35
(59,139,53)
#347A2F
(52,122,47)
#2D6929
(45,105,41)
#265823
(38,88,35)
#1F471D
(31,71,29)
#183617
(24,54,23)
#112511
(17,37,17)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #50BE47

#50BE47
(80,190,71)
#5FC357
(95,195,87)
#6EC867
(110,200,103)
#7DCD77
(125,205,119)
#8CD287
(140,210,135)
#9BD797
(155,215,151)
#AADCA7
(170,220,167)
#B9E1B7
(185,225,183)
#C8E6C7
(200,230,199)
#D7EBD7
(215,235,215)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50BE47; }

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

This text font color is #50BE47.


Background Color

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

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

This div background color is #50BE47.


Border color

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

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

This div border color is #50BE47.


Opacity

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

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

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

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

This text has shadow with #50BE47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50BE47 on black background.


Color preview on white background

This text has color #50BE47 on white background.



Black color preview on #50BE47 background

This text has black color on #50BE47 background.


White color preview on #50BE47 background

This text has white color on #50BE47 background.