COLOR #50E748

HEX: #50E748
RGB: (80,231,72)

Color info

#50E748 contains mainly green color. Web safe color of #50E748 is #66FF33 (or #6F3).

RGB color model

#50E748 color RGB value is (80,231,72).

  • red value is 80;
  • green value is 231;
  • blue value is 72.
RGB:
(80,231,72)
(31%,91%,28%)

RGB channels and saturation

R 80 of 255 = 31%
G 231 of 255 = 91%
B 72 of 255 = 28%

80
231
72

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

Portions of RGB colors in percentages

R + G + B =
80 + 231 + 72 = 383 (100%)
R 80 of 383 ~ 20.89%
G 231 of 383 ~ 60.31%
B 72 of 383 ~ 18.8%

%20.89
%60.31
%18.8

CMYK color model

#50E748 color CMYK value is (65,0,69,9).

  • cyan value is 65.37%
  • magenta value is 0.00%
  • yellow value is 68.83%
  • key color value is 9.41%
CMYK:
(65,0,69,9)
C65M0Y69K9 
(65%,0%,69%,9%)
(0.65/0.00/0.69/0.09)	

CMYK percentages

%65.37
%0
%68.83
%9.41

Codes

Color #50E748 in popluar color models

50E748
RGB8023172
HSL117°76.81%59.41%
HSB/HSV117°68.83%90.59%
CMYK65.37%0.00%68.83%
9.41%

Color #50E748 in popluar number systems.

HEX50E748
Decimal8023172
Binary1010000111001111001000
Octal120347110

Shades and tints

Shades of #50E748

#50E748
(80,231,72)
#49D242
(73,210,66)
#42BD3C
(66,189,60)
#3BA836
(59,168,54)
#349330
(52,147,48)
#2D7E2A
(45,126,42)
#266924
(38,105,36)
#1F541E
(31,84,30)
#183F18
(24,63,24)
#112A12
(17,42,18)
#0A150C
(10,21,12)
#000000
(0,0,0)

Tints of #50E748

#50E748
(80,231,72)
#5FE958
(95,233,88)
#6EEB68
(110,235,104)
#7DED78
(125,237,120)
#8CEF88
(140,239,136)
#9BF198
(155,241,152)
#AAF3A8
(170,243,168)
#B9F5B8
(185,245,184)
#C8F7C8
(200,247,200)
#D7F9D8
(215,249,216)
#E6FBE8
(230,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50E748 color. Also use rgb(80,231,72) instead hex code.

Text Font Color

.myTextColor { color: #50E748; }

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

This text font color is #50E748.


Background Color

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

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

This div background color is #50E748.


Border color

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

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

This div border color is #50E748.


Opacity

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

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

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

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

This text has shadow with #50E748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50E748 on black background.


Color preview on white background

This text has color #50E748 on white background.



Black color preview on #50E748 background

This text has black color on #50E748 background.


White color preview on #50E748 background

This text has white color on #50E748 background.