HEX: #C5F474
RGB: (197,244,116)
#C5F474 contains mainly red and green colors. Web safe color of #C5F474 is #CCFF66 (or #CF6).
#C5F474 color RGB value is (197,244,116).
RGB: (197,244,116)
(77%, 96%, 45%)
R 197 of 255 = 77%
G 244 of 255 = 96%
B 116 of 255 = 45%
R + G + B ~ 73%. #C5F474 is quite light color.
R + G + B = 197 + 244 + 116 = 557 (100%)
R 197 of 557 ~ 35.37%
G 244 of 557 ~ 43.81%
B 116 of 557 ~ 20.83'%
#C5F474 color CMYK value is (19,0,52,4).
CMYK: (19,0,52,4)
C19M0Y52K4 (19%, 0%, 52%, 4%)
(0.19 / 0.00 / 0.52 / 0.04)
Color #C5F474 in popluar color models
C5 | F4 | 74 | |
---|---|---|---|
RGB | 197 | 244 | 116 |
HSL | 82° | 85.33% | 70.59% |
HSB/HSV | 82° | 52.46% | 95.69% |
CMYK | 19.26% | 0.00% | 52.46% |
4.31% |
Color #C5F474 in popluar number systems.
HEX | C5 | F4 | 74 |
Decimal | 197 | 244 | 116 |
Binary | 11000101 | 11110100 | 1110100 |
Octal | 305 | 364 | 164 |
Shades of #C5F474
Tints of #C5F474
Examples of css and html codes for elements with #C5F474 color. Also use rgb(197,244,116) instead hex code.
.myTextColor { color: #C5F474; }
<p style="color:#C5F474">This sample text font color is #C5F474.</p>
This text font color is #C5F474.
.myBgColor { background-color: #C5F474; }
<div style="background-color:#C5F474">Inner text</div>
This div background color is #C5F474.
.myBorderColor { border: 1px solid #C5F474; }
<div style="border:3px solid #C5F474">Div</div>
This div border color is #C5F474.
.myOpacity80 { color: #C5F474; opacity: 0.8; }
<p style="color:#C5F474;opacity:0.8;">80%</p>
Text with #C5F474 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5F474;}
<p style="text-shadow: 3px 3px 1px #C5F474">Text here.</p>
This text has shadow with #C5F474 color.
.textShadow {text-shadow: 3px 3px 1px #C5F474', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5F474, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5F474 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5F474, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5F474, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5F474 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5F474;
-webkit-box-shadow: 1px 1px 3px 2px #C5F474;
box-shadow: 1px 1px 3px 2px #C5F474;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5F474; -webkit-box-shadow: 1px 1px 3px 2px #C5F474; box-shadow:1px 1px 3px 2px #C5F474;">
Div content here
</div>
This text has color #C5F474 on black background.
This text has color #C5F474 on white background.
This text has black color on #C5F474 background.
This text has white color on #C5F474 background.
Complementary color for #hex is #3A0B8B.