HEX: #C9D480
RGB: (201,212,128)
#C9D480 contains mainly red and green colors. Web safe color of #C9D480 is #CCCC66 (or #CC6).
#C9D480 color RGB value is (201,212,128).
RGB: (201,212,128)
(79%, 83%, 50%)
R 201 of 255 = 79%
G 212 of 255 = 83%
B 128 of 255 = 50%
R + G + B ~ 71%. #C9D480 is quite light color.
R + G + B = 201 + 212 + 128 = 541 (100%)
R 201 of 541 ~ 37.15%
G 212 of 541 ~ 39.19%
B 128 of 541 ~ 23.66'%
#C9D480 color CMYK value is (5,0,40,17).
CMYK: (5,0,40,17) C5M0Y40K17 (5%,0%,40%,17%) (0.05/0.00/0.40/0.17)
Color #C9D480 in popluar color models
C9 | D4 | 80 | |
---|---|---|---|
RGB | 201 | 212 | 128 |
HSL | 68° | 49.41% | 66.67% |
HSB/HSV | 68° | 39.62% | 83.14% |
CMYK | 5.19% | 0.00% | 39.62% |
16.86% |
Color #C9D480 in popluar number systems.
HEX | C9 | D4 | 80 |
Decimal | 201 | 212 | 128 |
Binary | 11001001 | 11010100 | 10000000 |
Octal | 311 | 324 | 200 |
Shades of #C9D480
Tints of #C9D480
Examples of css and html codes for elements with #C9D480 color. Also use rgb(201,212,128) instead hex code.
.myTextColor { color: #C9D480; }
<p style="color:#C9D480">This sample text font color is #C9D480.</p>
This text font color is #C9D480.
.myBgColor { background-color: #C9D480; }
<div style="background-color:#C9D480">Inner text</div>
This div background color is #C9D480.
.myBorderColor { border: 1px solid #C9D480; }
<div style="border:3px solid #C9D480">Div</div>
This div border color is #C9D480.
.myOpacity80 { color: #C9D480; opacity: 0.8; }
<p style="color:#C9D480;opacity:0.8;">80%</p>
Text with #C9D480 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9D480;}
<p style="text-shadow: 3px 3px 1px #C9D480">Text here.</p>
This text has shadow with #C9D480 color.
.textShadow {text-shadow: 3px 3px 1px #C9D480', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9D480, 5px 5px 20px red">Text here.</p>
This text has shadow with #C9D480 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9D480, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9D480, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9D480 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9D480;
-webkit-box-shadow: 1px 1px 3px 2px #C9D480;
box-shadow: 1px 1px 3px 2px #C9D480;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9D480; -webkit-box-shadow: 1px 1px 3px 2px #C9D480; box-shadow:1px 1px 3px 2px #C9D480;">
Div content here
</div>
This text has color #C9D480 on black background.
This text has color #C9D480 on white background.
This text has black color on #C9D480 background.
This text has white color on #C9D480 background.
Complementary color for #hex is #362B7F.