COLOR #5BD769

HEX: #5BD769
RGB: (91,215,105)

Color info

#5BD769 contains mainly green color. Web safe color of #5BD769 is #66CC66 (or #6C6).

RGB color model

#5BD769 color RGB value is (91,215,105).

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

RGB channels and saturation

R 91 of 255 = 36%
G 215 of 255 = 84%
B 105 of 255 = 41%

91
215
105

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

Portions of RGB colors in percentages

R + G + B =
91 + 215 + 105 = 411 (100%)
R 91 of 411 ~ 22.14%
G 215 of 411 ~ 52.31%
B 105 of 411 ~ 25.55%

%22.14
%52.31
%25.55

CMYK color model

#5BD769 color CMYK value is (58,0,51,16).

  • cyan value is 57.67%
  • magenta value is 0.00%
  • yellow value is 51.16%
  • key color value is 15.69%
CMYK:
(58,0,51,16)
C58M0Y51K16 
(58%,0%,51%,16%)
(0.58/0.00/0.51/0.16)	

CMYK percentages

%57.67
%0
%51.16
%15.69

Codes

Color #5BD769 in popluar color models

5BD769
RGB91215105
HSL127°60.78%60.00%
HSB/HSV127°57.67%84.31%
CMYK57.67%0.00%51.16%
15.69%

Color #5BD769 in popluar number systems.

HEX5BD769
Decimal91215105
Binary1011011110101111101001
Octal133327151

Shades and tints

Shades of #5BD769

#5BD769
(91,215,105)
#53C460
(83,196,96)
#4BB157
(75,177,87)
#439E4E
(67,158,78)
#3B8B45
(59,139,69)
#33783C
(51,120,60)
#2B6533
(43,101,51)
#23522A
(35,82,42)
#1B3F21
(27,63,33)
#132C18
(19,44,24)
#0B190F
(11,25,15)
#000000
(0,0,0)

Tints of #5BD769

#5BD769
(91,215,105)
#69DA76
(105,218,118)
#77DD83
(119,221,131)
#85E090
(133,224,144)
#93E39D
(147,227,157)
#A1E6AA
(161,230,170)
#AFE9B7
(175,233,183)
#BDECC4
(189,236,196)
#CBEFD1
(203,239,209)
#D9F2DE
(217,242,222)
#E7F5EB
(231,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BD769; }

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

This text font color is #5BD769.


Background Color

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

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

This div background color is #5BD769.


Border color

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

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

This div border color is #5BD769.


Opacity

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

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

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

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

This text has shadow with #5BD769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BD769 on black background.


Color preview on white background

This text has color #5BD769 on white background.



Black color preview on #5BD769 background

This text has black color on #5BD769 background.


White color preview on #5BD769 background

This text has white color on #5BD769 background.