COLOR #50C94F

HEX: #50C94F
RGB: (80,201,79)

Color info

#50C94F contains mainly green color. Web safe color of #50C94F is #66CC66 (or #6C6).

RGB color model

#50C94F color RGB value is (80,201,79).

  • red value is 80;
  • green value is 201;
  • blue value is 79.
RGB:
(80,201,79)
(31%,79%,31%)

RGB channels and saturation

R 80 of 255 = 31%
G 201 of 255 = 79%
B 79 of 255 = 31%

80
201
79

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

Portions of RGB colors in percentages

R + G + B =
80 + 201 + 79 = 360 (100%)
R 80 of 360 ~ 22.22%
G 201 of 360 ~ 55.83%
B 79 of 360 ~ 21.94%

%22.22
%55.83
%21.94

CMYK color model

#50C94F color CMYK value is (60,0,61,21).

  • cyan value is 60.20%
  • magenta value is 0.00%
  • yellow value is 60.70%
  • key color value is 21.18%
CMYK:
(60,0,61,21)
C60M0Y61K21 
(60%,0%,61%,21%)
(0.60/0.00/0.61/0.21)	

CMYK percentages

%60.2
%0
%60.7
%21.18

Codes

Color #50C94F in popluar color models

50C94F
RGB8020179
HSL120°53.04%54.90%
HSB/HSV120°60.70%78.82%
CMYK60.20%0.00%60.70%
21.18%

Color #50C94F in popluar number systems.

HEX50C94F
Decimal8020179
Binary1010000110010011001111
Octal120311117

Shades and tints

Shades of #50C94F

#50C94F
(80,201,79)
#49B748
(73,183,72)
#42A541
(66,165,65)
#3B933A
(59,147,58)
#348133
(52,129,51)
#2D6F2C
(45,111,44)
#265D25
(38,93,37)
#1F4B1E
(31,75,30)
#183917
(24,57,23)
#112710
(17,39,16)
#0A1509
(10,21,9)
#000000
(0,0,0)

Tints of #50C94F

#50C94F
(80,201,79)
#5FCD5F
(95,205,95)
#6ED16F
(110,209,111)
#7DD57F
(125,213,127)
#8CD98F
(140,217,143)
#9BDD9F
(155,221,159)
#AAE1AF
(170,225,175)
#B9E5BF
(185,229,191)
#C8E9CF
(200,233,207)
#D7EDDF
(215,237,223)
#E6F1EF
(230,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50C94F color. Also use rgb(80,201,79) instead hex code.

Text Font Color

.myTextColor { color: #50C94F; }

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

This text font color is #50C94F.


Background Color

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

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

This div background color is #50C94F.


Border color

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

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

This div border color is #50C94F.


Opacity

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

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

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

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

This text has shadow with #50C94F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50C94F on black background.


Color preview on white background

This text has color #50C94F on white background.



Black color preview on #50C94F background

This text has black color on #50C94F background.


White color preview on #50C94F background

This text has white color on #50C94F background.