COLOR #50B95F

HEX: #50B95F
RGB: (80,185,95)

Renk bilgisi

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

RGB renk modeli

#50B95F color RGB value is (80,185,95).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 185 of 255 = 73%
B 95 of 255 = 37%

80
185
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 185 + 95 = 360 (100%)
R 80 of 360 ~ 22.22%
G 185 of 360 ~ 51.39%
B 95 of 360 ~ 26.39%

%22.22
%51.39
%26.39

CMYK RENK MODELİ

#50B95F rengi CMYK tonu (57,0,49,27).

  • camgöbeği tonu 56.76%
  • eflatun tonu 0.00%
  • sarı tonu 48.65%
  • ana renk tonu 27.45%
CMYK:
(57,0,49,27)
C57M0Y49K27 
(57%,0%,49%,27%)
(0.57/0.00/0.49/0.27)	

CMYK yüzdeleri

%56.76
%0
%48.65
%27.45

Codes

Color #50B95F in popluar color models

50B95F
RGB8018595
HSL129°42.86%51.96%
HSB/HSV129°56.76%72.55%
CMYK56.76%0.00%48.65%
27.45%

Color #50B95F in popluar number systems.

HEX50B95F
Decimal8018595
Binary1010000101110011011111
Octal120271137

Shades and tints

Shades of #50B95F

#50B95F
(80,185,95)
#49A957
(73,169,87)
#42994F
(66,153,79)
#3B8947
(59,137,71)
#34793F
(52,121,63)
#2D6937
(45,105,55)
#26592F
(38,89,47)
#1F4927
(31,73,39)
#18391F
(24,57,31)
#112917
(17,41,23)
#0A190F
(10,25,15)
#000000
(0,0,0)

Tints of #50B95F

#50B95F
(80,185,95)
#5FBF6D
(95,191,109)
#6EC57B
(110,197,123)
#7DCB89
(125,203,137)
#8CD197
(140,209,151)
#9BD7A5
(155,215,165)
#AADDB3
(170,221,179)
#B9E3C1
(185,227,193)
#C8E9CF
(200,233,207)
#D7EFDD
(215,239,221)
#E6F5EB
(230,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50B95F; }

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

This text font color is #50B95F.


Background Color

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

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

This div background color is #50B95F.


Border color

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

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

This div border color is #50B95F.


Opacity

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

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

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

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

This text has shadow with #50B95F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B95F on black background.


Color preview on white background

This text has color #50B95F on white background.



Black color preview on #50B95F background

This text has black color on #50B95F background.


White color preview on #50B95F background

This text has white color on #50B95F background.