HEX: #C5D57F
RGB: (197,213,127)
#C5D57F contains mainly red and green colors. Web safe color of #C5D57F is #CCCC66 (or #CC6).
#C5D57F color RGB value is (197,213,127).
RGB: (197,213,127)
(77%, 84%, 50%)
R 197 of 255 = 77%
G 213 of 255 = 84%
B 127 of 255 = 50%
R + G + B ~ 70%. #C5D57F is quite light color.
R + G + B = 197 + 213 + 127 = 537 (100%)
R 197 of 537 ~ 36.69%
G 213 of 537 ~ 39.66%
B 127 of 537 ~ 23.65'%
#C5D57F color CMYK value is (8,0,40,16).
CMYK: (8,0,40,16)
C8M0Y40K16 (8%, 0%, 40%, 16%)
(0.08 / 0.00 / 0.40 / 0.16)
Color #C5D57F in popluar color models
C5 | D5 | 7F | |
---|---|---|---|
RGB | 197 | 213 | 127 |
HSL | 71° | 50.59% | 66.67% |
HSB/HSV | 71° | 40.38% | 83.53% |
CMYK | 7.51% | 0.00% | 40.38% |
16.47% |
Color #C5D57F in popluar number systems.
HEX | C5 | D5 | 7F |
Decimal | 197 | 213 | 127 |
Binary | 11000101 | 11010101 | 1111111 |
Octal | 305 | 325 | 177 |
Shades of #C5D57F
Tints of #C5D57F
Examples of css and html codes for elements with #C5D57F color. Also use rgb(197,213,127) instead hex code.
.myTextColor { color: #C5D57F; }
<p style="color:#C5D57F">This sample text font color is #C5D57F.</p>
This text font color is #C5D57F.
.myBgColor { background-color: #C5D57F; }
<div style="background-color:#C5D57F">Inner text</div>
This div background color is #C5D57F.
.myBorderColor { border: 1px solid #C5D57F; }
<div style="border:3px solid #C5D57F">Div</div>
This div border color is #C5D57F.
.myOpacity80 { color: #C5D57F; opacity: 0.8; }
<p style="color:#C5D57F;opacity:0.8;">80%</p>
Text with #C5D57F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5D57F;}
<p style="text-shadow: 3px 3px 1px #C5D57F">Text here.</p>
This text has shadow with #C5D57F color.
.textShadow {text-shadow: 3px 3px 1px #C5D57F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5D57F, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5D57F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5D57F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5D57F, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5D57F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5D57F;
-webkit-box-shadow: 1px 1px 3px 2px #C5D57F;
box-shadow: 1px 1px 3px 2px #C5D57F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5D57F; -webkit-box-shadow: 1px 1px 3px 2px #C5D57F; box-shadow:1px 1px 3px 2px #C5D57F;">
Div content here
</div>
This text has color #C5D57F on black background.
This text has color #C5D57F on white background.
This text has black color on #C5D57F background.
This text has white color on #C5D57F background.
Complementary color for #hex is #3A2A80.