HEX: #C6E47A
RGB: (198,228,122)
#C6E47A contains mainly red and green colors. Web safe color of #C6E47A is #CCCC66 (or #CC6).
#C6E47A color RGB value is (198,228,122).
RGB: (198,228,122)
(78%, 89%, 48%)
R 198 of 255 = 78%
G 228 of 255 = 89%
B 122 of 255 = 48%
R + G + B ~ 72%. #C6E47A is quite light color.
R + G + B = 198 + 228 + 122 = 548 (100%)
R 198 of 548 ~ 36.13%
G 228 of 548 ~ 41.61%
B 122 of 548 ~ 22.26'%
#C6E47A color CMYK value is (13,0,46,11).
CMYK: (13,0,46,11) C13M0Y46K11 (13%,0%,46%,11%) (0.13/0.00/0.46/0.11)
Color #C6E47A in popluar color models
C6 | E4 | 7A | |
---|---|---|---|
RGB | 198 | 228 | 122 |
HSL | 77° | 66.25% | 68.63% |
HSB/HSV | 77° | 46.49% | 89.41% |
CMYK | 13.16% | 0.00% | 46.49% |
10.59% |
Color #C6E47A in popluar number systems.
HEX | C6 | E4 | 7A |
Decimal | 198 | 228 | 122 |
Binary | 11000110 | 11100100 | 1111010 |
Octal | 306 | 344 | 172 |
Shades of #C6E47A
Tints of #C6E47A
Examples of css and html codes for elements with #C6E47A color. Also use rgb(198,228,122) instead hex code.
.myTextColor { color: #C6E47A; }
<p style="color:#C6E47A">This sample text font color is #C6E47A.</p>
This text font color is #C6E47A.
.myBgColor { background-color: #C6E47A; }
<div style="background-color:#C6E47A">Inner text</div>
This div background color is #C6E47A.
.myBorderColor { border: 1px solid #C6E47A; }
<div style="border:3px solid #C6E47A">Div</div>
This div border color is #C6E47A.
.myOpacity80 { color: #C6E47A; opacity: 0.8; }
<p style="color:#C6E47A;opacity:0.8;">80%</p>
Text with #C6E47A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6E47A;}
<p style="text-shadow: 3px 3px 1px #C6E47A">Text here.</p>
This text has shadow with #C6E47A color.
.textShadow {text-shadow: 3px 3px 1px #C6E47A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6E47A, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6E47A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6E47A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6E47A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6E47A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6E47A;
-webkit-box-shadow: 1px 1px 3px 2px #C6E47A;
box-shadow: 1px 1px 3px 2px #C6E47A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6E47A; -webkit-box-shadow: 1px 1px 3px 2px #C6E47A; box-shadow:1px 1px 3px 2px #C6E47A;">
Div content here
</div>
This text has color #C6E47A on black background.
This text has color #C6E47A on white background.
This text has black color on #C6E47A background.
This text has white color on #C6E47A background.
Complementary color for #hex is #391B85.