COLOR #50CC4D

HEX: #50CC4D RGB: (80,204,77)

Color info

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

RGB color model

#50CC4D color RGB value is (80,204,77).

RGB: (80,204,77) (31%, 80%, 30%)

RGB channels and saturation

R 80 of 255 = 31%
G 204 of 255 = 80%
B 77 of 255 = 30%

80
204
77

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

Portions of RGB colors in percentages

R + G + B = 80 + 204 + 77 = 361 (100%)
R 80 of 361 ~ 22.16%
G 204 of 361 ~ 56.51%
B 77 of 361 ~ 21.33'%

%22.16
%56.51
%21.33

CMYK color model

#50CC4D color CMYK value is (61,0,62,20).

  • cyan value is 60.78%
  • magenta value is 0.00%
  • yellow value is 62.25%
  • key color value is 20.00%

CMYK: (61,0,62,20)
C61M0Y62K20 (61%, 0%, 62%, 20%)
(0.61 / 0.00 / 0.62 / 0.20)

CMYK percentages

%60.78
%0
%62.25
%20

Codes

Color #50CC4D in popluar color models

50 CC 4D
RGB 80 204 77
HSL 119° 55.46% 55.10%
HSB/HSV 119° 62.25% 80.00%
CMYK 60.78% 0.00% 62.25%
20.00%

Color #50CC4D in popluar number systems.

HEX 50 CC 4D
Decimal 80 204 77
Binary 1010000 11001100 1001101
Octal 120 314 115

Shades and tints

Shades of #50CC4D

#50CC4D
(80,204,77)
#49BA46
(73,186,70)
#42A83F
(66,168,63)
#3B9638
(59,150,56)
#348431
(52,132,49)
#2D722A
(45,114,42)
#266023
(38,96,35)
#1F4E1C
(31,78,28)
#183C15
(24,60,21)
#112A0E
(17,42,14)
#0A1807
(10,24,7)
#000000
(0,0,0)

Tints of #50CC4D

#50CC4D
(80,204,77)
#5FD05D
(95,208,93)
#6ED46D
(110,212,109)
#7DD87D
(125,216,125)
#8CDC8D
(140,220,141)
#9BE09D
(155,224,157)
#AAE4AD
(170,228,173)
#B9E8BD
(185,232,189)
#C8ECCD
(200,236,205)
#D7F0DD
(215,240,221)
#E6F4ED
(230,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50CC4D color. Also use rgb(80,204,77) instead hex code.

Text Font Color

.myTextColor { color: #50CC4D; }

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

This text font color is #50CC4D.

Background Color

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

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

This div background color is #50CC4D.

Border color

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

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

This div border color is #50CC4D.

Opacity

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

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

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

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

This text has shadow with #50CC4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50CC4D.

Preview

Color preview on black background

This text has color #50CC4D on black background.


Color preview on white background

This text has color #50CC4D on white background.


Black color preview on #50CC4D background

This text has black color on #50CC4D background.


White color preview on #50CC4D background

This text has white color on #50CC4D background.


Related colors

Complementary color

Complementary color for #hex is #AF33B2.


I love getcolorcode.com

Triadic colors

1 #4D50CC and #CC4D50 with #50CC4D are triadic colors.

2 #4DCC50 and #CC504D with #50CC4D are triadic colors.