HEX: #63CF29
RGB: (99,207,41)
#63CF29 contains mainly green color. Web safe color of #63CF29 is #66CC33 (or #6C3).
#63CF29 color RGB value is (99,207,41).
RGB: (99,207,41)
(39%, 81%, 16%)
R 99 of 255 = 39%
G 207 of 255 = 81%
B 41 of 255 = 16%
R + G + B ~ 45%. #63CF29 is middle color (not dark and not light).
R + G + B = 99 + 207 + 41 = 347 (100%)
R 99 of 347 ~ 28.53%
G 207 of 347 ~ 59.65%
B 41 of 347 ~ 11.82'%
#63CF29 color CMYK value is (52,0,80,19).
CMYK: (52,0,80,19)
C52M0Y80K19 (52%, 0%, 80%, 19%)
(0.52 / 0.00 / 0.80 / 0.19)
Color #63CF29 in popluar color models
63 | CF | 29 | |
---|---|---|---|
RGB | 99 | 207 | 41 |
HSL | 99° | 66.94% | 48.63% |
HSB/HSV | 99° | 80.19% | 81.18% |
CMYK | 52.17% | 0.00% | 80.19% |
18.82% |
Color #63CF29 in popluar number systems.
HEX | 63 | CF | 29 |
Decimal | 99 | 207 | 41 |
Binary | 1100011 | 11001111 | 101001 |
Octal | 143 | 317 | 51 |
Shades of #63CF29
Tints of #63CF29
Examples of css and html codes for elements with #63CF29 color. Also use rgb(99,207,41) instead hex code.
.myTextColor { color: #63CF29; }
<p style="color:#63CF29">This sample text font color is #63CF29.</p>
This text font color is #63CF29.
.myBgColor { background-color: #63CF29; }
<div style="background-color:#63CF29">Inner text</div>
This div background color is #63CF29.
.myBorderColor { border: 1px solid #63CF29; }
<div style="border:3px solid #63CF29">Div</div>
This div border color is #63CF29.
.myOpacity80 { color: #63CF29; opacity: 0.8; }
<p style="color:#63CF29;opacity:0.8;">80%</p>
Text with #63CF29 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63CF29;}
<p style="text-shadow: 3px 3px 1px #63CF29">Text here.</p>
This text has shadow with #63CF29 color.
.textShadow {text-shadow: 3px 3px 1px #63CF29', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63CF29, 5px 5px 20px red">Text here.</p>
This text has shadow with #63CF29 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63CF29, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63CF29, Direction=45, Strength=4)">Text</p>
This text has shadow with #63CF29 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63CF29;
-webkit-box-shadow: 1px 1px 3px 2px #63CF29;
box-shadow: 1px 1px 3px 2px #63CF29;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63CF29; -webkit-box-shadow: 1px 1px 3px 2px #63CF29; box-shadow:1px 1px 3px 2px #63CF29;">
Div content here
</div>
This text has color #63CF29 on black background.
This text has color #63CF29 on white background.
This text has black color on #63CF29 background.
This text has white color on #63CF29 background.
Complementary color for #hex is #9C30D6.