COLOR #5BAE34

HEX: #5BAE34
RGB: (91,174,52)

Color info

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

RGB color model

#5BAE34 color RGB value is (91,174,52).

  • red value is 91;
  • green value is 174;
  • blue value is 52.
RGB:
(91,174,52)
(36%,68%,20%)

RGB channels and saturation

R 91 of 255 = 36%
G 174 of 255 = 68%
B 52 of 255 = 20%

91
174
52

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

Portions of RGB colors in percentages

R + G + B =
91 + 174 + 52 = 317 (100%)
R 91 of 317 ~ 28.71%
G 174 of 317 ~ 54.89%
B 52 of 317 ~ 16.4%

%28.71
%54.89
%16.4

CMYK color model

#5BAE34 color CMYK value is (48,0,70,32).

  • cyan value is 47.70%
  • magenta value is 0.00%
  • yellow value is 70.11%
  • key color value is 31.76%
CMYK:
(48,0,70,32)
C48M0Y70K32 
(48%,0%,70%,32%)
(0.48/0.00/0.70/0.32)	

CMYK percentages

%47.7
%0
%70.11
%31.76

Codes

Color #5BAE34 in popluar color models

5BAE34
RGB9117452
HSL101°53.98%44.31%
HSB/HSV101°70.11%68.24%
CMYK47.70%0.00%70.11%
31.76%

Color #5BAE34 in popluar number systems.

HEX5BAE34
Decimal9117452
Binary101101110101110110100
Octal13325664

Shades and tints

Shades of #5BAE34

#5BAE34
(91,174,52)
#539F30
(83,159,48)
#4B902C
(75,144,44)
#438128
(67,129,40)
#3B7224
(59,114,36)
#336320
(51,99,32)
#2B541C
(43,84,28)
#234518
(35,69,24)
#1B3614
(27,54,20)
#132710
(19,39,16)
#0B180C
(11,24,12)
#000000
(0,0,0)

Tints of #5BAE34

#5BAE34
(91,174,52)
#69B546
(105,181,70)
#77BC58
(119,188,88)
#85C36A
(133,195,106)
#93CA7C
(147,202,124)
#A1D18E
(161,209,142)
#AFD8A0
(175,216,160)
#BDDFB2
(189,223,178)
#CBE6C4
(203,230,196)
#D9EDD6
(217,237,214)
#E7F4E8
(231,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BAE34 color. Also use rgb(91,174,52) instead hex code.

Text Font Color

.myTextColor { color: #5BAE34; }

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

This text font color is #5BAE34.


Background Color

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

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

This div background color is #5BAE34.


Border color

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

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

This div border color is #5BAE34.


Opacity

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

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

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

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

This text has shadow with #5BAE34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BAE34 on black background.


Color preview on white background

This text has color #5BAE34 on white background.



Black color preview on #5BAE34 background

This text has black color on #5BAE34 background.


White color preview on #5BAE34 background

This text has white color on #5BAE34 background.