HEX: #55AD50
RGB: (85,173,80)
#55AD50 contains mainly green color. Web safe color of #55AD50 is #669966 (or #696).
#55AD50 color RGB value is (85,173,80).
RGB: (85,173,80)
(33%, 68%, 31%)
R 85 of 255 = 33%
G 173 of 255 = 68%
B 80 of 255 = 31%
R + G + B ~ 44%. #55AD50 is middle color (not dark and not light).
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'%
#55AD50 color CMYK value is (51,0,54,32).
CMYK: (51,0,54,32) C51M0Y54K32 (51%,0%,54%,32%) (0.51/0.00/0.54/0.32)
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 of #55AD50
Tints of #55AD50
Examples of css and html codes for elements with #55AD50 color. Also use rgb(85,173,80) instead hex code.
.myTextColor { color: #55AD50; }
<p style="color:#55AD50">This sample text font color is #55AD50.</p>
This text font color is #55AD50.
.myBgColor { background-color: #55AD50; }
<div style="background-color:#55AD50">Inner text</div>
This div background color is #55AD50.
.myBorderColor { border: 1px solid #55AD50; }
<div style="border:3px solid #55AD50">Div</div>
This div border color is #55AD50.
.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%.
.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.
/* 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 text has color #55AD50 on black background.
This text has color #55AD50 on white background.
This text has black color on #55AD50 background.
This text has white color on #55AD50 background.
Complementary color for #hex is #AA52AF.