COLOR #5BB05A

HEX: #5BB05A
RGB: (91,176,90)

Color info

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

RGB color model

#5BB05A color RGB value is (91,176,90).

  • red value is 91;
  • green value is 176;
  • blue value is 90.
RGB:
(91,176,90)
(36%,69%,35%)

RGB channels and saturation

R 91 of 255 = 36%
G 176 of 255 = 69%
B 90 of 255 = 35%

91
176
90

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

Portions of RGB colors in percentages

R + G + B =
91 + 176 + 90 = 357 (100%)
R 91 of 357 ~ 25.49%
G 176 of 357 ~ 49.3%
B 90 of 357 ~ 25.21%

%25.49
%49.3
%25.21

CMYK color model

#5BB05A color CMYK value is (48,0,49,31).

  • cyan value is 48.30%
  • magenta value is 0.00%
  • yellow value is 48.86%
  • key color value is 30.98%
CMYK:
(48,0,49,31)
C48M0Y49K31 
(48%,0%,49%,31%)
(0.48/0.00/0.49/0.31)	

CMYK percentages

%48.3
%0
%48.86
%30.98

Codes

Color #5BB05A in popluar color models

5BB05A
RGB9117690
HSL119°35.25%52.16%
HSB/HSV119°48.86%69.02%
CMYK48.30%0.00%48.86%
30.98%

Color #5BB05A in popluar number systems.

HEX5BB05A
Decimal9117690
Binary1011011101100001011010
Octal133260132

Shades and tints

Shades of #5BB05A

#5BB05A
(91,176,90)
#53A052
(83,160,82)
#4B904A
(75,144,74)
#438042
(67,128,66)
#3B703A
(59,112,58)
#336032
(51,96,50)
#2B502A
(43,80,42)
#234022
(35,64,34)
#1B301A
(27,48,26)
#132012
(19,32,18)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #5BB05A

#5BB05A
(91,176,90)
#69B769
(105,183,105)
#77BE78
(119,190,120)
#85C587
(133,197,135)
#93CC96
(147,204,150)
#A1D3A5
(161,211,165)
#AFDAB4
(175,218,180)
#BDE1C3
(189,225,195)
#CBE8D2
(203,232,210)
#D9EFE1
(217,239,225)
#E7F6F0
(231,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BB05A color. Also use rgb(91,176,90) instead hex code.

Text Font Color

.myTextColor { color: #5BB05A; }

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

This text font color is #5BB05A.


Background Color

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

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

This div background color is #5BB05A.


Border color

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

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

This div border color is #5BB05A.


Opacity

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

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

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

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

This text has shadow with #5BB05A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BB05A on black background.


Color preview on white background

This text has color #5BB05A on white background.



Black color preview on #5BB05A background

This text has black color on #5BB05A background.


White color preview on #5BB05A background

This text has white color on #5BB05A background.