COLOR #50D333

HEX: #50D333
RGB: (80,211,51)

Color info

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

RGB color model

#50D333 color RGB value is (80,211,51).

  • red value is 80;
  • green value is 211;
  • blue value is 51.
RGB:
(80,211,51)
(31%,83%,20%)

RGB channels and saturation

R 80 of 255 = 31%
G 211 of 255 = 83%
B 51 of 255 = 20%

80
211
51

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

Portions of RGB colors in percentages

R + G + B =
80 + 211 + 51 = 342 (100%)
R 80 of 342 ~ 23.39%
G 211 of 342 ~ 61.7%
B 51 of 342 ~ 14.91%

%23.39
%61.7
%14.91

CMYK color model

#50D333 color CMYK value is (62,0,76,17).

  • cyan value is 62.09%
  • magenta value is 0.00%
  • yellow value is 75.83%
  • key color value is 17.25%
CMYK:
(62,0,76,17)
C62M0Y76K17 
(62%,0%,76%,17%)
(0.62/0.00/0.76/0.17)	

CMYK percentages

%62.09
%0
%75.83
%17.25

Codes

Color #50D333 in popluar color models

50D333
RGB8021151
HSL109°64.52%51.37%
HSB/HSV109°75.83%82.75%
CMYK62.09%0.00%75.83%
17.25%

Color #50D333 in popluar number systems.

HEX50D333
Decimal8021151
Binary101000011010011110011
Octal12032363

Shades and tints

Shades of #50D333

#50D333
(80,211,51)
#49C02F
(73,192,47)
#42AD2B
(66,173,43)
#3B9A27
(59,154,39)
#348723
(52,135,35)
#2D741F
(45,116,31)
#26611B
(38,97,27)
#1F4E17
(31,78,23)
#183B13
(24,59,19)
#11280F
(17,40,15)
#0A150B
(10,21,11)
#000000
(0,0,0)

Tints of #50D333

#50D333
(80,211,51)
#5FD745
(95,215,69)
#6EDB57
(110,219,87)
#7DDF69
(125,223,105)
#8CE37B
(140,227,123)
#9BE78D
(155,231,141)
#AAEB9F
(170,235,159)
#B9EFB1
(185,239,177)
#C8F3C3
(200,243,195)
#D7F7D5
(215,247,213)
#E6FBE7
(230,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50D333 color. Also use rgb(80,211,51) instead hex code.

Text Font Color

.myTextColor { color: #50D333; }

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

This text font color is #50D333.


Background Color

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

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

This div background color is #50D333.


Border color

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

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

This div border color is #50D333.


Opacity

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

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

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

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

This text has shadow with #50D333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50D333 on black background.


Color preview on white background

This text has color #50D333 on white background.



Black color preview on #50D333 background

This text has black color on #50D333 background.


White color preview on #50D333 background

This text has white color on #50D333 background.