COLOR #50D926

HEX: #50D926
RGB: (80,217,38)

Color info

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

RGB color model

#50D926 color RGB value is (80,217,38).

  • red value is 80;
  • green value is 217;
  • blue value is 38.
RGB:
(80,217,38)
(31%,85%,15%)

RGB channels and saturation

R 80 of 255 = 31%
G 217 of 255 = 85%
B 38 of 255 = 15%

80
217
38

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

Portions of RGB colors in percentages

R + G + B =
80 + 217 + 38 = 335 (100%)
R 80 of 335 ~ 23.88%
G 217 of 335 ~ 64.78%
B 38 of 335 ~ 11.34%

%23.88
%64.78
%11.34

CMYK color model

#50D926 color CMYK value is (63,0,82,15).

  • cyan value is 63.13%
  • magenta value is 0.00%
  • yellow value is 82.49%
  • key color value is 14.90%
CMYK:
(63,0,82,15)
C63M0Y82K15 
(63%,0%,82%,15%)
(0.63/0.00/0.82/0.15)	

CMYK percentages

%63.13
%0
%82.49
%14.9

Codes

Color #50D926 in popluar color models

50D926
RGB8021738
HSL106°70.20%50.00%
HSB/HSV106°82.49%85.10%
CMYK63.13%0.00%82.49%
14.90%

Color #50D926 in popluar number systems.

HEX50D926
Decimal8021738
Binary101000011011001100110
Octal12033146

Shades and tints

Shades of #50D926

#50D926
(80,217,38)
#49C623
(73,198,35)
#42B320
(66,179,32)
#3BA01D
(59,160,29)
#348D1A
(52,141,26)
#2D7A17
(45,122,23)
#266714
(38,103,20)
#1F5411
(31,84,17)
#18410E
(24,65,14)
#112E0B
(17,46,11)
#0A1B08
(10,27,8)
#000000
(0,0,0)

Tints of #50D926

#50D926
(80,217,38)
#5FDC39
(95,220,57)
#6EDF4C
(110,223,76)
#7DE25F
(125,226,95)
#8CE572
(140,229,114)
#9BE885
(155,232,133)
#AAEB98
(170,235,152)
#B9EEAB
(185,238,171)
#C8F1BE
(200,241,190)
#D7F4D1
(215,244,209)
#E6F7E4
(230,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50D926 color. Also use rgb(80,217,38) instead hex code.

Text Font Color

.myTextColor { color: #50D926; }

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

This text font color is #50D926.


Background Color

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

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

This div background color is #50D926.


Border color

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

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

This div border color is #50D926.


Opacity

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

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

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

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

This text has shadow with #50D926 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50D926 on black background.


Color preview on white background

This text has color #50D926 on white background.



Black color preview on #50D926 background

This text has black color on #50D926 background.


White color preview on #50D926 background

This text has white color on #50D926 background.