COLOR #5BB502

HEX: #5BB502
RGB: (91,181,2)

Color info

#5BB502 contains mainly green color. Web safe color of #5BB502 is #66CC00 (or #6C0).

RGB color model

#5BB502 color RGB value is (91,181,2).

  • red value is 91;
  • green value is 181;
  • blue value is 2.
RGB:
(91,181,2)
(36%,71%,1%)

RGB channels and saturation

R 91 of 255 = 36%
G 181 of 255 = 71%
B 2 of 255 = 1%

91
181
2

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

Portions of RGB colors in percentages

R + G + B =
91 + 181 + 2 = 274 (100%)
R 91 of 274 ~ 33.21%
G 181 of 274 ~ 66.06%
B 2 of 274 ~ 0.73%

%33.21
%66.06

CMYK color model

#5BB502 color CMYK value is (50,0,99,29).

  • cyan value is 49.72%
  • magenta value is 0.00%
  • yellow value is 98.90%
  • key color value is 29.02%
CMYK:
(50,0,99,29)
C50M0Y99K29 
(50%,0%,99%,29%)
(0.50/0.00/0.99/0.29)	

CMYK percentages

%49.72
%0
%98.9
%29.02

Codes

Color #5BB502 in popluar color models

5BB502
RGB911812
HSL90°97.81%35.88%
HSB/HSV90°98.90%70.98%
CMYK49.72%0.00%98.90%
29.02%

Color #5BB502 in popluar number systems.

HEX5BB502
Decimal911812
Binary10110111011010110
Octal1332652

Shades and tints

Shades of #5BB502

#5BB502
(91,181,2)
#53A502
(83,165,2)
#4B9502
(75,149,2)
#438502
(67,133,2)
#3B7502
(59,117,2)
#336502
(51,101,2)
#2B5502
(43,85,2)
#234502
(35,69,2)
#1B3502
(27,53,2)
#132502
(19,37,2)
#0B1502
(11,21,2)
#000000
(0,0,0)

Tints of #5BB502

#5BB502
(91,181,2)
#69BB19
(105,187,25)
#77C130
(119,193,48)
#85C747
(133,199,71)
#93CD5E
(147,205,94)
#A1D375
(161,211,117)
#AFD98C
(175,217,140)
#BDDFA3
(189,223,163)
#CBE5BA
(203,229,186)
#D9EBD1
(217,235,209)
#E7F1E8
(231,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BB502 color. Also use rgb(91,181,2) instead hex code.

Text Font Color

.myTextColor { color: #5BB502; }

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

This text font color is #5BB502.


Background Color

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

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

This div background color is #5BB502.


Border color

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

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

This div border color is #5BB502.


Opacity

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

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

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

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

This text has shadow with #5BB502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BB502 on black background.


Color preview on white background

This text has color #5BB502 on white background.



Black color preview on #5BB502 background

This text has black color on #5BB502 background.


White color preview on #5BB502 background

This text has white color on #5BB502 background.