COLOR #5BBF35

HEX: #5BBF35
RGB: (91,191,53)

Color info

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

RGB color model

#5BBF35 color RGB value is (91,191,53).

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

RGB channels and saturation

R 91 of 255 = 36%
G 191 of 255 = 75%
B 53 of 255 = 21%

91
191
53

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

Portions of RGB colors in percentages

R + G + B =
91 + 191 + 53 = 335 (100%)
R 91 of 335 ~ 27.16%
G 191 of 335 ~ 57.01%
B 53 of 335 ~ 15.82%

%27.16
%57.01
%15.82

CMYK color model

#5BBF35 color CMYK value is (52,0,72,25).

  • cyan value is 52.36%
  • magenta value is 0.00%
  • yellow value is 72.25%
  • key color value is 25.10%
CMYK:
(52,0,72,25)
C52M0Y72K25 
(52%,0%,72%,25%)
(0.52/0.00/0.72/0.25)	

CMYK percentages

%52.36
%0
%72.25
%25.1

Codes

Color #5BBF35 in popluar color models

5BBF35
RGB9119153
HSL103°56.56%47.84%
HSB/HSV103°72.25%74.90%
CMYK52.36%0.00%72.25%
25.10%

Color #5BBF35 in popluar number systems.

HEX5BBF35
Decimal9119153
Binary101101110111111110101
Octal13327765

Shades and tints

Shades of #5BBF35

#5BBF35
(91,191,53)
#53AE31
(83,174,49)
#4B9D2D
(75,157,45)
#438C29
(67,140,41)
#3B7B25
(59,123,37)
#336A21
(51,106,33)
#2B591D
(43,89,29)
#234819
(35,72,25)
#1B3715
(27,55,21)
#132611
(19,38,17)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #5BBF35

#5BBF35
(91,191,53)
#69C447
(105,196,71)
#77C959
(119,201,89)
#85CE6B
(133,206,107)
#93D37D
(147,211,125)
#A1D88F
(161,216,143)
#AFDDA1
(175,221,161)
#BDE2B3
(189,226,179)
#CBE7C5
(203,231,197)
#D9ECD7
(217,236,215)
#E7F1E9
(231,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BBF35; }

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

This text font color is #5BBF35.


Background Color

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

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

This div background color is #5BBF35.


Border color

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

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

This div border color is #5BBF35.


Opacity

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

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

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

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

This text has shadow with #5BBF35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BBF35 on black background.


Color preview on white background

This text has color #5BBF35 on white background.



Black color preview on #5BBF35 background

This text has black color on #5BBF35 background.


White color preview on #5BBF35 background

This text has white color on #5BBF35 background.