COLOR #56CF49

HEX: #56CF49
RGB: (86,207,73)

Color info

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

RGB color model

#56CF49 color RGB value is (86,207,73).

  • red value is 86;
  • green value is 207;
  • blue value is 73.
RGB:
(86,207,73)
(34%,81%,29%)

RGB channels and saturation

R 86 of 255 = 34%
G 207 of 255 = 81%
B 73 of 255 = 29%

86
207
73

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

Portions of RGB colors in percentages

R + G + B =
86 + 207 + 73 = 366 (100%)
R 86 of 366 ~ 23.5%
G 207 of 366 ~ 56.56%
B 73 of 366 ~ 19.95%

%23.5
%56.56
%19.95

CMYK color model

#56CF49 color CMYK value is (58,0,65,19).

  • cyan value is 58.45%
  • magenta value is 0.00%
  • yellow value is 64.73%
  • key color value is 18.82%
CMYK:
(58,0,65,19)
C58M0Y65K19 
(58%,0%,65%,19%)
(0.58/0.00/0.65/0.19)	

CMYK percentages

%58.45
%0
%64.73
%18.82

Codes

Color #56CF49 in popluar color models

56CF49
RGB8620773
HSL114°58.26%54.90%
HSB/HSV114°64.73%81.18%
CMYK58.45%0.00%64.73%
18.82%

Color #56CF49 in popluar number systems.

HEX56CF49
Decimal8620773
Binary1010110110011111001001
Octal126317111

Shades and tints

Shades of #56CF49

#56CF49
(86,207,73)
#4FBD43
(79,189,67)
#48AB3D
(72,171,61)
#419937
(65,153,55)
#3A8731
(58,135,49)
#33752B
(51,117,43)
#2C6325
(44,99,37)
#25511F
(37,81,31)
#1E3F19
(30,63,25)
#172D13
(23,45,19)
#101B0D
(16,27,13)
#000000
(0,0,0)

Tints of #56CF49

#56CF49
(86,207,73)
#65D359
(101,211,89)
#74D769
(116,215,105)
#83DB79
(131,219,121)
#92DF89
(146,223,137)
#A1E399
(161,227,153)
#B0E7A9
(176,231,169)
#BFEBB9
(191,235,185)
#CEEFC9
(206,239,201)
#DDF3D9
(221,243,217)
#ECF7E9
(236,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56CF49 color. Also use rgb(86,207,73) instead hex code.

Text Font Color

.myTextColor { color: #56CF49; }

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

This text font color is #56CF49.


Background Color

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

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

This div background color is #56CF49.


Border color

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

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

This div border color is #56CF49.


Opacity

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

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

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

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

This text has shadow with #56CF49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56CF49 on black background.


Color preview on white background

This text has color #56CF49 on white background.



Black color preview on #56CF49 background

This text has black color on #56CF49 background.


White color preview on #56CF49 background

This text has white color on #56CF49 background.