HEX: #29ED99
RGB: (41,237,153)
#29ED99 contains mainly green color. Web safe color of #29ED99 is #33FF99 (or #3F9).
#29ED99 color RGB value is (41,237,153).
RGB: (41,237,153)
(16%, 93%, 60%)
R 41 of 255 = 16%
G 237 of 255 = 93%
B 153 of 255 = 60%
R + G + B ~ 56%. #29ED99 is middle color (not dark and not light).
R + G + B = 41 + 237 + 153 = 431 (100%)
R 41 of 431 ~ 9.51%
G 237 of 431 ~ 54.99%
B 153 of 431 ~ 35.5'%
#29ED99 color CMYK value is (83,0,35,7).
CMYK: (83,0,35,7) C83M0Y35K7 (83%,0%,35%,7%) (0.83/0.00/0.35/0.07)
Color #29ED99 in popluar color models
29 | ED | 99 | |
---|---|---|---|
RGB | 41 | 237 | 153 |
HSL | 154° | 84.48% | 54.51% |
HSB/HSV | 154° | 82.70% | 92.94% |
CMYK | 82.70% | 0.00% | 35.44% |
7.06% |
Color #29ED99 in popluar number systems.
HEX | 29 | ED | 99 |
Decimal | 41 | 237 | 153 |
Binary | 101001 | 11101101 | 10011001 |
Octal | 51 | 355 | 231 |
Shades of #29ED99
Tints of #29ED99
Examples of css and html codes for elements with #29ED99 color. Also use rgb(41,237,153) instead hex code.
.myTextColor { color: #29ED99; }
<p style="color:#29ED99">This sample text font color is #29ED99.</p>
This text font color is #29ED99.
.myBgColor { background-color: #29ED99; }
<div style="background-color:#29ED99">Inner text</div>
This div background color is #29ED99.
.myBorderColor { border: 1px solid #29ED99; }
<div style="border:3px solid #29ED99">Div</div>
This div border color is #29ED99.
.myOpacity80 { color: #29ED99; opacity: 0.8; }
<p style="color:#29ED99;opacity:0.8;">80%</p>
Text with #29ED99 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #29ED99;}
<p style="text-shadow: 3px 3px 1px #29ED99">Text here.</p>
This text has shadow with #29ED99 color.
.textShadow {text-shadow: 3px 3px 1px #29ED99', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #29ED99, 5px 5px 20px red">Text here.</p>
This text has shadow with #29ED99 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#29ED99, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#29ED99, Direction=45, Strength=4)">Text</p>
This text has shadow with #29ED99 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #29ED99;
-webkit-box-shadow: 1px 1px 3px 2px #29ED99;
box-shadow: 1px 1px 3px 2px #29ED99;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #29ED99; -webkit-box-shadow: 1px 1px 3px 2px #29ED99; box-shadow:1px 1px 3px 2px #29ED99;">
Div content here
</div>
This text has color #29ED99 on black background.
This text has color #29ED99 on white background.
This text has black color on #29ED99 background.
This text has white color on #29ED99 background.
Complementary color for #hex is #D61266.