COLOR #5BB04D

HEX: #5BB04D
RGB: (91,176,77)

Color info

#5BB04D contains mainly green color. Web safe color of #5BB04D is #669933 (or #693).

RGB color model

#5BB04D color RGB value is (91,176,77).

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

RGB channels and saturation

R 91 of 255 = 36%
G 176 of 255 = 69%
B 77 of 255 = 30%

91
176
77

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

Portions of RGB colors in percentages

R + G + B =
91 + 176 + 77 = 344 (100%)
R 91 of 344 ~ 26.45%
G 176 of 344 ~ 51.16%
B 77 of 344 ~ 22.38%

%26.45
%51.16
%22.38

CMYK color model

#5BB04D color CMYK value is (48,0,56,31).

  • cyan value is 48.30%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 30.98%
CMYK:
(48,0,56,31)
C48M0Y56K31 
(48%,0%,56%,31%)
(0.48/0.00/0.56/0.31)	

CMYK percentages

%48.3
%0
%56.25
%30.98

Codes

Color #5BB04D in popluar color models

5BB04D
RGB9117677
HSL112°39.13%49.61%
HSB/HSV112°56.25%69.02%
CMYK48.30%0.00%56.25%
30.98%

Color #5BB04D in popluar number systems.

HEX5BB04D
Decimal9117677
Binary1011011101100001001101
Octal133260115

Shades and tints

Shades of #5BB04D

#5BB04D
(91,176,77)
#53A046
(83,160,70)
#4B903F
(75,144,63)
#438038
(67,128,56)
#3B7031
(59,112,49)
#33602A
(51,96,42)
#2B5023
(43,80,35)
#23401C
(35,64,28)
#1B3015
(27,48,21)
#13200E
(19,32,14)
#0B1007
(11,16,7)
#000000
(0,0,0)

Tints of #5BB04D

#5BB04D
(91,176,77)
#69B75D
(105,183,93)
#77BE6D
(119,190,109)
#85C57D
(133,197,125)
#93CC8D
(147,204,141)
#A1D39D
(161,211,157)
#AFDAAD
(175,218,173)
#BDE1BD
(189,225,189)
#CBE8CD
(203,232,205)
#D9EFDD
(217,239,221)
#E7F6ED
(231,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BB04D; }

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

This text font color is #5BB04D.


Background Color

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

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

This div background color is #5BB04D.


Border color

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

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

This div border color is #5BB04D.


Opacity

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

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

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

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

This text has shadow with #5BB04D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BB04D on black background.


Color preview on white background

This text has color #5BB04D on white background.



Black color preview on #5BB04D background

This text has black color on #5BB04D background.


White color preview on #5BB04D background

This text has white color on #5BB04D background.