COLOR #50C92A

HEX: #50C92A RGB: (80,201,42)

Color info

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

RGB color model

#50C92A color RGB value is (80,201,42).

RGB: (80,201,42) (31%, 79%, 16%)

RGB channels and saturation

R 80 of 255 = 31%
G 201 of 255 = 79%
B 42 of 255 = 16%

80
201
42

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

Portions of RGB colors in percentages

R + G + B = 80 + 201 + 42 = 323 (100%)
R 80 of 323 ~ 24.77%
G 201 of 323 ~ 62.23%
B 42 of 323 ~ 13'%

%24.77
%62.23
%13

CMYK color model

#50C92A color CMYK value is (60,0,79,21).

  • cyan value is 60.20%
  • magenta value is 0.00%
  • yellow value is 79.10%
  • key color value is 21.18%

CMYK: (60,0,79,21)
C60M0Y79K21 (60%, 0%, 79%, 21%)
(0.60 / 0.00 / 0.79 / 0.21)

CMYK percentages

%60.2
%0
%79.1
%21.18

Codes

Color #50C92A in popluar color models

50 C9 2A
RGB 80 201 42
HSL 106° 65.43% 47.65%
HSB/HSV 106° 79.10% 78.82%
CMYK 60.20% 0.00% 79.10%
21.18%

Color #50C92A in popluar number systems.

HEX 50 C9 2A
Decimal 80 201 42
Binary 1010000 11001001 101010
Octal 120 311 52

Shades and tints

Shades of #50C92A

#50C92A
(80,201,42)
#49B727
(73,183,39)
#42A524
(66,165,36)
#3B9321
(59,147,33)
#34811E
(52,129,30)
#2D6F1B
(45,111,27)
#265D18
(38,93,24)
#1F4B15
(31,75,21)
#183912
(24,57,18)
#11270F
(17,39,15)
#0A150C
(10,21,12)
#000000
(0,0,0)

Tints of #50C92A

#50C92A
(80,201,42)
#5FCD3D
(95,205,61)
#6ED150
(110,209,80)
#7DD563
(125,213,99)
#8CD976
(140,217,118)
#9BDD89
(155,221,137)
#AAE19C
(170,225,156)
#B9E5AF
(185,229,175)
#C8E9C2
(200,233,194)
#D7EDD5
(215,237,213)
#E6F1E8
(230,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50C92A color. Also use rgb(80,201,42) instead hex code.

Text Font Color

.myTextColor { color: #50C92A; }

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

This text font color is #50C92A.

Background Color

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

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

This div background color is #50C92A.

Border color

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

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

This div border color is #50C92A.

Opacity

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

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

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

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

This text has shadow with #50C92A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50C92A.

Preview

Color preview on black background

This text has color #50C92A on black background.


Color preview on white background

This text has color #50C92A on white background.


Black color preview on #50C92A background

This text has black color on #50C92A background.


White color preview on #50C92A background

This text has white color on #50C92A background.


Related colors

Complementary color

Complementary color for #hex is #AF36D5.


I love getcolorcode.com

Triadic colors

1 #2A50C9 and #C92A50 with #50C92A are triadic colors.

2 #2AC950 and #C9502A with #50C92A are triadic colors.