HEX: #C2D963
RGB: (194,217,99)
#C2D963 contains mainly red and green colors. Web safe color of #C2D963 is #CCCC66 (or #CC6).
#C2D963 color RGB value is (194,217,99).
RGB: (194,217,99)
(76%, 85%, 39%)
R 194 of 255 = 76%
G 217 of 255 = 85%
B 99 of 255 = 39%
R + G + B ~ 67%. #C2D963 is quite light color.
R + G + B = 194 + 217 + 99 = 510 (100%)
R 194 of 510 ~ 38.04%
G 217 of 510 ~ 42.55%
B 99 of 510 ~ 19.41'%
#C2D963 color CMYK value is (11,0,54,15).
CMYK: (11,0,54,15) C11M0Y54K15 (11%,0%,54%,15%) (0.11/0.00/0.54/0.15)
Color #C2D963 in popluar color models
C2 | D9 | 63 | |
---|---|---|---|
RGB | 194 | 217 | 99 |
HSL | 72° | 60.82% | 61.96% |
HSB/HSV | 72° | 54.38% | 85.10% |
CMYK | 10.60% | 0.00% | 54.38% |
14.90% |
Color #C2D963 in popluar number systems.
HEX | C2 | D9 | 63 |
Decimal | 194 | 217 | 99 |
Binary | 11000010 | 11011001 | 1100011 |
Octal | 302 | 331 | 143 |
Shades of #C2D963
Tints of #C2D963
Examples of css and html codes for elements with #C2D963 color. Also use rgb(194,217,99) instead hex code.
.myTextColor { color: #C2D963; }
<p style="color:#C2D963">This sample text font color is #C2D963.</p>
This text font color is #C2D963.
.myBgColor { background-color: #C2D963; }
<div style="background-color:#C2D963">Inner text</div>
This div background color is #C2D963.
.myBorderColor { border: 1px solid #C2D963; }
<div style="border:3px solid #C2D963">Div</div>
This div border color is #C2D963.
.myOpacity80 { color: #C2D963; opacity: 0.8; }
<p style="color:#C2D963;opacity:0.8;">80%</p>
Text with #C2D963 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C2D963;}
<p style="text-shadow: 3px 3px 1px #C2D963">Text here.</p>
This text has shadow with #C2D963 color.
.textShadow {text-shadow: 3px 3px 1px #C2D963', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C2D963, 5px 5px 20px red">Text here.</p>
This text has shadow with #C2D963 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C2D963, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C2D963, Direction=45, Strength=4)">Text</p>
This text has shadow with #C2D963 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C2D963;
-webkit-box-shadow: 1px 1px 3px 2px #C2D963;
box-shadow: 1px 1px 3px 2px #C2D963;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C2D963; -webkit-box-shadow: 1px 1px 3px 2px #C2D963; box-shadow:1px 1px 3px 2px #C2D963;">
Div content here
</div>
This text has color #C2D963 on black background.
This text has color #C2D963 on white background.
This text has black color on #C2D963 background.
This text has white color on #C2D963 background.
Complementary color for #hex is #3D269C.