HEX: #C6D57A
RGB: (198,213,122)
#C6D57A contains mainly red and green colors. Web safe color of #C6D57A is #CCCC66 (or #CC6).
#C6D57A color RGB value is (198,213,122).
RGB: (198,213,122)
(78%, 84%, 48%)
R 198 of 255 = 78%
G 213 of 255 = 84%
B 122 of 255 = 48%
R + G + B ~ 70%. #C6D57A is quite light color.
R + G + B = 198 + 213 + 122 = 533 (100%)
R 198 of 533 ~ 37.15%
G 213 of 533 ~ 39.96%
B 122 of 533 ~ 22.89'%
#C6D57A color CMYK value is (7,0,43,16).
CMYK: (7,0,43,16) C7M0Y43K16 (7%,0%,43%,16%) (0.07/0.00/0.43/0.16)
Color #C6D57A in popluar color models
C6 | D5 | 7A | |
---|---|---|---|
RGB | 198 | 213 | 122 |
HSL | 70° | 52.00% | 65.69% |
HSB/HSV | 70° | 42.72% | 83.53% |
CMYK | 7.04% | 0.00% | 42.72% |
16.47% |
Color #C6D57A in popluar number systems.
HEX | C6 | D5 | 7A |
Decimal | 198 | 213 | 122 |
Binary | 11000110 | 11010101 | 1111010 |
Octal | 306 | 325 | 172 |
Shades of #C6D57A
Tints of #C6D57A
Examples of css and html codes for elements with #C6D57A color. Also use rgb(198,213,122) instead hex code.
.myTextColor { color: #C6D57A; }
<p style="color:#C6D57A">This sample text font color is #C6D57A.</p>
This text font color is #C6D57A.
.myBgColor { background-color: #C6D57A; }
<div style="background-color:#C6D57A">Inner text</div>
This div background color is #C6D57A.
.myBorderColor { border: 1px solid #C6D57A; }
<div style="border:3px solid #C6D57A">Div</div>
This div border color is #C6D57A.
.myOpacity80 { color: #C6D57A; opacity: 0.8; }
<p style="color:#C6D57A;opacity:0.8;">80%</p>
Text with #C6D57A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6D57A;}
<p style="text-shadow: 3px 3px 1px #C6D57A">Text here.</p>
This text has shadow with #C6D57A color.
.textShadow {text-shadow: 3px 3px 1px #C6D57A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6D57A, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6D57A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6D57A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6D57A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6D57A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6D57A;
-webkit-box-shadow: 1px 1px 3px 2px #C6D57A;
box-shadow: 1px 1px 3px 2px #C6D57A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6D57A; -webkit-box-shadow: 1px 1px 3px 2px #C6D57A; box-shadow:1px 1px 3px 2px #C6D57A;">
Div content here
</div>
This text has color #C6D57A on black background.
This text has color #C6D57A on white background.
This text has black color on #C6D57A background.
This text has white color on #C6D57A background.
Complementary color for #hex is #392A85.