HEX: #CCE592
RGB: (204,229,146)
#CCE592 contains mainly red and green colors. Web safe color of #CCE592 is #CCCC99 (or #CC9).
#CCE592 color RGB value is (204,229,146).
RGB: (204,229,146)
(80%, 90%, 57%)
R 204 of 255 = 80%
G 229 of 255 = 90%
B 146 of 255 = 57%
R + G + B ~ 76%. #CCE592 is quite light color.
R + G + B = 204 + 229 + 146 = 579 (100%)
R 204 of 579 ~ 35.23%
G 229 of 579 ~ 39.55%
B 146 of 579 ~ 25.22'%
#CCE592 color CMYK value is (11,0,36,10).
CMYK: (11,0,36,10)
C11M0Y36K10 (11%, 0%, 36%, 10%)
(0.11 / 0.00 / 0.36 / 0.10)
Color #CCE592 in popluar color models
CC | E5 | 92 | |
---|---|---|---|
RGB | 204 | 229 | 146 |
HSL | 78° | 61.48% | 73.53% |
HSB/HSV | 78° | 36.24% | 89.80% |
CMYK | 10.92% | 0.00% | 36.24% |
10.20% |
Color #CCE592 in popluar number systems.
HEX | CC | E5 | 92 |
Decimal | 204 | 229 | 146 |
Binary | 11001100 | 11100101 | 10010010 |
Octal | 314 | 345 | 222 |
Shades of #CCE592
Tints of #CCE592
Examples of css and html codes for elements with #CCE592 color. Also use rgb(204,229,146) instead hex code.
.myTextColor { color: #CCE592; }
<p style="color:#CCE592">This sample text font color is #CCE592.</p>
This text font color is #CCE592.
.myBgColor { background-color: #CCE592; }
<div style="background-color:#CCE592">Inner text</div>
This div background color is #CCE592.
.myBorderColor { border: 1px solid #CCE592; }
<div style="border:3px solid #CCE592">Div</div>
This div border color is #CCE592.
.myOpacity80 { color: #CCE592; opacity: 0.8; }
<p style="color:#CCE592;opacity:0.8;">80%</p>
Text with #CCE592 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CCE592;}
<p style="text-shadow: 3px 3px 1px #CCE592">Text here.</p>
This text has shadow with #CCE592 color.
.textShadow {text-shadow: 3px 3px 1px #CCE592', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CCE592, 5px 5px 20px red">Text here.</p>
This text has shadow with #CCE592 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCE592, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CCE592, Direction=45, Strength=4)">Text</p>
This text has shadow with #CCE592 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCE592;
-webkit-box-shadow: 1px 1px 3px 2px #CCE592;
box-shadow: 1px 1px 3px 2px #CCE592;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCE592; -webkit-box-shadow: 1px 1px 3px 2px #CCE592; box-shadow:1px 1px 3px 2px #CCE592;">
Div content here
</div>
This text has color #CCE592 on black background.
This text has color #CCE592 on white background.
This text has black color on #CCE592 background.
This text has white color on #CCE592 background.
Complementary color for #hex is #331A6D.