HEX: #75D349
RGB: (117,211,73)
#75D349 contains mainly green color. Web safe color of #75D349 is #66CC33 (or #6C3).
#75D349 color RGB value is (117,211,73).
RGB: (117,211,73)
(46%, 83%, 29%)
R 117 of 255 = 46%
G 211 of 255 = 83%
B 73 of 255 = 29%
R + G + B ~ 53%. #75D349 is middle color (not dark and not light).
R + G + B = 117 + 211 + 73 = 401 (100%)
R 117 of 401 ~ 29.18%
G 211 of 401 ~ 52.62%
B 73 of 401 ~ 18.2'%
#75D349 color CMYK value is (45,0,65,17).
CMYK: (45,0,65,17)
C45M0Y65K17 (45%, 0%, 65%, 17%)
(0.45 / 0.00 / 0.65 / 0.17)
Color #75D349 in popluar color models
75 | D3 | 49 | |
---|---|---|---|
RGB | 117 | 211 | 73 |
HSL | 101° | 61.06% | 55.69% |
HSB/HSV | 101° | 65.40% | 82.75% |
CMYK | 44.55% | 0.00% | 65.40% |
17.25% |
Color #75D349 in popluar number systems.
HEX | 75 | D3 | 49 |
Decimal | 117 | 211 | 73 |
Binary | 1110101 | 11010011 | 1001001 |
Octal | 165 | 323 | 111 |
Shades of #75D349
Tints of #75D349
Examples of css and html codes for elements with #75D349 color. Also use rgb(117,211,73) instead hex code.
.myTextColor { color: #75D349; }
<p style="color:#75D349">This sample text font color is #75D349.</p>
This text font color is #75D349.
.myBgColor { background-color: #75D349; }
<div style="background-color:#75D349">Inner text</div>
This div background color is #75D349.
.myBorderColor { border: 1px solid #75D349; }
<div style="border:3px solid #75D349">Div</div>
This div border color is #75D349.
.myOpacity80 { color: #75D349; opacity: 0.8; }
<p style="color:#75D349;opacity:0.8;">80%</p>
Text with #75D349 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #75D349;}
<p style="text-shadow: 3px 3px 1px #75D349">Text here.</p>
This text has shadow with #75D349 color.
.textShadow {text-shadow: 3px 3px 1px #75D349', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #75D349, 5px 5px 20px red">Text here.</p>
This text has shadow with #75D349 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75D349, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#75D349, Direction=45, Strength=4)">Text</p>
This text has shadow with #75D349 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #75D349;
-webkit-box-shadow: 1px 1px 3px 2px #75D349;
box-shadow: 1px 1px 3px 2px #75D349;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75D349; -webkit-box-shadow: 1px 1px 3px 2px #75D349; box-shadow:1px 1px 3px 2px #75D349;">
Div content here
</div>
This text has color #75D349 on black background.
This text has color #75D349 on white background.
This text has black color on #75D349 background.
This text has white color on #75D349 background.
Complementary color for #hex is #8A2CB6.