COLOR #50E63F

HEX: #50E63F RGB: (80,230,63)

Color info

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

RGB color model

#50E63F color RGB value is (80,230,63).

RGB: (80,230,63) (31%, 90%, 25%)

RGB channels and saturation

R 80 of 255 = 31%
G 230 of 255 = 90%
B 63 of 255 = 25%

80
230
63

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

Portions of RGB colors in percentages

R + G + B = 80 + 230 + 63 = 373 (100%)
R 80 of 373 ~ 21.45%
G 230 of 373 ~ 61.66%
B 63 of 373 ~ 16.89'%

%21.45
%61.66
%16.89

CMYK color model

#50E63F color CMYK value is (65,0,73,10).

  • cyan value is 65.22%
  • magenta value is 0.00%
  • yellow value is 72.61%
  • key color value is 9.80%

CMYK: (65,0,73,10)
C65M0Y73K10 (65%, 0%, 73%, 10%)
(0.65 / 0.00 / 0.73 / 0.10)

CMYK percentages

%65.22
%0
%72.61
%9.8

Codes

Color #50E63F in popluar color models

50 E6 3F
RGB 80 230 63
HSL 114° 76.96% 57.45%
HSB/HSV 114° 72.61% 90.20%
CMYK 65.22% 0.00% 72.61%
9.80%

Color #50E63F in popluar number systems.

HEX 50 E6 3F
Decimal 80 230 63
Binary 1010000 11100110 111111
Octal 120 346 77

Shades and tints

Shades of #50E63F

#50E63F
(80,230,63)
#49D23A
(73,210,58)
#42BE35
(66,190,53)
#3BAA30
(59,170,48)
#34962B
(52,150,43)
#2D8226
(45,130,38)
#266E21
(38,110,33)
#1F5A1C
(31,90,28)
#184617
(24,70,23)
#113212
(17,50,18)
#0A1E0D
(10,30,13)
#000000
(0,0,0)

Tints of #50E63F

#50E63F
(80,230,63)
#5FE850
(95,232,80)
#6EEA61
(110,234,97)
#7DEC72
(125,236,114)
#8CEE83
(140,238,131)
#9BF094
(155,240,148)
#AAF2A5
(170,242,165)
#B9F4B6
(185,244,182)
#C8F6C7
(200,246,199)
#D7F8D8
(215,248,216)
#E6FAE9
(230,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50E63F color. Also use rgb(80,230,63) instead hex code.

Text Font Color

.myTextColor { color: #50E63F; }

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

This text font color is #50E63F.

Background Color

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

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

This div background color is #50E63F.

Border color

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

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

This div border color is #50E63F.

Opacity

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

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

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

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

This text has shadow with #50E63F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50E63F.

Preview

Color preview on black background

This text has color #50E63F on black background.


Color preview on white background

This text has color #50E63F on white background.


Black color preview on #50E63F background

This text has black color on #50E63F background.


White color preview on #50E63F background

This text has white color on #50E63F background.


Related colors

Complementary color

Complementary color for #50E63F is #AF19C0.


I love getcolorcode.com

Triadic colors

1 #3F50E6 and #E63F50 with #50E63F are triadic colors.

2 #3FE650 and #E6503F with #50E63F are triadic colors.