COLOR #50C13C

HEX: #50C13C
RGB: (80,193,60)

Renk bilgisi

#50C13C contains mainly green color. #50C13C ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#50C13C color RGB value is (80,193,60).

  • kırmız ton 80;
  • yeşil ton 193;
  • mavi ton 60.
RGB:
(80,193,60)
(31%,76%,24%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 193 of 255 = 76%
B 60 of 255 = 24%

80
193
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 193 + 60 = 333 (100%)
R 80 of 333 ~ 24.02%
G 193 of 333 ~ 57.96%
B 60 of 333 ~ 18.02%

%24.02
%57.96
%18.02

CMYK RENK MODELİ

#50C13C rengi CMYK tonu (59,0,69,24).

  • camgöbeği tonu 58.55%
  • eflatun tonu 0.00%
  • sarı tonu 68.91%
  • ana renk tonu 24.31%
CMYK:
(59,0,69,24)
C59M0Y69K24 
(59%,0%,69%,24%)
(0.59/0.00/0.69/0.24)	

CMYK yüzdeleri

%58.55
%0
%68.91
%24.31

Codes

Color #50C13C in popluar color models

50C13C
RGB8019360
HSL111°52.57%49.61%
HSB/HSV111°68.91%75.69%
CMYK58.55%0.00%68.91%
24.31%

Color #50C13C in popluar number systems.

HEX50C13C
Decimal8019360
Binary101000011000001111100
Octal12030174

Shades and tints

Shades of #50C13C

#50C13C
(80,193,60)
#49B037
(73,176,55)
#429F32
(66,159,50)
#3B8E2D
(59,142,45)
#347D28
(52,125,40)
#2D6C23
(45,108,35)
#265B1E
(38,91,30)
#1F4A19
(31,74,25)
#183914
(24,57,20)
#11280F
(17,40,15)
#0A170A
(10,23,10)
#000000
(0,0,0)

Tints of #50C13C

#50C13C
(80,193,60)
#5FC64D
(95,198,77)
#6ECB5E
(110,203,94)
#7DD06F
(125,208,111)
#8CD580
(140,213,128)
#9BDA91
(155,218,145)
#AADFA2
(170,223,162)
#B9E4B3
(185,228,179)
#C8E9C4
(200,233,196)
#D7EED5
(215,238,213)
#E6F3E6
(230,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50C13C color. Also use rgb(80,193,60) instead hex code.

Text Font Color

.myTextColor { color: #50C13C; }

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

This text font color is #50C13C.


Background Color

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

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

This div background color is #50C13C.


Border color

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

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

This div border color is #50C13C.


Opacity

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

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

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

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

This text has shadow with #50C13C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50C13C on black background.


Color preview on white background

This text has color #50C13C on white background.



Black color preview on #50C13C background

This text has black color on #50C13C background.


White color preview on #50C13C background

This text has white color on #50C13C background.