COLOR #55A955

HEX: #55A955
RGB: (85,169,85)

Color info

#55A955 contains mainly green color. Web safe color of #55A955 is #669966 (or #696).

RGB color model

#55A955 color RGB value is (85,169,85).

  • red value is 85;
  • green value is 169;
  • blue value is 85.
RGB:
(85,169,85)
(33%,66%,33%)

RGB channels and saturation

R 85 of 255 = 33%
G 169 of 255 = 66%
B 85 of 255 = 33%

85
169
85

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

Portions of RGB colors in percentages

R + G + B =
85 + 169 + 85 = 339 (100%)
R 85 of 339 ~ 25.07%
G 169 of 339 ~ 49.85%
B 85 of 339 ~ 25.07%

%25.07
%49.85
%25.07

CMYK color model

#55A955 color CMYK value is (50,0,50,34).

  • cyan value is 49.70%
  • magenta value is 0.00%
  • yellow value is 49.70%
  • key color value is 33.73%
CMYK:
(50,0,50,34)
C50M0Y50K34 
(50%,0%,50%,34%)
(0.50/0.00/0.50/0.34)	

CMYK percentages

%49.7
%0
%49.7
%33.73

Codes

Color #55A955 in popluar color models

55A955
RGB8516985
HSL120°33.07%49.80%
HSB/HSV120°49.70%66.27%
CMYK49.70%0.00%49.70%
33.73%

Color #55A955 in popluar number systems.

HEX55A955
Decimal8516985
Binary1010101101010011010101
Octal125251125

Shades and tints

Shades of #55A955

#55A955
(85,169,85)
#4E9A4E
(78,154,78)
#478B47
(71,139,71)
#407C40
(64,124,64)
#396D39
(57,109,57)
#325E32
(50,94,50)
#2B4F2B
(43,79,43)
#244024
(36,64,36)
#1D311D
(29,49,29)
#162216
(22,34,22)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #55A955

#55A955
(85,169,85)
#64B064
(100,176,100)
#73B773
(115,183,115)
#82BE82
(130,190,130)
#91C591
(145,197,145)
#A0CCA0
(160,204,160)
#AFD3AF
(175,211,175)
#BEDABE
(190,218,190)
#CDE1CD
(205,225,205)
#DCE8DC
(220,232,220)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A955 color. Also use rgb(85,169,85) instead hex code.

Text Font Color

.myTextColor { color: #55A955; }

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

This text font color is #55A955.


Background Color

.myBgColor { background-color: #55A955; }

<div style="background-color:#55A955">Inner text</div>

This div background color is #55A955.


Border color

.myBorderColor { border: 1px solid #55A955; }

<div style="border:3px solid #55A955">Div</div>

This div border color is #55A955.


Opacity

.myOpacity80 { color: #55A955; opacity: 0.8; }

<p style="color:#55A955;opacity:0.8;">80%</p>

Text with #55A955 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 #55A955;}

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

This text has shadow with #55A955 color.

.textShadow {text-shadow: 3px 3px 1px #55A955, 3px 3px 1px red;}

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

This text has shadow with #55A955 primary color and red secondary color.


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

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

This text has shadow with #55A955 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A955 on black background.


Color preview on white background

This text has color #55A955 on white background.



Black color preview on #55A955 background

This text has black color on #55A955 background.


White color preview on #55A955 background

This text has white color on #55A955 background.