COLOR #50F079

HEX: #50F079
RGB: (80,240,121)

Color info

#50F079 contains mainly green color. Web safe color of #50F079 is #66FF66 (or #6F6).

RGB color model

#50F079 color RGB value is (80,240,121).

  • red value is 80;
  • green value is 240;
  • blue value is 121.
RGB:
(80,240,121)
(31%,94%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 240 of 255 = 94%
B 121 of 255 = 47%

80
240
121

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

Portions of RGB colors in percentages

R + G + B =
80 + 240 + 121 = 441 (100%)
R 80 of 441 ~ 18.14%
G 240 of 441 ~ 54.42%
B 121 of 441 ~ 27.44%

%18.14
%54.42
%27.44

CMYK color model

#50F079 color CMYK value is (67,0,50,6).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 49.58%
  • key color value is 5.88%
CMYK:
(67,0,50,6)
C67M0Y50K6 
(67%,0%,50%,6%)
(0.67/0.00/0.50/0.06)	

CMYK percentages

%66.67
%0
%49.58
%5.88

Codes

Color #50F079 in popluar color models

50F079
RGB80240121
HSL135°84.21%62.75%
HSB/HSV135°66.67%94.12%
CMYK66.67%0.00%49.58%
5.88%

Color #50F079 in popluar number systems.

HEX50F079
Decimal80240121
Binary1010000111100001111001
Octal120360171

Shades and tints

Shades of #50F079

#50F079
(80,240,121)
#49DB6E
(73,219,110)
#42C663
(66,198,99)
#3BB158
(59,177,88)
#349C4D
(52,156,77)
#2D8742
(45,135,66)
#267237
(38,114,55)
#1F5D2C
(31,93,44)
#184821
(24,72,33)
#113316
(17,51,22)
#0A1E0B
(10,30,11)
#000000
(0,0,0)

Tints of #50F079

#50F079
(80,240,121)
#5FF185
(95,241,133)
#6EF291
(110,242,145)
#7DF39D
(125,243,157)
#8CF4A9
(140,244,169)
#9BF5B5
(155,245,181)
#AAF6C1
(170,246,193)
#B9F7CD
(185,247,205)
#C8F8D9
(200,248,217)
#D7F9E5
(215,249,229)
#E6FAF1
(230,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50F079 color. Also use rgb(80,240,121) instead hex code.

Text Font Color

.myTextColor { color: #50F079; }

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

This text font color is #50F079.


Background Color

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

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

This div background color is #50F079.


Border color

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

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

This div border color is #50F079.


Opacity

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

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

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

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

This text has shadow with #50F079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50F079 on black background.


Color preview on white background

This text has color #50F079 on white background.



Black color preview on #50F079 background

This text has black color on #50F079 background.


White color preview on #50F079 background

This text has white color on #50F079 background.