COLOR #50C65F

HEX: #50C65F
RGB: (80,198,95)

Renk bilgisi

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

RGB renk modeli

#50C65F color RGB value is (80,198,95).

  • kırmız ton 80;
  • yeşil ton 198;
  • mavi ton 95.
RGB:
(80,198,95)
(31%,78%,37%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 198 of 255 = 78%
B 95 of 255 = 37%

80
198
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 198 + 95 = 373 (100%)
R 80 of 373 ~ 21.45%
G 198 of 373 ~ 53.08%
B 95 of 373 ~ 25.47%

%21.45
%53.08
%25.47

CMYK RENK MODELİ

#50C65F rengi CMYK tonu (60,0,52,22).

  • camgöbeği tonu 59.60%
  • eflatun tonu 0.00%
  • sarı tonu 52.02%
  • ana renk tonu 22.35%
CMYK:
(60,0,52,22)
C60M0Y52K22 
(60%,0%,52%,22%)
(0.60/0.00/0.52/0.22)	

CMYK yüzdeleri

%59.6
%0
%52.02
%22.35

Codes

Color #50C65F in popluar color models

50C65F
RGB8019895
HSL128°50.86%54.51%
HSB/HSV128°59.60%77.65%
CMYK59.60%0.00%52.02%
22.35%

Color #50C65F in popluar number systems.

HEX50C65F
Decimal8019895
Binary1010000110001101011111
Octal120306137

Shades and tints

Shades of #50C65F

#50C65F
(80,198,95)
#49B457
(73,180,87)
#42A24F
(66,162,79)
#3B9047
(59,144,71)
#347E3F
(52,126,63)
#2D6C37
(45,108,55)
#265A2F
(38,90,47)
#1F4827
(31,72,39)
#18361F
(24,54,31)
#112417
(17,36,23)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #50C65F

#50C65F
(80,198,95)
#5FCB6D
(95,203,109)
#6ED07B
(110,208,123)
#7DD589
(125,213,137)
#8CDA97
(140,218,151)
#9BDFA5
(155,223,165)
#AAE4B3
(170,228,179)
#B9E9C1
(185,233,193)
#C8EECF
(200,238,207)
#D7F3DD
(215,243,221)
#E6F8EB
(230,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50C65F color. Also use rgb(80,198,95) instead hex code.

Text Font Color

.myTextColor { color: #50C65F; }

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

This text font color is #50C65F.


Background Color

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

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

This div background color is #50C65F.


Border color

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

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

This div border color is #50C65F.


Opacity

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

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

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

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

This text has shadow with #50C65F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50C65F on black background.


Color preview on white background

This text has color #50C65F on white background.



Black color preview on #50C65F background

This text has black color on #50C65F background.


White color preview on #50C65F background

This text has white color on #50C65F background.