COLOR #50C263

HEX: #50C263
RGB: (80,194,99)

Color info

#50C263 contains mainly green color. Web safe color of #50C263 is #66CC66 (or #6C6).

RGB color model

#50C263 color RGB value is (80,194,99).

  • red value is 80;
  • green value is 194;
  • blue value is 99.
RGB:
(80,194,99)
(31%,76%,39%)

RGB channels and saturation

R 80 of 255 = 31%
G 194 of 255 = 76%
B 99 of 255 = 39%

80
194
99

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

Portions of RGB colors in percentages

R + G + B =
80 + 194 + 99 = 373 (100%)
R 80 of 373 ~ 21.45%
G 194 of 373 ~ 52.01%
B 99 of 373 ~ 26.54%

%21.45
%52.01
%26.54

CMYK color model

#50C263 color CMYK value is (59,0,49,24).

  • cyan value is 58.76%
  • magenta value is 0.00%
  • yellow value is 48.97%
  • key color value is 23.92%
CMYK:
(59,0,49,24)
C59M0Y49K24 
(59%,0%,49%,24%)
(0.59/0.00/0.49/0.24)	

CMYK percentages

%58.76
%0
%48.97
%23.92

Codes

Color #50C263 in popluar color models

50C263
RGB8019499
HSL130°48.31%53.73%
HSB/HSV130°58.76%76.08%
CMYK58.76%0.00%48.97%
23.92%

Color #50C263 in popluar number systems.

HEX50C263
Decimal8019499
Binary1010000110000101100011
Octal120302143

Shades and tints

Shades of #50C263

#50C263
(80,194,99)
#49B15A
(73,177,90)
#42A051
(66,160,81)
#3B8F48
(59,143,72)
#347E3F
(52,126,63)
#2D6D36
(45,109,54)
#265C2D
(38,92,45)
#1F4B24
(31,75,36)
#183A1B
(24,58,27)
#112912
(17,41,18)
#0A1809
(10,24,9)
#000000
(0,0,0)

Tints of #50C263

#50C263
(80,194,99)
#5FC771
(95,199,113)
#6ECC7F
(110,204,127)
#7DD18D
(125,209,141)
#8CD69B
(140,214,155)
#9BDBA9
(155,219,169)
#AAE0B7
(170,224,183)
#B9E5C5
(185,229,197)
#C8EAD3
(200,234,211)
#D7EFE1
(215,239,225)
#E6F4EF
(230,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50C263 color. Also use rgb(80,194,99) instead hex code.

Text Font Color

.myTextColor { color: #50C263; }

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

This text font color is #50C263.


Background Color

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

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

This div background color is #50C263.


Border color

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

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

This div border color is #50C263.


Opacity

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

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

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

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

This text has shadow with #50C263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50C263 on black background.


Color preview on white background

This text has color #50C263 on white background.



Black color preview on #50C263 background

This text has black color on #50C263 background.


White color preview on #50C263 background

This text has white color on #50C263 background.