COLOR #50C955

HEX: #50C955
RGB: (80,201,85)

Renk bilgisi

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

RGB renk modeli

#50C955 color RGB value is (80,201,85).

  • kırmız ton 80;
  • yeşil ton 201;
  • mavi ton 85.
RGB:
(80,201,85)
(31%,79%,33%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 201 of 255 = 79%
B 85 of 255 = 33%

80
201
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 201 + 85 = 366 (100%)
R 80 of 366 ~ 21.86%
G 201 of 366 ~ 54.92%
B 85 of 366 ~ 23.22%

%21.86
%54.92
%23.22

CMYK RENK MODELİ

#50C955 rengi CMYK tonu (60,0,58,21).

  • camgöbeği tonu 60.20%
  • eflatun tonu 0.00%
  • sarı tonu 57.71%
  • ana renk tonu 21.18%
CMYK:
(60,0,58,21)
C60M0Y58K21 
(60%,0%,58%,21%)
(0.60/0.00/0.58/0.21)	

CMYK yüzdeleri

%60.2
%0
%57.71
%21.18

Codes

Color #50C955 in popluar color models

50C955
RGB8020185
HSL122°52.84%55.10%
HSB/HSV122°60.20%78.82%
CMYK60.20%0.00%57.71%
21.18%

Color #50C955 in popluar number systems.

HEX50C955
Decimal8020185
Binary1010000110010011010101
Octal120311125

Shades and tints

Shades of #50C955

#50C955
(80,201,85)
#49B74E
(73,183,78)
#42A547
(66,165,71)
#3B9340
(59,147,64)
#348139
(52,129,57)
#2D6F32
(45,111,50)
#265D2B
(38,93,43)
#1F4B24
(31,75,36)
#18391D
(24,57,29)
#112716
(17,39,22)
#0A150F
(10,21,15)
#000000
(0,0,0)

Tints of #50C955

#50C955
(80,201,85)
#5FCD64
(95,205,100)
#6ED173
(110,209,115)
#7DD582
(125,213,130)
#8CD991
(140,217,145)
#9BDDA0
(155,221,160)
#AAE1AF
(170,225,175)
#B9E5BE
(185,229,190)
#C8E9CD
(200,233,205)
#D7EDDC
(215,237,220)
#E6F1EB
(230,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50C955 color. Also use rgb(80,201,85) instead hex code.

Text Font Color

.myTextColor { color: #50C955; }

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

This text font color is #50C955.


Background Color

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

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

This div background color is #50C955.


Border color

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

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

This div border color is #50C955.


Opacity

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

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

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

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

This text has shadow with #50C955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50C955 on black background.


Color preview on white background

This text has color #50C955 on white background.



Black color preview on #50C955 background

This text has black color on #50C955 background.


White color preview on #50C955 background

This text has white color on #50C955 background.