HEX: #C5D166
RGB: (197,209,102)
#C5D166 contains mainly red and green colors. Web safe color of #C5D166 is #CCCC66 (or #CC6).
#C5D166 color RGB value is (197,209,102).
RGB: (197,209,102)
(77%, 82%, 40%)
R 197 of 255 = 77%
G 209 of 255 = 82%
B 102 of 255 = 40%
R + G + B ~ 66%. #C5D166 is quite light color.
R + G + B = 197 + 209 + 102 = 508 (100%)
R 197 of 508 ~ 38.78%
G 209 of 508 ~ 41.14%
B 102 of 508 ~ 20.08'%
#C5D166 color CMYK value is (6,0,51,18).
CMYK: (6,0,51,18) C6M0Y51K18 (6%,0%,51%,18%) (0.06/0.00/0.51/0.18)
Color #C5D166 in popluar color models
C5 | D1 | 66 | |
---|---|---|---|
RGB | 197 | 209 | 102 |
HSL | 67° | 53.77% | 60.98% |
HSB/HSV | 67° | 51.20% | 81.96% |
CMYK | 5.74% | 0.00% | 51.20% |
18.04% |
Color #C5D166 in popluar number systems.
HEX | C5 | D1 | 66 |
Decimal | 197 | 209 | 102 |
Binary | 11000101 | 11010001 | 1100110 |
Octal | 305 | 321 | 146 |
Shades of #C5D166
Tints of #C5D166
Examples of css and html codes for elements with #C5D166 color. Also use rgb(197,209,102) instead hex code.
.myTextColor { color: #C5D166; }
<p style="color:#C5D166">This sample text font color is #C5D166.</p>
This text font color is #C5D166.
.myBgColor { background-color: #C5D166; }
<div style="background-color:#C5D166">Inner text</div>
This div background color is #C5D166.
.myBorderColor { border: 1px solid #C5D166; }
<div style="border:3px solid #C5D166">Div</div>
This div border color is #C5D166.
.myOpacity80 { color: #C5D166; opacity: 0.8; }
<p style="color:#C5D166;opacity:0.8;">80%</p>
Text with #C5D166 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5D166;}
<p style="text-shadow: 3px 3px 1px #C5D166">Text here.</p>
This text has shadow with #C5D166 color.
.textShadow {text-shadow: 3px 3px 1px #C5D166', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5D166, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5D166 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5D166, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5D166, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5D166 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5D166;
-webkit-box-shadow: 1px 1px 3px 2px #C5D166;
box-shadow: 1px 1px 3px 2px #C5D166;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5D166; -webkit-box-shadow: 1px 1px 3px 2px #C5D166; box-shadow:1px 1px 3px 2px #C5D166;">
Div content here
</div>
This text has color #C5D166 on black background.
This text has color #C5D166 on white background.
This text has black color on #C5D166 background.
This text has white color on #C5D166 background.
Complementary color for #hex is #3A2E99.