COLOR #5BD79A

HEX: #5BD79A
RGB: (91,215,154)

Color info

#5BD79A contains mainly green color. Web safe color of #5BD79A is #66CC99 (or #6C9).

RGB color model

#5BD79A color RGB value is (91,215,154).

  • red value is 91;
  • green value is 215;
  • blue value is 154.
RGB:
(91,215,154)
(36%,84%,60%)

RGB channels and saturation

R 91 of 255 = 36%
G 215 of 255 = 84%
B 154 of 255 = 60%

91
215
154

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

Portions of RGB colors in percentages

R + G + B =
91 + 215 + 154 = 460 (100%)
R 91 of 460 ~ 19.78%
G 215 of 460 ~ 46.74%
B 154 of 460 ~ 33.48%

%19.78
%46.74
%33.48

CMYK color model

#5BD79A color CMYK value is (58,0,28,16).

  • cyan value is 57.67%
  • magenta value is 0.00%
  • yellow value is 28.37%
  • key color value is 15.69%
CMYK:
(58,0,28,16)
C58M0Y28K16 
(58%,0%,28%,16%)
(0.58/0.00/0.28/0.16)	

CMYK percentages

%57.67
%0
%28.37
%15.69

Codes

Color #5BD79A in popluar color models

5BD79A
RGB91215154
HSL150°60.78%60.00%
HSB/HSV150°57.67%84.31%
CMYK57.67%0.00%28.37%
15.69%

Color #5BD79A in popluar number systems.

HEX5BD79A
Decimal91215154
Binary10110111101011110011010
Octal133327232

Shades and tints

Shades of #5BD79A

#5BD79A
(91,215,154)
#53C48C
(83,196,140)
#4BB17E
(75,177,126)
#439E70
(67,158,112)
#3B8B62
(59,139,98)
#337854
(51,120,84)
#2B6546
(43,101,70)
#235238
(35,82,56)
#1B3F2A
(27,63,42)
#132C1C
(19,44,28)
#0B190E
(11,25,14)
#000000
(0,0,0)

Tints of #5BD79A

#5BD79A
(91,215,154)
#69DAA3
(105,218,163)
#77DDAC
(119,221,172)
#85E0B5
(133,224,181)
#93E3BE
(147,227,190)
#A1E6C7
(161,230,199)
#AFE9D0
(175,233,208)
#BDECD9
(189,236,217)
#CBEFE2
(203,239,226)
#D9F2EB
(217,242,235)
#E7F5F4
(231,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BD79A color. Also use rgb(91,215,154) instead hex code.

Text Font Color

.myTextColor { color: #5BD79A; }

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

This text font color is #5BD79A.


Background Color

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

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

This div background color is #5BD79A.


Border color

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

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

This div border color is #5BD79A.


Opacity

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

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

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

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

This text has shadow with #5BD79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BD79A on black background.


Color preview on white background

This text has color #5BD79A on white background.



Black color preview on #5BD79A background

This text has black color on #5BD79A background.


White color preview on #5BD79A background

This text has white color on #5BD79A background.