COLOR #5BA55F

HEX: #5BA55F
RGB: (91,165,95)

Color info

#5BA55F contains mainly green color. Web safe color of #5BA55F is #669966 (or #696).

RGB color model

#5BA55F color RGB value is (91,165,95).

  • red value is 91;
  • green value is 165;
  • blue value is 95.
RGB:
(91,165,95)
(36%,65%,37%)

RGB channels and saturation

R 91 of 255 = 36%
G 165 of 255 = 65%
B 95 of 255 = 37%

91
165
95

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

Portions of RGB colors in percentages

R + G + B =
91 + 165 + 95 = 351 (100%)
R 91 of 351 ~ 25.93%
G 165 of 351 ~ 47.01%
B 95 of 351 ~ 27.07%

%25.93
%47.01
%27.07

CMYK color model

#5BA55F color CMYK value is (45,0,42,35).

  • cyan value is 44.85%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 35.29%
CMYK:
(45,0,42,35)
C45M0Y42K35 
(45%,0%,42%,35%)
(0.45/0.00/0.42/0.35)	

CMYK percentages

%44.85
%0
%42.42
%35.29

Codes

Color #5BA55F in popluar color models

5BA55F
RGB9116595
HSL123°29.13%50.20%
HSB/HSV123°44.85%64.71%
CMYK44.85%0.00%42.42%
35.29%

Color #5BA55F in popluar number systems.

HEX5BA55F
Decimal9116595
Binary1011011101001011011111
Octal133245137

Shades and tints

Shades of #5BA55F

#5BA55F
(91,165,95)
#539657
(83,150,87)
#4B874F
(75,135,79)
#437847
(67,120,71)
#3B693F
(59,105,63)
#335A37
(51,90,55)
#2B4B2F
(43,75,47)
#233C27
(35,60,39)
#1B2D1F
(27,45,31)
#131E17
(19,30,23)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #5BA55F

#5BA55F
(91,165,95)
#69AD6D
(105,173,109)
#77B57B
(119,181,123)
#85BD89
(133,189,137)
#93C597
(147,197,151)
#A1CDA5
(161,205,165)
#AFD5B3
(175,213,179)
#BDDDC1
(189,221,193)
#CBE5CF
(203,229,207)
#D9EDDD
(217,237,221)
#E7F5EB
(231,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BA55F color. Also use rgb(91,165,95) instead hex code.

Text Font Color

.myTextColor { color: #5BA55F; }

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

This text font color is #5BA55F.


Background Color

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

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

This div background color is #5BA55F.


Border color

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

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

This div border color is #5BA55F.


Opacity

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

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

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

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

This text has shadow with #5BA55F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BA55F on black background.


Color preview on white background

This text has color #5BA55F on white background.



Black color preview on #5BA55F background

This text has black color on #5BA55F background.


White color preview on #5BA55F background

This text has white color on #5BA55F background.