COLOR #5BB869

HEX: #5BB869
RGB: (91,184,105)

Color info

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

RGB color model

#5BB869 color RGB value is (91,184,105).

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

RGB channels and saturation

R 91 of 255 = 36%
G 184 of 255 = 72%
B 105 of 255 = 41%

91
184
105

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

Portions of RGB colors in percentages

R + G + B =
91 + 184 + 105 = 380 (100%)
R 91 of 380 ~ 23.95%
G 184 of 380 ~ 48.42%
B 105 of 380 ~ 27.63%

%23.95
%48.42
%27.63

CMYK color model

#5BB869 color CMYK value is (51,0,43,28).

  • cyan value is 50.54%
  • magenta value is 0.00%
  • yellow value is 42.93%
  • key color value is 27.84%
CMYK:
(51,0,43,28)
C51M0Y43K28 
(51%,0%,43%,28%)
(0.51/0.00/0.43/0.28)	

CMYK percentages

%50.54
%0
%42.93
%27.84

Codes

Color #5BB869 in popluar color models

5BB869
RGB91184105
HSL129°39.57%53.92%
HSB/HSV129°50.54%72.16%
CMYK50.54%0.00%42.93%
27.84%

Color #5BB869 in popluar number systems.

HEX5BB869
Decimal91184105
Binary1011011101110001101001
Octal133270151

Shades and tints

Shades of #5BB869

#5BB869
(91,184,105)
#53A860
(83,168,96)
#4B9857
(75,152,87)
#43884E
(67,136,78)
#3B7845
(59,120,69)
#33683C
(51,104,60)
#2B5833
(43,88,51)
#23482A
(35,72,42)
#1B3821
(27,56,33)
#132818
(19,40,24)
#0B180F
(11,24,15)
#000000
(0,0,0)

Tints of #5BB869

#5BB869
(91,184,105)
#69BE76
(105,190,118)
#77C483
(119,196,131)
#85CA90
(133,202,144)
#93D09D
(147,208,157)
#A1D6AA
(161,214,170)
#AFDCB7
(175,220,183)
#BDE2C4
(189,226,196)
#CBE8D1
(203,232,209)
#D9EEDE
(217,238,222)
#E7F4EB
(231,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BB869; }

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

This text font color is #5BB869.


Background Color

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

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

This div background color is #5BB869.


Border color

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

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

This div border color is #5BB869.


Opacity

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

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

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

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

This text has shadow with #5BB869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BB869 on black background.


Color preview on white background

This text has color #5BB869 on white background.



Black color preview on #5BB869 background

This text has black color on #5BB869 background.


White color preview on #5BB869 background

This text has white color on #5BB869 background.