HEX: #C5DA4E
RGB: (197,218,78)
#C5DA4E contains mainly red and green colors. Web safe color of #C5DA4E is #CCCC66 (or #CC6).
#C5DA4E color RGB value is (197,218,78).
RGB: (197,218,78)
(77%, 85%, 31%)
R 197 of 255 = 77%
G 218 of 255 = 85%
B 78 of 255 = 31%
R + G + B ~ 64%. #C5DA4E is quite light color.
R + G + B = 197 + 218 + 78 = 493 (100%)
R 197 of 493 ~ 39.96%
G 218 of 493 ~ 44.22%
B 78 of 493 ~ 15.82'%
#C5DA4E color CMYK value is (10,0,64,15).
CMYK: (10,0,64,15) C10M0Y64K15 (10%,0%,64%,15%) (0.10/0.00/0.64/0.15)
Color #C5DA4E in popluar color models
C5 | DA | 4E | |
---|---|---|---|
RGB | 197 | 218 | 78 |
HSL | 69° | 65.42% | 58.04% |
HSB/HSV | 69° | 64.22% | 85.49% |
CMYK | 9.63% | 0.00% | 64.22% |
14.51% |
Color #C5DA4E in popluar number systems.
HEX | C5 | DA | 4E |
Decimal | 197 | 218 | 78 |
Binary | 11000101 | 11011010 | 1001110 |
Octal | 305 | 332 | 116 |
Shades of #C5DA4E
Tints of #C5DA4E
Examples of css and html codes for elements with #C5DA4E color. Also use rgb(197,218,78) instead hex code.
.myTextColor { color: #C5DA4E; }
<p style="color:#C5DA4E">This sample text font color is #C5DA4E.</p>
This text font color is #C5DA4E.
.myBgColor { background-color: #C5DA4E; }
<div style="background-color:#C5DA4E">Inner text</div>
This div background color is #C5DA4E.
.myBorderColor { border: 1px solid #C5DA4E; }
<div style="border:3px solid #C5DA4E">Div</div>
This div border color is #C5DA4E.
.myOpacity80 { color: #C5DA4E; opacity: 0.8; }
<p style="color:#C5DA4E;opacity:0.8;">80%</p>
Text with #C5DA4E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5DA4E;}
<p style="text-shadow: 3px 3px 1px #C5DA4E">Text here.</p>
This text has shadow with #C5DA4E color.
.textShadow {text-shadow: 3px 3px 1px #C5DA4E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5DA4E, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5DA4E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5DA4E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5DA4E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5DA4E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5DA4E;
-webkit-box-shadow: 1px 1px 3px 2px #C5DA4E;
box-shadow: 1px 1px 3px 2px #C5DA4E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5DA4E; -webkit-box-shadow: 1px 1px 3px 2px #C5DA4E; box-shadow:1px 1px 3px 2px #C5DA4E;">
Div content here
</div>
This text has color #C5DA4E on black background.
This text has color #C5DA4E on white background.
This text has black color on #C5DA4E background.
This text has white color on #C5DA4E background.
Complementary color for #hex is #3A25B1.