COLOR #5BD399

HEX: #5BD399
RGB: (91,211,153)

Renk bilgisi

#5BD399 contains mainly green and blue colors. #5BD399 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#5BD399 color RGB value is (91,211,153).

  • kırmız ton 91;
  • yeşil ton 211;
  • mavi ton 153.
RGB:
(91,211,153)
(36%,83%,60%)

RGB bağlantıları ve doygunluk

R 91 of 255 = 36%
G 211 of 255 = 83%
B 153 of 255 = 60%

91
211
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
91 + 211 + 153 = 455 (100%)
R 91 of 455 ~ 20%
G 211 of 455 ~ 46.37%
B 153 of 455 ~ 33.63%

%20
%46.37
%33.63

CMYK RENK MODELİ

#5BD399 rengi CMYK tonu (57,0,27,17).

  • camgöbeği tonu 56.87%
  • eflatun tonu 0.00%
  • sarı tonu 27.49%
  • ana renk tonu 17.25%
CMYK:
(57,0,27,17)
C57M0Y27K17 
(57%,0%,27%,17%)
(0.57/0.00/0.27/0.17)	

CMYK yüzdeleri

%56.87
%0
%27.49
%17.25

Codes

Color #5BD399 in popluar color models

5BD399
RGB91211153
HSL151°57.69%59.22%
HSB/HSV151°56.87%82.75%
CMYK56.87%0.00%27.49%
17.25%

Color #5BD399 in popluar number systems.

HEX5BD399
Decimal91211153
Binary10110111101001110011001
Octal133323231

Shades and tints

Shades of #5BD399

#5BD399
(91,211,153)
#53C08C
(83,192,140)
#4BAD7F
(75,173,127)
#439A72
(67,154,114)
#3B8765
(59,135,101)
#337458
(51,116,88)
#2B614B
(43,97,75)
#234E3E
(35,78,62)
#1B3B31
(27,59,49)
#132824
(19,40,36)
#0B1517
(11,21,23)
#000000
(0,0,0)

Tints of #5BD399

#5BD399
(91,211,153)
#69D7A2
(105,215,162)
#77DBAB
(119,219,171)
#85DFB4
(133,223,180)
#93E3BD
(147,227,189)
#A1E7C6
(161,231,198)
#AFEBCF
(175,235,207)
#BDEFD8
(189,239,216)
#CBF3E1
(203,243,225)
#D9F7EA
(217,247,234)
#E7FBF3
(231,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BD399 color. Also use rgb(91,211,153) instead hex code.

Text Font Color

.myTextColor { color: #5BD399; }

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

This text font color is #5BD399.


Background Color

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

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

This div background color is #5BD399.


Border color

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

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

This div border color is #5BD399.


Opacity

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

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

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

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

This text has shadow with #5BD399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BD399 on black background.


Color preview on white background

This text has color #5BD399 on white background.



Black color preview on #5BD399 background

This text has black color on #5BD399 background.


White color preview on #5BD399 background

This text has white color on #5BD399 background.