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