COLOR #5BAB35

HEX: #5BAB35
RGB: (91,171,53)

Color info

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

RGB color model

#5BAB35 color RGB value is (91,171,53).

  • red value is 91;
  • green value is 171;
  • blue value is 53.
RGB:
(91,171,53)
(36%,67%,21%)

RGB channels and saturation

R 91 of 255 = 36%
G 171 of 255 = 67%
B 53 of 255 = 21%

91
171
53

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

Portions of RGB colors in percentages

R + G + B =
91 + 171 + 53 = 315 (100%)
R 91 of 315 ~ 28.89%
G 171 of 315 ~ 54.29%
B 53 of 315 ~ 16.83%

%28.89
%54.29
%16.83

CMYK color model

#5BAB35 color CMYK value is (47,0,69,33).

  • cyan value is 46.78%
  • magenta value is 0.00%
  • yellow value is 69.01%
  • key color value is 32.94%
CMYK:
(47,0,69,33)
C47M0Y69K33 
(47%,0%,69%,33%)
(0.47/0.00/0.69/0.33)	

CMYK percentages

%46.78
%0
%69.01
%32.94

Codes

Color #5BAB35 in popluar color models

5BAB35
RGB9117153
HSL101°52.68%43.92%
HSB/HSV101°69.01%67.06%
CMYK46.78%0.00%69.01%
32.94%

Color #5BAB35 in popluar number systems.

HEX5BAB35
Decimal9117153
Binary101101110101011110101
Octal13325365

Shades and tints

Shades of #5BAB35

#5BAB35
(91,171,53)
#539C31
(83,156,49)
#4B8D2D
(75,141,45)
#437E29
(67,126,41)
#3B6F25
(59,111,37)
#336021
(51,96,33)
#2B511D
(43,81,29)
#234219
(35,66,25)
#1B3315
(27,51,21)
#132411
(19,36,17)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #5BAB35

#5BAB35
(91,171,53)
#69B247
(105,178,71)
#77B959
(119,185,89)
#85C06B
(133,192,107)
#93C77D
(147,199,125)
#A1CE8F
(161,206,143)
#AFD5A1
(175,213,161)
#BDDCB3
(189,220,179)
#CBE3C5
(203,227,197)
#D9EAD7
(217,234,215)
#E7F1E9
(231,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BAB35 color. Also use rgb(91,171,53) instead hex code.

Text Font Color

.myTextColor { color: #5BAB35; }

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

This text font color is #5BAB35.


Background Color

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

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

This div background color is #5BAB35.


Border color

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

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

This div border color is #5BAB35.


Opacity

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

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

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

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

This text has shadow with #5BAB35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BAB35 on black background.


Color preview on white background

This text has color #5BAB35 on white background.



Black color preview on #5BAB35 background

This text has black color on #5BAB35 background.


White color preview on #5BAB35 background

This text has white color on #5BAB35 background.