COLOR #50C259

HEX: #50C259
RGB: (80,194,89)

Renk bilgisi

#50C259 contains mainly green color. #50C259 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#50C259 color RGB value is (80,194,89).

  • kırmız ton 80;
  • yeşil ton 194;
  • mavi ton 89.
RGB:
(80,194,89)
(31%,76%,35%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 194 of 255 = 76%
B 89 of 255 = 35%

80
194
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 194 + 89 = 363 (100%)
R 80 of 363 ~ 22.04%
G 194 of 363 ~ 53.44%
B 89 of 363 ~ 24.52%

%22.04
%53.44
%24.52

CMYK RENK MODELİ

#50C259 rengi CMYK tonu (59,0,54,24).

  • camgöbeği tonu 58.76%
  • eflatun tonu 0.00%
  • sarı tonu 54.12%
  • ana renk tonu 23.92%
CMYK:
(59,0,54,24)
C59M0Y54K24 
(59%,0%,54%,24%)
(0.59/0.00/0.54/0.24)	

CMYK yüzdeleri

%58.76
%0
%54.12
%23.92

Codes

Color #50C259 in popluar color models

50C259
RGB8019489
HSL125°48.31%53.73%
HSB/HSV125°58.76%76.08%
CMYK58.76%0.00%54.12%
23.92%

Color #50C259 in popluar number systems.

HEX50C259
Decimal8019489
Binary1010000110000101011001
Octal120302131

Shades and tints

Shades of #50C259

#50C259
(80,194,89)
#49B151
(73,177,81)
#42A049
(66,160,73)
#3B8F41
(59,143,65)
#347E39
(52,126,57)
#2D6D31
(45,109,49)
#265C29
(38,92,41)
#1F4B21
(31,75,33)
#183A19
(24,58,25)
#112911
(17,41,17)
#0A1809
(10,24,9)
#000000
(0,0,0)

Tints of #50C259

#50C259
(80,194,89)
#5FC768
(95,199,104)
#6ECC77
(110,204,119)
#7DD186
(125,209,134)
#8CD695
(140,214,149)
#9BDBA4
(155,219,164)
#AAE0B3
(170,224,179)
#B9E5C2
(185,229,194)
#C8EAD1
(200,234,209)
#D7EFE0
(215,239,224)
#E6F4EF
(230,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50C259; }

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

This text font color is #50C259.


Background Color

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

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

This div background color is #50C259.


Border color

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

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

This div border color is #50C259.


Opacity

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

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

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

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

This text has shadow with #50C259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50C259 on black background.


Color preview on white background

This text has color #50C259 on white background.



Black color preview on #50C259 background

This text has black color on #50C259 background.


White color preview on #50C259 background

This text has white color on #50C259 background.