HEX: #C9E495
RGB: (201,228,149)
#C9E495 contains mainly red and green colors. Web safe color of #C9E495 is #CCCC99 (or #CC9).
#C9E495 color RGB value is (201,228,149).
RGB: (201,228,149)
(79%, 89%, 58%)
R 201 of 255 = 79%
G 228 of 255 = 89%
B 149 of 255 = 58%
R + G + B ~ 75%. #C9E495 is quite light color.
R + G + B = 201 + 228 + 149 = 578 (100%)
R 201 of 578 ~ 34.78%
G 228 of 578 ~ 39.45%
B 149 of 578 ~ 25.78'%
#C9E495 color CMYK value is (12,0,35,11).
CMYK: (12,0,35,11)
C12M0Y35K11 (12%, 0%, 35%, 11%)
(0.12 / 0.00 / 0.35 / 0.11)
Color #C9E495 in popluar color models
C9 | E4 | 95 | |
---|---|---|---|
RGB | 201 | 228 | 149 |
HSL | 81° | 59.40% | 73.92% |
HSB/HSV | 81° | 34.65% | 89.41% |
CMYK | 11.84% | 0.00% | 34.65% |
10.59% |
Color #C9E495 in popluar number systems.
HEX | C9 | E4 | 95 |
Decimal | 201 | 228 | 149 |
Binary | 11001001 | 11100100 | 10010101 |
Octal | 311 | 344 | 225 |
Shades of #C9E495
Tints of #C9E495
Examples of css and html codes for elements with #C9E495 color. Also use rgb(201,228,149) instead hex code.
.myTextColor { color: #C9E495; }
<p style="color:#C9E495">This sample text font color is #C9E495.</p>
This text font color is #C9E495.
.myBgColor { background-color: #C9E495; }
<div style="background-color:#C9E495">Inner text</div>
This div background color is #C9E495.
.myBorderColor { border: 1px solid #C9E495; }
<div style="border:3px solid #C9E495">Div</div>
This div border color is #C9E495.
.myOpacity80 { color: #C9E495; opacity: 0.8; }
<p style="color:#C9E495;opacity:0.8;">80%</p>
Text with #C9E495 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9E495;}
<p style="text-shadow: 3px 3px 1px #C9E495">Text here.</p>
This text has shadow with #C9E495 color.
.textShadow {text-shadow: 3px 3px 1px #C9E495', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9E495, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9E495 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9E495, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9E495, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9E495 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9E495;
-webkit-box-shadow: 1px 1px 3px 2px #C9E495;
box-shadow: 1px 1px 3px 2px #C9E495;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9E495; -webkit-box-shadow: 1px 1px 3px 2px #C9E495; box-shadow:1px 1px 3px 2px #C9E495;">
Div content here
</div>
This text has color #C9E495 on black background.
This text has color #C9E495 on white background.
This text has black color on #C9E495 background.
This text has white color on #C9E495 background.
Complementary color for #hex is #361B6A.