HEX: #63BC1B
RGB: (99,188,27)
#63BC1B contains mainly green color. Web safe color of #63BC1B is #66CC33 (or #6C3).
#63BC1B color RGB value is (99,188,27).
RGB: (99,188,27)
(39%, 74%, 11%)
R 99 of 255 = 39%
G 188 of 255 = 74%
B 27 of 255 = 11%
R + G + B ~ 41%. #63BC1B is middle color (not dark and not light).
R + G + B = 99 + 188 + 27 = 314 (100%)
R 99 of 314 ~ 31.53%
G 188 of 314 ~ 59.87%
B 27 of 314 ~ 8.6'%
#63BC1B color CMYK value is (47,0,86,26).
CMYK: (47,0,86,26) C47M0Y86K26 (47%,0%,86%,26%) (0.47/0.00/0.86/0.26)
Color #63BC1B in popluar color models
63 | BC | 1B | |
---|---|---|---|
RGB | 99 | 188 | 27 |
HSL | 93° | 74.88% | 42.16% |
HSB/HSV | 93° | 85.64% | 73.73% |
CMYK | 47.34% | 0.00% | 85.64% |
26.27% |
Color #63BC1B in popluar number systems.
HEX | 63 | BC | 1B |
Decimal | 99 | 188 | 27 |
Binary | 1100011 | 10111100 | 11011 |
Octal | 143 | 274 | 33 |
Shades of #63BC1B
Tints of #63BC1B
Examples of css and html codes for elements with #63BC1B color. Also use rgb(99,188,27) instead hex code.
.myTextColor { color: #63BC1B; }
<p style="color:#63BC1B">This sample text font color is #63BC1B.</p>
This text font color is #63BC1B.
.myBgColor { background-color: #63BC1B; }
<div style="background-color:#63BC1B">Inner text</div>
This div background color is #63BC1B.
.myBorderColor { border: 1px solid #63BC1B; }
<div style="border:3px solid #63BC1B">Div</div>
This div border color is #63BC1B.
.myOpacity80 { color: #63BC1B; opacity: 0.8; }
<p style="color:#63BC1B;opacity:0.8;">80%</p>
Text with #63BC1B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63BC1B;}
<p style="text-shadow: 3px 3px 1px #63BC1B">Text here.</p>
This text has shadow with #63BC1B color.
.textShadow {text-shadow: 3px 3px 1px #63BC1B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63BC1B, 5px 5px 20px red">Text here.</p>
This text has shadow with #63BC1B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63BC1B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63BC1B, Direction=45, Strength=4)">Text</p>
This text has shadow with #63BC1B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63BC1B;
-webkit-box-shadow: 1px 1px 3px 2px #63BC1B;
box-shadow: 1px 1px 3px 2px #63BC1B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63BC1B; -webkit-box-shadow: 1px 1px 3px 2px #63BC1B; box-shadow:1px 1px 3px 2px #63BC1B;">
Div content here
</div>
This text has color #63BC1B on black background.
This text has color #63BC1B on white background.
This text has black color on #63BC1B background.
This text has white color on #63BC1B background.
Complementary color for #hex is #9C43E4.