COLOR #5DB979

HEX: #5DB979
RGB: (93,185,121)

Renk bilgisi

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

RGB renk modeli

#5DB979 color RGB value is (93,185,121).

  • kırmız ton 93;
  • yeşil ton 185;
  • mavi ton 121.
RGB:
(93,185,121)
(36%,73%,47%)

RGB bağlantıları ve doygunluk

R 93 of 255 = 36%
G 185 of 255 = 73%
B 121 of 255 = 47%

93
185
121

R + G + B ~ 52%. #5DB979 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
93 + 185 + 121 = 399 (100%)
R 93 of 399 ~ 23.31%
G 185 of 399 ~ 46.37%
B 121 of 399 ~ 30.33%

%23.31
%46.37
%30.33

CMYK RENK MODELİ

#5DB979 rengi CMYK tonu (50,0,35,27).

  • camgöbeği tonu 49.73%
  • eflatun tonu 0.00%
  • sarı tonu 34.59%
  • ana renk tonu 27.45%
CMYK:
(50,0,35,27)
C50M0Y35K27 
(50%,0%,35%,27%)
(0.50/0.00/0.35/0.27)	

CMYK yüzdeleri

%49.73
%0
%34.59
%27.45

Codes

Color #5DB979 in popluar color models

5DB979
RGB93185121
HSL138°39.66%54.51%
HSB/HSV138°49.73%72.55%
CMYK49.73%0.00%34.59%
27.45%

Color #5DB979 in popluar number systems.

HEX5DB979
Decimal93185121
Binary1011101101110011111001
Octal135271171

Shades and tints

Shades of #5DB979

#5DB979
(93,185,121)
#55A96E
(85,169,110)
#4D9963
(77,153,99)
#458958
(69,137,88)
#3D794D
(61,121,77)
#356942
(53,105,66)
#2D5937
(45,89,55)
#25492C
(37,73,44)
#1D3921
(29,57,33)
#152916
(21,41,22)
#0D190B
(13,25,11)
#000000
(0,0,0)

Tints of #5DB979

#5DB979
(93,185,121)
#6BBF85
(107,191,133)
#79C591
(121,197,145)
#87CB9D
(135,203,157)
#95D1A9
(149,209,169)
#A3D7B5
(163,215,181)
#B1DDC1
(177,221,193)
#BFE3CD
(191,227,205)
#CDE9D9
(205,233,217)
#DBEFE5
(219,239,229)
#E9F5F1
(233,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DB979 color. Also use rgb(93,185,121) instead hex code.

Text Font Color

.myTextColor { color: #5DB979; }

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

This text font color is #5DB979.


Background Color

.myBgColor { background-color: #5DB979; }

<div style="background-color:#5DB979">Inner text</div>

This div background color is #5DB979.


Border color

.myBorderColor { border: 1px solid #5DB979; }

<div style="border:3px solid #5DB979">Div</div>

This div border color is #5DB979.


Opacity

.myOpacity80 { color: #5DB979; opacity: 0.8; }

<p style="color:#5DB979;opacity:0.8;">80%</p>

Text with #5DB979 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 #5DB979;}

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

This text has shadow with #5DB979 color.

.textShadow {text-shadow: 3px 3px 1px #5DB979, 3px 3px 1px red;}

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

This text has shadow with #5DB979 primary color and red secondary color.


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

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

This text has shadow with #5DB979 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DB979 on black background.


Color preview on white background

This text has color #5DB979 on white background.



Black color preview on #5DB979 background

This text has black color on #5DB979 background.


White color preview on #5DB979 background

This text has white color on #5DB979 background.