HEX: #55CC6D
RGB: (85,204,109)
#55CC6D contains mainly green color. Web safe color of #55CC6D is #66CC66 (or #6C6).
#55CC6D color RGB value is (85,204,109).
RGB: (85,204,109)
(33%, 80%, 43%)
R 85 of 255 = 33%
G 204 of 255 = 80%
B 109 of 255 = 43%
R + G + B ~ 52%. #55CC6D is middle color (not dark and not light).
R + G + B = 85 + 204 + 109 = 398 (100%)
R 85 of 398 ~ 21.36%
G 204 of 398 ~ 51.26%
B 109 of 398 ~ 27.39'%
#55CC6D color CMYK value is (58,0,47,20).
CMYK: (58,0,47,20)
C58M0Y47K20 (58%, 0%, 47%, 20%)
(0.58 / 0.00 / 0.47 / 0.20)
Color #55CC6D in popluar color models
55 | CC | 6D | |
---|---|---|---|
RGB | 85 | 204 | 109 |
HSL | 132° | 53.85% | 56.67% |
HSB/HSV | 132° | 58.33% | 80.00% |
CMYK | 58.33% | 0.00% | 46.57% |
20.00% |
Color #55CC6D in popluar number systems.
HEX | 55 | CC | 6D |
Decimal | 85 | 204 | 109 |
Binary | 1010101 | 11001100 | 1101101 |
Octal | 125 | 314 | 155 |
Shades of #55CC6D
Tints of #55CC6D
Examples of css and html codes for elements with #55CC6D color. Also use rgb(85,204,109) instead hex code.
.myTextColor { color: #55CC6D; }
<p style="color:#55CC6D">This sample text font color is #55CC6D.</p>
This text font color is #55CC6D.
.myBgColor { background-color: #55CC6D; }
<div style="background-color:#55CC6D">Inner text</div>
This div background color is #55CC6D.
.myBorderColor { border: 1px solid #55CC6D; }
<div style="border:3px solid #55CC6D">Div</div>
This div border color is #55CC6D.
.myOpacity80 { color: #55CC6D; opacity: 0.8; }
<p style="color:#55CC6D;opacity:0.8;">80%</p>
Text with #55CC6D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55CC6D;}
<p style="text-shadow: 3px 3px 1px #55CC6D">Text here.</p>
This text has shadow with #55CC6D color.
.textShadow {text-shadow: 3px 3px 1px #55CC6D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55CC6D, 5px 5px 20px red">Text here.</p>
This text has shadow with #55CC6D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55CC6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55CC6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #55CC6D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55CC6D;
-webkit-box-shadow: 1px 1px 3px 2px #55CC6D;
box-shadow: 1px 1px 3px 2px #55CC6D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55CC6D; -webkit-box-shadow: 1px 1px 3px 2px #55CC6D; box-shadow:1px 1px 3px 2px #55CC6D;">
Div content here
</div>
This text has color #55CC6D on black background.
This text has color #55CC6D on white background.
This text has black color on #55CC6D background.
This text has white color on #55CC6D background.
Complementary color for #hex is #AA3392.