COLOR #56A258

HEX: #56A258
RGB: (86,162,88)

Color info

#56A258 contains mainly green color. Web safe color of #56A258 is #669966 (or #696).

RGB color model

#56A258 color RGB value is (86,162,88).

  • red value is 86;
  • green value is 162;
  • blue value is 88.
RGB:
(86,162,88)
(34%,64%,35%)

RGB channels and saturation

R 86 of 255 = 34%
G 162 of 255 = 64%
B 88 of 255 = 35%

86
162
88

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

Portions of RGB colors in percentages

R + G + B =
86 + 162 + 88 = 336 (100%)
R 86 of 336 ~ 25.6%
G 162 of 336 ~ 48.21%
B 88 of 336 ~ 26.19%

%25.6
%48.21
%26.19

CMYK color model

#56A258 color CMYK value is (47,0,46,36).

  • cyan value is 46.91%
  • magenta value is 0.00%
  • yellow value is 45.68%
  • key color value is 36.47%
CMYK:
(47,0,46,36)
C47M0Y46K36 
(47%,0%,46%,36%)
(0.47/0.00/0.46/0.36)	

CMYK percentages

%46.91
%0
%45.68
%36.47

Codes

Color #56A258 in popluar color models

56A258
RGB8616288
HSL122°30.65%48.63%
HSB/HSV122°46.91%63.53%
CMYK46.91%0.00%45.68%
36.47%

Color #56A258 in popluar number systems.

HEX56A258
Decimal8616288
Binary1010110101000101011000
Octal126242130

Shades and tints

Shades of #56A258

#56A258
(86,162,88)
#4F9450
(79,148,80)
#488648
(72,134,72)
#417840
(65,120,64)
#3A6A38
(58,106,56)
#335C30
(51,92,48)
#2C4E28
(44,78,40)
#254020
(37,64,32)
#1E3218
(30,50,24)
#172410
(23,36,16)
#101608
(16,22,8)
#000000
(0,0,0)

Tints of #56A258

#56A258
(86,162,88)
#65AA67
(101,170,103)
#74B276
(116,178,118)
#83BA85
(131,186,133)
#92C294
(146,194,148)
#A1CAA3
(161,202,163)
#B0D2B2
(176,210,178)
#BFDAC1
(191,218,193)
#CEE2D0
(206,226,208)
#DDEADF
(221,234,223)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A258 color. Also use rgb(86,162,88) instead hex code.

Text Font Color

.myTextColor { color: #56A258; }

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

This text font color is #56A258.


Background Color

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

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

This div background color is #56A258.


Border color

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

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

This div border color is #56A258.


Opacity

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

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

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

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

This text has shadow with #56A258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A258 on black background.


Color preview on white background

This text has color #56A258 on white background.



Black color preview on #56A258 background

This text has black color on #56A258 background.


White color preview on #56A258 background

This text has white color on #56A258 background.