COLOR #5BBD43

HEX: #5BBD43
RGB: (91,189,67)

Color info

#5BBD43 contains mainly green color. Web safe color of #5BBD43 is #66CC33 (or #6C3).

RGB color model

#5BBD43 color RGB value is (91,189,67).

  • red value is 91;
  • green value is 189;
  • blue value is 67.
RGB:
(91,189,67)
(36%,74%,26%)

RGB channels and saturation

R 91 of 255 = 36%
G 189 of 255 = 74%
B 67 of 255 = 26%

91
189
67

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

Portions of RGB colors in percentages

R + G + B =
91 + 189 + 67 = 347 (100%)
R 91 of 347 ~ 26.22%
G 189 of 347 ~ 54.47%
B 67 of 347 ~ 19.31%

%26.22
%54.47
%19.31

CMYK color model

#5BBD43 color CMYK value is (52,0,65,26).

  • cyan value is 51.85%
  • magenta value is 0.00%
  • yellow value is 64.55%
  • key color value is 25.88%
CMYK:
(52,0,65,26)
C52M0Y65K26 
(52%,0%,65%,26%)
(0.52/0.00/0.65/0.26)	

CMYK percentages

%51.85
%0
%64.55
%25.88

Codes

Color #5BBD43 in popluar color models

5BBD43
RGB9118967
HSL108°48.03%50.20%
HSB/HSV108°64.55%74.12%
CMYK51.85%0.00%64.55%
25.88%

Color #5BBD43 in popluar number systems.

HEX5BBD43
Decimal9118967
Binary1011011101111011000011
Octal133275103

Shades and tints

Shades of #5BBD43

#5BBD43
(91,189,67)
#53AC3D
(83,172,61)
#4B9B37
(75,155,55)
#438A31
(67,138,49)
#3B792B
(59,121,43)
#336825
(51,104,37)
#2B571F
(43,87,31)
#234619
(35,70,25)
#1B3513
(27,53,19)
#13240D
(19,36,13)
#0B1307
(11,19,7)
#000000
(0,0,0)

Tints of #5BBD43

#5BBD43
(91,189,67)
#69C354
(105,195,84)
#77C965
(119,201,101)
#85CF76
(133,207,118)
#93D587
(147,213,135)
#A1DB98
(161,219,152)
#AFE1A9
(175,225,169)
#BDE7BA
(189,231,186)
#CBEDCB
(203,237,203)
#D9F3DC
(217,243,220)
#E7F9ED
(231,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BBD43 color. Also use rgb(91,189,67) instead hex code.

Text Font Color

.myTextColor { color: #5BBD43; }

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

This text font color is #5BBD43.


Background Color

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

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

This div background color is #5BBD43.


Border color

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

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

This div border color is #5BBD43.


Opacity

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

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

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

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

This text has shadow with #5BBD43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BBD43 on black background.


Color preview on white background

This text has color #5BBD43 on white background.



Black color preview on #5BBD43 background

This text has black color on #5BBD43 background.


White color preview on #5BBD43 background

This text has white color on #5BBD43 background.