COLOR #56BB50

HEX: #56BB50 RGB: (86,187,80)

Color info

#56BB50 contains mainly green color. Web safe color of #56BB50 is #66CC66 (or #6C6).

RGB color model

#56BB50 color RGB value is (86,187,80).

RGB: (86,187,80) (34%, 73%, 31%)

RGB channels and saturation

R 86 of 255 = 34%
G 187 of 255 = 73%
B 80 of 255 = 31%

86
187
80

R + G + B ~ 46%. #56BB50 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 86 + 187 + 80 = 353 (100%)
R 86 of 353 ~ 24.36%
G 187 of 353 ~ 52.97%
B 80 of 353 ~ 22.66'%

%24.36
%52.97
%22.66

CMYK color model

#56BB50 color CMYK value is (54,0,57,27).

  • cyan value is 54.01%
  • magenta value is 0.00%
  • yellow value is 57.22%
  • key color value is 26.67%
CMYK: (54,0,57,27) C54M0Y57K27 (54%,0%,57%,27%) (0.54/0.00/0.57/0.27) 

CMYK percentages

%54.01
%0
%57.22
%26.67

Codes

Color #56BB50 in popluar color models

56 BB 50
RGB 86 187 80
HSL 117° 44.03% 52.35%
HSB/HSV 117° 57.22% 73.33%
CMYK 54.01% 0.00% 57.22%
26.67%

Color #56BB50 in popluar number systems.

HEX 56 BB 50
Decimal 86 187 80
Binary 1010110 10111011 1010000
Octal 126 273 120

Shades and tints

Shades of #56BB50

#56BB50
(86,187,80)
#4FAA49
(79,170,73)
#489942
(72,153,66)
#41883B
(65,136,59)
#3A7734
(58,119,52)
#33662D
(51,102,45)
#2C5526
(44,85,38)
#25441F
(37,68,31)
#1E3318
(30,51,24)
#172211
(23,34,17)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #56BB50

#56BB50
(86,187,80)
#65C15F
(101,193,95)
#74C76E
(116,199,110)
#83CD7D
(131,205,125)
#92D38C
(146,211,140)
#A1D99B
(161,217,155)
#B0DFAA
(176,223,170)
#BFE5B9
(191,229,185)
#CEEBC8
(206,235,200)
#DDF1D7
(221,241,215)
#ECF7E6
(236,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56BB50 color. Also use rgb(86,187,80) instead hex code.

Text Font Color

.myTextColor { color: #56BB50; }

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

This text font color is #56BB50.

Background Color

.myBgColor { background-color: #56BB50; }

<div style="background-color:#56BB50">Inner text</div>

This div background color is #56BB50.

Border color

.myBorderColor { border: 1px solid #56BB50; }

<div style="border:3px solid #56BB50">Div</div>

This div border color is #56BB50.

Opacity

.myOpacity80 { color: #56BB50; opacity: 0.8; }

<p style="color:#56BB50;opacity:0.8;">80%</p>

Text with #56BB50 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 #56BB50;}

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

This text has shadow with #56BB50 color.


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

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

This text has shadow with #56BB50 primary color and red secondary color.


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

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

This text has shadow with #56BB50 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #56BB50.

Preview

Color preview on black background

This text has color #56BB50 on black background.


Color preview on white background

This text has color #56BB50 on white background.


Black color preview on #56BB50 background

This text has black color on #56BB50 background.


White color preview on #56BB50 background

This text has white color on #56BB50 background.


Related colors

Complementary color

Complementary color for #hex is #A944AF.


I love getcolorcode.com

Triadic colors

1 #5056BB and #BB5056 with #56BB50 are triadic colors.

2 #50BB56 and #BB5650 with #56BB50 are triadic colors.