HEX: #63C275
RGB: (99,194,117)
#63C275 contains mainly green color. Web safe color of #63C275 is #66CC66 (or #6C6).
#63C275 color RGB value is (99,194,117).
RGB: (99,194,117)
(39%, 76%, 46%)
R 99 of 255 = 39%
G 194 of 255 = 76%
B 117 of 255 = 46%
R + G + B ~ 54%. #63C275 is middle color (not dark and not light).
R + G + B = 99 + 194 + 117 = 410 (100%)
R 99 of 410 ~ 24.15%
G 194 of 410 ~ 47.32%
B 117 of 410 ~ 28.54'%
#63C275 color CMYK value is (49,0,40,24).
CMYK: (49,0,40,24) C49M0Y40K24 (49%,0%,40%,24%) (0.49/0.00/0.40/0.24)
Color #63C275 in popluar color models
63 | C2 | 75 | |
---|---|---|---|
RGB | 99 | 194 | 117 |
HSL | 131° | 43.78% | 57.45% |
HSB/HSV | 131° | 48.97% | 76.08% |
CMYK | 48.97% | 0.00% | 39.69% |
23.92% |
Color #63C275 in popluar number systems.
HEX | 63 | C2 | 75 |
Decimal | 99 | 194 | 117 |
Binary | 1100011 | 11000010 | 1110101 |
Octal | 143 | 302 | 165 |
Shades of #63C275
Tints of #63C275
Examples of css and html codes for elements with #63C275 color. Also use rgb(99,194,117) instead hex code.
.myTextColor { color: #63C275; }
<p style="color:#63C275">This sample text font color is #63C275.</p>
This text font color is #63C275.
.myBgColor { background-color: #63C275; }
<div style="background-color:#63C275">Inner text</div>
This div background color is #63C275.
.myBorderColor { border: 1px solid #63C275; }
<div style="border:3px solid #63C275">Div</div>
This div border color is #63C275.
.myOpacity80 { color: #63C275; opacity: 0.8; }
<p style="color:#63C275;opacity:0.8;">80%</p>
Text with #63C275 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63C275;}
<p style="text-shadow: 3px 3px 1px #63C275">Text here.</p>
This text has shadow with #63C275 color.
.textShadow {text-shadow: 3px 3px 1px #63C275', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63C275, 5px 5px 20px red">Text here.</p>
This text has shadow with #63C275 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63C275, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63C275, Direction=45, Strength=4)">Text</p>
This text has shadow with #63C275 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63C275;
-webkit-box-shadow: 1px 1px 3px 2px #63C275;
box-shadow: 1px 1px 3px 2px #63C275;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63C275; -webkit-box-shadow: 1px 1px 3px 2px #63C275; box-shadow:1px 1px 3px 2px #63C275;">
Div content here
</div>
This text has color #63C275 on black background.
This text has color #63C275 on white background.
This text has black color on #63C275 background.
This text has white color on #63C275 background.
Complementary color for #hex is #9C3D8A.