HEX: #75CC63
RGB: (117,204,99)
#75CC63 contains mainly green color. Web safe color of #75CC63 is #66CC66 (or #6C6).
#75CC63 color RGB value is (117,204,99).
RGB: (117,204,99)
(46%, 80%, 39%)
R 117 of 255 = 46%
G 204 of 255 = 80%
B 99 of 255 = 39%
R + G + B ~ 55%. #75CC63 is middle color (not dark and not light).
R + G + B = 117 + 204 + 99 = 420 (100%)
R 117 of 420 ~ 27.86%
G 204 of 420 ~ 48.57%
B 99 of 420 ~ 23.57'%
#75CC63 color CMYK value is (43,0,51,20).
CMYK: (43,0,51,20) C43M0Y51K20 (43%,0%,51%,20%) (0.43/0.00/0.51/0.20)
Color #75CC63 in popluar color models
75 | CC | 63 | |
---|---|---|---|
RGB | 117 | 204 | 99 |
HSL | 110° | 50.72% | 59.41% |
HSB/HSV | 110° | 51.47% | 80.00% |
CMYK | 42.65% | 0.00% | 51.47% |
20.00% |
Color #75CC63 in popluar number systems.
HEX | 75 | CC | 63 |
Decimal | 117 | 204 | 99 |
Binary | 1110101 | 11001100 | 1100011 |
Octal | 165 | 314 | 143 |
Shades of #75CC63
Tints of #75CC63
Examples of css and html codes for elements with #75CC63 color. Also use rgb(117,204,99) instead hex code.
.myTextColor { color: #75CC63; }
<p style="color:#75CC63">This sample text font color is #75CC63.</p>
This text font color is #75CC63.
.myBgColor { background-color: #75CC63; }
<div style="background-color:#75CC63">Inner text</div>
This div background color is #75CC63.
.myBorderColor { border: 1px solid #75CC63; }
<div style="border:3px solid #75CC63">Div</div>
This div border color is #75CC63.
.myOpacity80 { color: #75CC63; opacity: 0.8; }
<p style="color:#75CC63;opacity:0.8;">80%</p>
Text with #75CC63 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #75CC63;}
<p style="text-shadow: 3px 3px 1px #75CC63">Text here.</p>
This text has shadow with #75CC63 color.
.textShadow {text-shadow: 3px 3px 1px #75CC63', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #75CC63, 5px 5px 20px red">Text here.</p>
This text has shadow with #75CC63 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75CC63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#75CC63, Direction=45, Strength=4)">Text</p>
This text has shadow with #75CC63 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #75CC63;
-webkit-box-shadow: 1px 1px 3px 2px #75CC63;
box-shadow: 1px 1px 3px 2px #75CC63;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75CC63; -webkit-box-shadow: 1px 1px 3px 2px #75CC63; box-shadow:1px 1px 3px 2px #75CC63;">
Div content here
</div>
This text has color #75CC63 on black background.
This text has color #75CC63 on white background.
This text has black color on #75CC63 background.
This text has white color on #75CC63 background.
Complementary color for #hex is #8A339C.