COLOR #5DDF59

HEX: #5DDF59
RGB: (93,223,89)

Renk bilgisi

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

RGB renk modeli

#5DDF59 color RGB value is (93,223,89).

  • kırmız ton 93;
  • yeşil ton 223;
  • mavi ton 89.
RGB:
(93,223,89)
(36%,87%,35%)

RGB bağlantıları ve doygunluk

R 93 of 255 = 36%
G 223 of 255 = 87%
B 89 of 255 = 35%

93
223
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
93 + 223 + 89 = 405 (100%)
R 93 of 405 ~ 22.96%
G 223 of 405 ~ 55.06%
B 89 of 405 ~ 21.98%

%22.96
%55.06
%21.98

CMYK RENK MODELİ

#5DDF59 rengi CMYK tonu (58,0,60,13).

  • camgöbeği tonu 58.30%
  • eflatun tonu 0.00%
  • sarı tonu 60.09%
  • ana renk tonu 12.55%
CMYK:
(58,0,60,13)
C58M0Y60K13 
(58%,0%,60%,13%)
(0.58/0.00/0.60/0.13)	

CMYK yüzdeleri

%58.3
%0
%60.09
%12.55

Codes

Color #5DDF59 in popluar color models

5DDF59
RGB9322389
HSL118°67.68%61.18%
HSB/HSV118°60.09%87.45%
CMYK58.30%0.00%60.09%
12.55%

Color #5DDF59 in popluar number systems.

HEX5DDF59
Decimal9322389
Binary1011101110111111011001
Octal135337131

Shades and tints

Shades of #5DDF59

#5DDF59
(93,223,89)
#55CB51
(85,203,81)
#4DB749
(77,183,73)
#45A341
(69,163,65)
#3D8F39
(61,143,57)
#357B31
(53,123,49)
#2D6729
(45,103,41)
#255321
(37,83,33)
#1D3F19
(29,63,25)
#152B11
(21,43,17)
#0D1709
(13,23,9)
#000000
(0,0,0)

Tints of #5DDF59

#5DDF59
(93,223,89)
#6BE168
(107,225,104)
#79E377
(121,227,119)
#87E586
(135,229,134)
#95E795
(149,231,149)
#A3E9A4
(163,233,164)
#B1EBB3
(177,235,179)
#BFEDC2
(191,237,194)
#CDEFD1
(205,239,209)
#DBF1E0
(219,241,224)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DDF59 color. Also use rgb(93,223,89) instead hex code.

Text Font Color

.myTextColor { color: #5DDF59; }

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

This text font color is #5DDF59.


Background Color

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

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

This div background color is #5DDF59.


Border color

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

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

This div border color is #5DDF59.


Opacity

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

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

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

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

This text has shadow with #5DDF59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DDF59 on black background.


Color preview on white background

This text has color #5DDF59 on white background.



Black color preview on #5DDF59 background

This text has black color on #5DDF59 background.


White color preview on #5DDF59 background

This text has white color on #5DDF59 background.