COLOR #5BAE78

HEX: #5BAE78 RGB: (91,174,120)

Color info

#5BAE78 contains mainly green and blue colors. Web safe color of #5BAE78 is #669966 (or #696).

RGB color model

#5BAE78 color RGB value is (91,174,120).

RGB: (91,174,120) (36%, 68%, 47%)

RGB channels and saturation

R 91 of 255 = 36%
G 174 of 255 = 68%
B 120 of 255 = 47%

91
174
120

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

Portions of RGB colors in percentages

R + G + B = 91 + 174 + 120 = 385 (100%)
R 91 of 385 ~ 23.64%
G 174 of 385 ~ 45.19%
B 120 of 385 ~ 31.17'%

%23.64
%45.19
%31.17

CMYK color model

#5BAE78 color CMYK value is (48,0,31,32).

  • cyan value is 47.70%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 31.76%

CMYK: (48,0,31,32)
C48M0Y31K32 (48%, 0%, 31%, 32%)
(0.48 / 0.00 / 0.31 / 0.32)

CMYK percentages

%47.7
%0
%31.03
%31.76

Codes

Color #5BAE78 in popluar color models

5B AE 78
RGB 91 174 120
HSL 141° 33.88% 51.96%
HSB/HSV 141° 47.70% 68.24%
CMYK 47.70% 0.00% 31.03%
31.76%

Color #5BAE78 in popluar number systems.

HEX 5B AE 78
Decimal 91 174 120
Binary 1011011 10101110 1111000
Octal 133 256 170

Shades and tints

Shades of #5BAE78

#5BAE78
(91,174,120)
#539F6E
(83,159,110)
#4B9064
(75,144,100)
#43815A
(67,129,90)
#3B7250
(59,114,80)
#336346
(51,99,70)
#2B543C
(43,84,60)
#234532
(35,69,50)
#1B3628
(27,54,40)
#13271E
(19,39,30)
#0B1814
(11,24,20)
#000000
(0,0,0)

Tints of #5BAE78

#5BAE78
(91,174,120)
#69B584
(105,181,132)
#77BC90
(119,188,144)
#85C39C
(133,195,156)
#93CAA8
(147,202,168)
#A1D1B4
(161,209,180)
#AFD8C0
(175,216,192)
#BDDFCC
(189,223,204)
#CBE6D8
(203,230,216)
#D9EDE4
(217,237,228)
#E7F4F0
(231,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5BAE78; }

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

This text font color is #5BAE78.

Background Color

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

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

This div background color is #5BAE78.

Border color

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

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

This div border color is #5BAE78.

Opacity

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

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

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

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

This text has shadow with #5BAE78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5BAE78.

Preview

Color preview on black background

This text has color #5BAE78 on black background.


Color preview on white background

This text has color #5BAE78 on white background.


Black color preview on #5BAE78 background

This text has black color on #5BAE78 background.


White color preview on #5BAE78 background

This text has white color on #5BAE78 background.


Related colors

Complementary color

Complementary color for #hex is #A45187.


I love getcolorcode.com

Triadic colors

1 #785BAE and #AE785B with #5BAE78 are triadic colors.

2 #78AE5B and #AE5B78 with #5BAE78 are triadic colors.