HEX: #55D342
RGB: (85,211,66)
#55D342 contains mainly green color. Web safe color of #55D342 is #66CC33 (or #6C3).
#55D342 color RGB value is (85,211,66).
RGB: (85,211,66)
(33%, 83%, 26%)
R 85 of 255 = 33%
G 211 of 255 = 83%
B 66 of 255 = 26%
R + G + B ~ 47%. #55D342 is middle color (not dark and not light).
R + G + B = 85 + 211 + 66 = 362 (100%)
R 85 of 362 ~ 23.48%
G 211 of 362 ~ 58.29%
B 66 of 362 ~ 18.23'%
#55D342 color CMYK value is (60,0,69,17).
CMYK: (60,0,69,17) C60M0Y69K17 (60%,0%,69%,17%) (0.60/0.00/0.69/0.17)
Color #55D342 in popluar color models
55 | D3 | 42 | |
---|---|---|---|
RGB | 85 | 211 | 66 |
HSL | 112° | 62.23% | 54.31% |
HSB/HSV | 112° | 68.72% | 82.75% |
CMYK | 59.72% | 0.00% | 68.72% |
17.25% |
Color #55D342 in popluar number systems.
HEX | 55 | D3 | 42 |
Decimal | 85 | 211 | 66 |
Binary | 1010101 | 11010011 | 1000010 |
Octal | 125 | 323 | 102 |
Shades of #55D342
Tints of #55D342
Examples of css and html codes for elements with #55D342 color. Also use rgb(85,211,66) instead hex code.
.myTextColor { color: #55D342; }
<p style="color:#55D342">This sample text font color is #55D342.</p>
This text font color is #55D342.
.myBgColor { background-color: #55D342; }
<div style="background-color:#55D342">Inner text</div>
This div background color is #55D342.
.myBorderColor { border: 1px solid #55D342; }
<div style="border:3px solid #55D342">Div</div>
This div border color is #55D342.
.myOpacity80 { color: #55D342; opacity: 0.8; }
<p style="color:#55D342;opacity:0.8;">80%</p>
Text with #55D342 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55D342;}
<p style="text-shadow: 3px 3px 1px #55D342">Text here.</p>
This text has shadow with #55D342 color.
.textShadow {text-shadow: 3px 3px 1px #55D342', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55D342, 5px 5px 20px red">Text here.</p>
This text has shadow with #55D342 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55D342, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55D342, Direction=45, Strength=4)">Text</p>
This text has shadow with #55D342 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55D342;
-webkit-box-shadow: 1px 1px 3px 2px #55D342;
box-shadow: 1px 1px 3px 2px #55D342;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55D342; -webkit-box-shadow: 1px 1px 3px 2px #55D342; box-shadow:1px 1px 3px 2px #55D342;">
Div content here
</div>
This text has color #55D342 on black background.
This text has color #55D342 on white background.
This text has black color on #55D342 background.
This text has white color on #55D342 background.
Complementary color for #hex is #AA2CBD.