HEX: #55D497
RGB: (85,212,151)
#55D497 contains mainly green color. Web safe color of #55D497 is #66CC99 (or #6C9).
#55D497 color RGB value is (85,212,151).
RGB: (85,212,151)
(33%, 83%, 59%)
R 85 of 255 = 33%
G 212 of 255 = 83%
B 151 of 255 = 59%
R + G + B ~ 58%. #55D497 is middle color (not dark and not light).
R + G + B = 85 + 212 + 151 = 448 (100%)
R 85 of 448 ~ 18.97%
G 212 of 448 ~ 47.32%
B 151 of 448 ~ 33.71'%
#55D497 color CMYK value is (60,0,29,17).
CMYK: (60,0,29,17)
C60M0Y29K17 (60%, 0%, 29%, 17%)
(0.60 / 0.00 / 0.29 / 0.17)
Color #55D497 in popluar color models
55 | D4 | 97 | |
---|---|---|---|
RGB | 85 | 212 | 151 |
HSL | 151° | 59.62% | 58.24% |
HSB/HSV | 151° | 59.91% | 83.14% |
CMYK | 59.91% | 0.00% | 28.77% |
16.86% |
Color #55D497 in popluar number systems.
HEX | 55 | D4 | 97 |
Decimal | 85 | 212 | 151 |
Binary | 1010101 | 11010100 | 10010111 |
Octal | 125 | 324 | 227 |
Shades of #55D497
Tints of #55D497
Examples of css and html codes for elements with #55D497 color. Also use rgb(85,212,151) instead hex code.
.myTextColor { color: #55D497; }
<p style="color:#55D497">This sample text font color is #55D497.</p>
This text font color is #55D497.
.myBgColor { background-color: #55D497; }
<div style="background-color:#55D497">Inner text</div>
This div background color is #55D497.
.myBorderColor { border: 1px solid #55D497; }
<div style="border:3px solid #55D497">Div</div>
This div border color is #55D497.
.myOpacity80 { color: #55D497; opacity: 0.8; }
<p style="color:#55D497;opacity:0.8;">80%</p>
Text with #55D497 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55D497;}
<p style="text-shadow: 3px 3px 1px #55D497">Text here.</p>
This text has shadow with #55D497 color.
.textShadow {text-shadow: 3px 3px 1px #55D497', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55D497, 5px 5px 20px red">Text here.</p>
This text has shadow with #55D497 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55D497, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55D497, Direction=45, Strength=4)">Text</p>
This text has shadow with #55D497 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55D497;
-webkit-box-shadow: 1px 1px 3px 2px #55D497;
box-shadow: 1px 1px 3px 2px #55D497;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55D497; -webkit-box-shadow: 1px 1px 3px 2px #55D497; box-shadow:1px 1px 3px 2px #55D497;">
Div content here
</div>
This text has color #55D497 on black background.
This text has color #55D497 on white background.
This text has black color on #55D497 background.
This text has white color on #55D497 background.
Complementary color for #hex is #AA2B68.