COLOR #5BAD25

HEX: #5BAD25 RGB: (91,173,37)

Color info

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

RGB color model

#5BAD25 color RGB value is (91,173,37).

RGB: (91,173,37) (36%, 68%, 15%)

RGB channels and saturation

R 91 of 255 = 36%
G 173 of 255 = 68%
B 37 of 255 = 15%

91
173
37

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

Portions of RGB colors in percentages

R + G + B = 91 + 173 + 37 = 301 (100%)
R 91 of 301 ~ 30.23%
G 173 of 301 ~ 57.48%
B 37 of 301 ~ 12.29'%

%30.23
%57.48
%12.29

CMYK color model

#5BAD25 color CMYK value is (47,0,79,32).

  • cyan value is 47.40%
  • magenta value is 0.00%
  • yellow value is 78.61%
  • key color value is 32.16%

CMYK: (47,0,79,32)
C47M0Y79K32 (47%, 0%, 79%, 32%)
(0.47 / 0.00 / 0.79 / 0.32)

CMYK percentages

%47.4
%0
%78.61
%32.16

Codes

Color #5BAD25 in popluar color models

5B AD 25
RGB 91 173 37
HSL 96° 64.76% 41.18%
HSB/HSV 96° 78.61% 67.84%
CMYK 47.40% 0.00% 78.61%
32.16%

Color #5BAD25 in popluar number systems.

HEX 5B AD 25
Decimal 91 173 37
Binary 1011011 10101101 100101
Octal 133 255 45

Shades and tints

Shades of #5BAD25

#5BAD25
(91,173,37)
#539E22
(83,158,34)
#4B8F1F
(75,143,31)
#43801C
(67,128,28)
#3B7119
(59,113,25)
#336216
(51,98,22)
#2B5313
(43,83,19)
#234410
(35,68,16)
#1B350D
(27,53,13)
#13260A
(19,38,10)
#0B1707
(11,23,7)
#000000
(0,0,0)

Tints of #5BAD25

#5BAD25
(91,173,37)
#69B438
(105,180,56)
#77BB4B
(119,187,75)
#85C25E
(133,194,94)
#93C971
(147,201,113)
#A1D084
(161,208,132)
#AFD797
(175,215,151)
#BDDEAA
(189,222,170)
#CBE5BD
(203,229,189)
#D9ECD0
(217,236,208)
#E7F3E3
(231,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BAD25 color. Also use rgb(91,173,37) instead hex code.

Text Font Color

.myTextColor { color: #5BAD25; }

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

This text font color is #5BAD25.

Background Color

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

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

This div background color is #5BAD25.

Border color

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

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

This div border color is #5BAD25.

Opacity

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

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

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

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

This text has shadow with #5BAD25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BAD25.

Preview

Color preview on black background

This text has color #5BAD25 on black background.


Color preview on white background

This text has color #5BAD25 on white background.


Black color preview on #5BAD25 background

This text has black color on #5BAD25 background.


White color preview on #5BAD25 background

This text has white color on #5BAD25 background.


Related colors

Complementary color

Complementary color for #5BAD25 is #A452DA.


I love getcolorcode.com

Triadic colors

1 #255BAD and #AD255B with #5BAD25 are triadic colors.

2 #25AD5B and #AD5B25 with #5BAD25 are triadic colors.