HEX: #55CE68
RGB: (85,206,104)
#55CE68 contains mainly green color. Web safe color of #55CE68 is #66CC66 (or #6C6).
#55CE68 color RGB value is (85,206,104).
RGB: (85,206,104)
(33%, 81%, 41%)
R 85 of 255 = 33%
G 206 of 255 = 81%
B 104 of 255 = 41%
R + G + B ~ 52%. #55CE68 is middle color (not dark and not light).
R + G + B = 85 + 206 + 104 = 395 (100%)
R 85 of 395 ~ 21.52%
G 206 of 395 ~ 52.15%
B 104 of 395 ~ 26.33'%
#55CE68 color CMYK value is (59,0,50,19).
CMYK: (59,0,50,19)
C59M0Y50K19 (59%, 0%, 50%, 19%)
(0.59 / 0.00 / 0.50 / 0.19)
Color #55CE68 in popluar color models
55 | CE | 68 | |
---|---|---|---|
RGB | 85 | 206 | 104 |
HSL | 129° | 55.25% | 57.06% |
HSB/HSV | 129° | 58.74% | 80.78% |
CMYK | 58.74% | 0.00% | 49.51% |
19.22% |
Color #55CE68 in popluar number systems.
HEX | 55 | CE | 68 |
Decimal | 85 | 206 | 104 |
Binary | 1010101 | 11001110 | 1101000 |
Octal | 125 | 316 | 150 |
Shades of #55CE68
Tints of #55CE68
Examples of css and html codes for elements with #55CE68 color. Also use rgb(85,206,104) instead hex code.
.myTextColor { color: #55CE68; }
<p style="color:#55CE68">This sample text font color is #55CE68.</p>
This text font color is #55CE68.
.myBgColor { background-color: #55CE68; }
<div style="background-color:#55CE68">Inner text</div>
This div background color is #55CE68.
.myBorderColor { border: 1px solid #55CE68; }
<div style="border:3px solid #55CE68">Div</div>
This div border color is #55CE68.
.myOpacity80 { color: #55CE68; opacity: 0.8; }
<p style="color:#55CE68;opacity:0.8;">80%</p>
Text with #55CE68 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55CE68;}
<p style="text-shadow: 3px 3px 1px #55CE68">Text here.</p>
This text has shadow with #55CE68 color.
.textShadow {text-shadow: 3px 3px 1px #55CE68', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55CE68, 5px 5px 20px red">Text here.</p>
This text has shadow with #55CE68 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55CE68, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55CE68, Direction=45, Strength=4)">Text</p>
This text has shadow with #55CE68 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55CE68;
-webkit-box-shadow: 1px 1px 3px 2px #55CE68;
box-shadow: 1px 1px 3px 2px #55CE68;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55CE68; -webkit-box-shadow: 1px 1px 3px 2px #55CE68; box-shadow:1px 1px 3px 2px #55CE68;">
Div content here
</div>
This text has color #55CE68 on black background.
This text has color #55CE68 on white background.
This text has black color on #55CE68 background.
This text has white color on #55CE68 background.
Complementary color for #hex is #AA3197.