COLOR #50D58E

HEX: #50D58E
RGB: (80,213,142)

Renk bilgisi

#50D58E contains mainly green color. #50D58E ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#50D58E color RGB value is (80,213,142).

  • kırmız ton 80;
  • yeşil ton 213;
  • mavi ton 142.
RGB:
(80,213,142)
(31%,84%,56%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 213 of 255 = 84%
B 142 of 255 = 56%

80
213
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 213 + 142 = 435 (100%)
R 80 of 435 ~ 18.39%
G 213 of 435 ~ 48.97%
B 142 of 435 ~ 32.64%

%18.39
%48.97
%32.64

CMYK RENK MODELİ

#50D58E rengi CMYK tonu (62,0,33,16).

  • camgöbeği tonu 62.44%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 16.47%
CMYK:
(62,0,33,16)
C62M0Y33K16 
(62%,0%,33%,16%)
(0.62/0.00/0.33/0.16)	

CMYK yüzdeleri

%62.44
%0
%33.33
%16.47

Codes

Color #50D58E in popluar color models

50D58E
RGB80213142
HSL148°61.29%57.45%
HSB/HSV148°62.44%83.53%
CMYK62.44%0.00%33.33%
16.47%

Color #50D58E in popluar number systems.

HEX50D58E
Decimal80213142
Binary10100001101010110001110
Octal120325216

Shades and tints

Shades of #50D58E

#50D58E
(80,213,142)
#49C282
(73,194,130)
#42AF76
(66,175,118)
#3B9C6A
(59,156,106)
#34895E
(52,137,94)
#2D7652
(45,118,82)
#266346
(38,99,70)
#1F503A
(31,80,58)
#183D2E
(24,61,46)
#112A22
(17,42,34)
#0A1716
(10,23,22)
#000000
(0,0,0)

Tints of #50D58E

#50D58E
(80,213,142)
#5FD898
(95,216,152)
#6EDBA2
(110,219,162)
#7DDEAC
(125,222,172)
#8CE1B6
(140,225,182)
#9BE4C0
(155,228,192)
#AAE7CA
(170,231,202)
#B9EAD4
(185,234,212)
#C8EDDE
(200,237,222)
#D7F0E8
(215,240,232)
#E6F3F2
(230,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50D58E color. Also use rgb(80,213,142) instead hex code.

Text Font Color

.myTextColor { color: #50D58E; }

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

This text font color is #50D58E.


Background Color

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

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

This div background color is #50D58E.


Border color

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

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

This div border color is #50D58E.


Opacity

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

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

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

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

This text has shadow with #50D58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50D58E on black background.


Color preview on white background

This text has color #50D58E on white background.



Black color preview on #50D58E background

This text has black color on #50D58E background.


White color preview on #50D58E background

This text has white color on #50D58E background.