COLOR #56B931

HEX: #56B931 RGB: (86,185,49)

Color info

#56B931 contains mainly green color. Web safe color of #56B931 is #66CC33 (or #6C3).

RGB color model

#56B931 color RGB value is (86,185,49).

RGB: (86,185,49) (34%, 73%, 19%)

RGB channels and saturation

R 86 of 255 = 34%
G 185 of 255 = 73%
B 49 of 255 = 19%

86
185
49

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

Portions of RGB colors in percentages

R + G + B = 86 + 185 + 49 = 320 (100%)
R 86 of 320 ~ 26.88%
G 185 of 320 ~ 57.81%
B 49 of 320 ~ 15.31'%

%26.88
%57.81
%15.31

CMYK color model

#56B931 color CMYK value is (54,0,74,27).

  • cyan value is 53.51%
  • magenta value is 0.00%
  • yellow value is 73.51%
  • key color value is 27.45%

CMYK: (54,0,74,27)
C54M0Y74K27 (54%, 0%, 74%, 27%)
(0.54 / 0.00 / 0.74 / 0.27)

CMYK percentages

%53.51
%0
%73.51
%27.45

Codes

Color #56B931 in popluar color models

56 B9 31
RGB 86 185 49
HSL 104° 58.12% 45.88%
HSB/HSV 104° 73.51% 72.55%
CMYK 53.51% 0.00% 73.51%
27.45%

Color #56B931 in popluar number systems.

HEX 56 B9 31
Decimal 86 185 49
Binary 1010110 10111001 110001
Octal 126 271 61

Shades and tints

Shades of #56B931

#56B931
(86,185,49)
#4FA92D
(79,169,45)
#489929
(72,153,41)
#418925
(65,137,37)
#3A7921
(58,121,33)
#33691D
(51,105,29)
#2C5919
(44,89,25)
#254915
(37,73,21)
#1E3911
(30,57,17)
#17290D
(23,41,13)
#101909
(16,25,9)
#000000
(0,0,0)

Tints of #56B931

#56B931
(86,185,49)
#65BF43
(101,191,67)
#74C555
(116,197,85)
#83CB67
(131,203,103)
#92D179
(146,209,121)
#A1D78B
(161,215,139)
#B0DD9D
(176,221,157)
#BFE3AF
(191,227,175)
#CEE9C1
(206,233,193)
#DDEFD3
(221,239,211)
#ECF5E5
(236,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56B931 color. Also use rgb(86,185,49) instead hex code.

Text Font Color

.myTextColor { color: #56B931; }

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

This text font color is #56B931.

Background Color

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

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

This div background color is #56B931.

Border color

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

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

This div border color is #56B931.

Opacity

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

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

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

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

This text has shadow with #56B931 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56B931.

Preview

Color preview on black background

This text has color #56B931 on black background.


Color preview on white background

This text has color #56B931 on white background.


Black color preview on #56B931 background

This text has black color on #56B931 background.


White color preview on #56B931 background

This text has white color on #56B931 background.


Related colors

Complementary color

Complementary color for #hex is #A946CE.


I love getcolorcode.com

Triadic colors

1 #3156B9 and #B93156 with #56B931 are triadic colors.

2 #31B956 and #B95631 with #56B931 are triadic colors.