COLOR #50E95A

HEX: #50E95A
RGB: (80,233,90)

Color info

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

RGB color model

#50E95A color RGB value is (80,233,90).

  • red value is 80;
  • green value is 233;
  • blue value is 90.
RGB:
(80,233,90)
(31%,91%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 233 of 255 = 91%
B 90 of 255 = 35%

80
233
90

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

Portions of RGB colors in percentages

R + G + B =
80 + 233 + 90 = 403 (100%)
R 80 of 403 ~ 19.85%
G 233 of 403 ~ 57.82%
B 90 of 403 ~ 22.33%

%19.85
%57.82
%22.33

CMYK color model

#50E95A color CMYK value is (66,0,61,9).

  • cyan value is 65.67%
  • magenta value is 0.00%
  • yellow value is 61.37%
  • key color value is 8.63%
CMYK:
(66,0,61,9)
C66M0Y61K9 
(66%,0%,61%,9%)
(0.66/0.00/0.61/0.09)	

CMYK percentages

%65.67
%0
%61.37
%8.63

Codes

Color #50E95A in popluar color models

50E95A
RGB8023390
HSL124°77.66%61.37%
HSB/HSV124°65.67%91.37%
CMYK65.67%0.00%61.37%
8.63%

Color #50E95A in popluar number systems.

HEX50E95A
Decimal8023390
Binary1010000111010011011010
Octal120351132

Shades and tints

Shades of #50E95A

#50E95A
(80,233,90)
#49D452
(73,212,82)
#42BF4A
(66,191,74)
#3BAA42
(59,170,66)
#34953A
(52,149,58)
#2D8032
(45,128,50)
#266B2A
(38,107,42)
#1F5622
(31,86,34)
#18411A
(24,65,26)
#112C12
(17,44,18)
#0A170A
(10,23,10)
#000000
(0,0,0)

Tints of #50E95A

#50E95A
(80,233,90)
#5FEB69
(95,235,105)
#6EED78
(110,237,120)
#7DEF87
(125,239,135)
#8CF196
(140,241,150)
#9BF3A5
(155,243,165)
#AAF5B4
(170,245,180)
#B9F7C3
(185,247,195)
#C8F9D2
(200,249,210)
#D7FBE1
(215,251,225)
#E6FDF0
(230,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50E95A color. Also use rgb(80,233,90) instead hex code.

Text Font Color

.myTextColor { color: #50E95A; }

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

This text font color is #50E95A.


Background Color

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

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

This div background color is #50E95A.


Border color

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

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

This div border color is #50E95A.


Opacity

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

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

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

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

This text has shadow with #50E95A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50E95A on black background.


Color preview on white background

This text has color #50E95A on white background.



Black color preview on #50E95A background

This text has black color on #50E95A background.


White color preview on #50E95A background

This text has white color on #50E95A background.