COLOR #50C42F

HEX: #50C42F
RGB: (80,196,47)

Color info

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

RGB color model

#50C42F color RGB value is (80,196,47).

  • red value is 80;
  • green value is 196;
  • blue value is 47.
RGB:
(80,196,47)
(31%,77%,18%)

RGB channels and saturation

R 80 of 255 = 31%
G 196 of 255 = 77%
B 47 of 255 = 18%

80
196
47

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

Portions of RGB colors in percentages

R + G + B =
80 + 196 + 47 = 323 (100%)
R 80 of 323 ~ 24.77%
G 196 of 323 ~ 60.68%
B 47 of 323 ~ 14.55%

%24.77
%60.68
%14.55

CMYK color model

#50C42F color CMYK value is (59,0,76,23).

  • cyan value is 59.18%
  • magenta value is 0.00%
  • yellow value is 76.02%
  • key color value is 23.14%
CMYK:
(59,0,76,23)
C59M0Y76K23 
(59%,0%,76%,23%)
(0.59/0.00/0.76/0.23)	

CMYK percentages

%59.18
%0
%76.02
%23.14

Codes

Color #50C42F in popluar color models

50C42F
RGB8019647
HSL107°61.32%47.65%
HSB/HSV107°76.02%76.86%
CMYK59.18%0.00%76.02%
23.14%

Color #50C42F in popluar number systems.

HEX50C42F
Decimal8019647
Binary101000011000100101111
Octal12030457

Shades and tints

Shades of #50C42F

#50C42F
(80,196,47)
#49B32B
(73,179,43)
#42A227
(66,162,39)
#3B9123
(59,145,35)
#34801F
(52,128,31)
#2D6F1B
(45,111,27)
#265E17
(38,94,23)
#1F4D13
(31,77,19)
#183C0F
(24,60,15)
#112B0B
(17,43,11)
#0A1A07
(10,26,7)
#000000
(0,0,0)

Tints of #50C42F

#50C42F
(80,196,47)
#5FC941
(95,201,65)
#6ECE53
(110,206,83)
#7DD365
(125,211,101)
#8CD877
(140,216,119)
#9BDD89
(155,221,137)
#AAE29B
(170,226,155)
#B9E7AD
(185,231,173)
#C8ECBF
(200,236,191)
#D7F1D1
(215,241,209)
#E6F6E3
(230,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50C42F color. Also use rgb(80,196,47) instead hex code.

Text Font Color

.myTextColor { color: #50C42F; }

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

This text font color is #50C42F.


Background Color

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

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

This div background color is #50C42F.


Border color

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

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

This div border color is #50C42F.


Opacity

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

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

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

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

This text has shadow with #50C42F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50C42F on black background.


Color preview on white background

This text has color #50C42F on white background.



Black color preview on #50C42F background

This text has black color on #50C42F background.


White color preview on #50C42F background

This text has white color on #50C42F background.