COLOR #55AD50

HEX: #55AD50 RGB: (85,173,80)

Color info

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

RGB color model

#55AD50 color RGB value is (85,173,80).

RGB: (85,173,80) (33%, 68%, 31%)

RGB channels and saturation

R 85 of 255 = 33%
G 173 of 255 = 68%
B 80 of 255 = 31%

85
173
80

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

Portions of RGB colors in percentages

R + G + B = 85 + 173 + 80 = 338 (100%)
R 85 of 338 ~ 25.15%
G 173 of 338 ~ 51.18%
B 80 of 338 ~ 23.67'%

%25.15
%51.18
%23.67

CMYK color model

#55AD50 color CMYK value is (51,0,54,32).

  • cyan value is 50.87%
  • magenta value is 0.00%
  • yellow value is 53.76%
  • key color value is 32.16%
CMYK: (51,0,54,32) C51M0Y54K32 (51%,0%,54%,32%) (0.51/0.00/0.54/0.32) 

CMYK percentages

%50.87
%0
%53.76
%32.16

Codes

Color #55AD50 in popluar color models

55 AD 50
RGB 85 173 80
HSL 117° 36.76% 49.61%
HSB/HSV 117° 53.76% 67.84%
CMYK 50.87% 0.00% 53.76%
32.16%

Color #55AD50 in popluar number systems.

HEX 55 AD 50
Decimal 85 173 80
Binary 1010101 10101101 1010000
Octal 125 255 120

Shades and tints

Shades of #55AD50

#55AD50
(85,173,80)
#4E9E49
(78,158,73)
#478F42
(71,143,66)
#40803B
(64,128,59)
#397134
(57,113,52)
#32622D
(50,98,45)
#2B5326
(43,83,38)
#24441F
(36,68,31)
#1D3518
(29,53,24)
#162611
(22,38,17)
#0F170A
(15,23,10)
#000000
(0,0,0)

Tints of #55AD50

#55AD50
(85,173,80)
#64B45F
(100,180,95)
#73BB6E
(115,187,110)
#82C27D
(130,194,125)
#91C98C
(145,201,140)
#A0D09B
(160,208,155)
#AFD7AA
(175,215,170)
#BEDEB9
(190,222,185)
#CDE5C8
(205,229,200)
#DCECD7
(220,236,215)
#EBF3E6
(235,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55AD50; }

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

This text font color is #55AD50.

Background Color

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

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

This div background color is #55AD50.

Border color

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

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

This div border color is #55AD50.

Opacity

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

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

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

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

This text has shadow with #55AD50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55AD50.

Preview

Color preview on black background

This text has color #55AD50 on black background.


Color preview on white background

This text has color #55AD50 on white background.


Black color preview on #55AD50 background

This text has black color on #55AD50 background.


White color preview on #55AD50 background

This text has white color on #55AD50 background.


Related colors

Complementary color

Complementary color for #hex is #AA52AF.


I love getcolorcode.com

Triadic colors

1 #5055AD and #AD5055 with #55AD50 are triadic colors.

2 #50AD55 and #AD5550 with #55AD50 are triadic colors.