COLOR #50CA46

HEX: #50CA46 RGB: (80,202,70)

Color info

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

RGB color model

#50CA46 color RGB value is (80,202,70).

RGB: (80,202,70) (31%, 79%, 27%)

RGB channels and saturation

R 80 of 255 = 31%
G 202 of 255 = 79%
B 70 of 255 = 27%

80
202
70

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

Portions of RGB colors in percentages

R + G + B = 80 + 202 + 70 = 352 (100%)
R 80 of 352 ~ 22.73%
G 202 of 352 ~ 57.39%
B 70 of 352 ~ 19.89'%

%22.73
%57.39
%19.89

CMYK color model

#50CA46 color CMYK value is (60,0,65,21).

  • cyan value is 60.40%
  • magenta value is 0.00%
  • yellow value is 65.35%
  • key color value is 20.78%

CMYK: (60,0,65,21)
C60M0Y65K21 (60%, 0%, 65%, 21%)
(0.60 / 0.00 / 0.65 / 0.21)

CMYK percentages

%60.4
%0
%65.35
%20.78

Codes

Color #50CA46 in popluar color models

50 CA 46
RGB 80 202 70
HSL 115° 55.46% 53.33%
HSB/HSV 115° 65.35% 79.22%
CMYK 60.40% 0.00% 65.35%
20.78%

Color #50CA46 in popluar number systems.

HEX 50 CA 46
Decimal 80 202 70
Binary 1010000 11001010 1000110
Octal 120 312 106

Shades and tints

Shades of #50CA46

#50CA46
(80,202,70)
#49B840
(73,184,64)
#42A63A
(66,166,58)
#3B9434
(59,148,52)
#34822E
(52,130,46)
#2D7028
(45,112,40)
#265E22
(38,94,34)
#1F4C1C
(31,76,28)
#183A16
(24,58,22)
#112810
(17,40,16)
#0A160A
(10,22,10)
#000000
(0,0,0)

Tints of #50CA46

#50CA46
(80,202,70)
#5FCE56
(95,206,86)
#6ED266
(110,210,102)
#7DD676
(125,214,118)
#8CDA86
(140,218,134)
#9BDE96
(155,222,150)
#AAE2A6
(170,226,166)
#B9E6B6
(185,230,182)
#C8EAC6
(200,234,198)
#D7EED6
(215,238,214)
#E6F2E6
(230,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50CA46 color. Also use rgb(80,202,70) instead hex code.

Text Font Color

.myTextColor { color: #50CA46; }

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

This text font color is #50CA46.

Background Color

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

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

This div background color is #50CA46.

Border color

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

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

This div border color is #50CA46.

Opacity

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

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

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

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

This text has shadow with #50CA46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50CA46.

Preview

Color preview on black background

This text has color #50CA46 on black background.


Color preview on white background

This text has color #50CA46 on white background.


Black color preview on #50CA46 background

This text has black color on #50CA46 background.


White color preview on #50CA46 background

This text has white color on #50CA46 background.


Related colors

Complementary color

Complementary color for #hex is #AF35B9.


I love getcolorcode.com

Triadic colors

1 #4650CA and #CA4650 with #50CA46 are triadic colors.

2 #46CA50 and #CA5046 with #50CA46 are triadic colors.