COLOR #5BAB0F

HEX: #5BAB0F
RGB: (91,171,15)

Color info

#5BAB0F contains mainly green color. Web safe color of #5BAB0F is #669900 (or #690).

RGB color model

#5BAB0F color RGB value is (91,171,15).

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

RGB channels and saturation

R 91 of 255 = 36%
G 171 of 255 = 67%
B 15 of 255 = 6%

91
171
15

R + G + B ~ 36%. #5BAB0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 171 + 15 = 277 (100%)
R 91 of 277 ~ 32.85%
G 171 of 277 ~ 61.73%
B 15 of 277 ~ 5.42%

%32.85
%61.73

CMYK color model

#5BAB0F color CMYK value is (47,0,91,33).

  • cyan value is 46.78%
  • magenta value is 0.00%
  • yellow value is 91.23%
  • key color value is 32.94%
CMYK:
(47,0,91,33)
C47M0Y91K33 
(47%,0%,91%,33%)
(0.47/0.00/0.91/0.33)	

CMYK percentages

%46.78
%0
%91.23
%32.94

Codes

Color #5BAB0F in popluar color models

5BAB0F
RGB9117115
HSL91°83.87%36.47%
HSB/HSV91°91.23%67.06%
CMYK46.78%0.00%91.23%
32.94%

Color #5BAB0F in popluar number systems.

HEX5BAB0F
Decimal9117115
Binary1011011101010111111
Octal13325317

Shades and tints

Shades of #5BAB0F

#5BAB0F
(91,171,15)
#539C0E
(83,156,14)
#4B8D0D
(75,141,13)
#437E0C
(67,126,12)
#3B6F0B
(59,111,11)
#33600A
(51,96,10)
#2B5109
(43,81,9)
#234208
(35,66,8)
#1B3307
(27,51,7)
#132406
(19,36,6)
#0B1505
(11,21,5)
#000000
(0,0,0)

Tints of #5BAB0F

#5BAB0F
(91,171,15)
#69B224
(105,178,36)
#77B939
(119,185,57)
#85C04E
(133,192,78)
#93C763
(147,199,99)
#A1CE78
(161,206,120)
#AFD58D
(175,213,141)
#BDDCA2
(189,220,162)
#CBE3B7
(203,227,183)
#D9EACC
(217,234,204)
#E7F1E1
(231,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BAB0F; }

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

This text font color is #5BAB0F.


Background Color

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

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

This div background color is #5BAB0F.


Border color

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

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

This div border color is #5BAB0F.


Opacity

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

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

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

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

This text has shadow with #5BAB0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BAB0F on black background.


Color preview on white background

This text has color #5BAB0F on white background.



Black color preview on #5BAB0F background

This text has black color on #5BAB0F background.


White color preview on #5BAB0F background

This text has white color on #5BAB0F background.