HEX: #66C379
RGB: (102,195,121)
#66C379 contains mainly green color. Web safe color of #66C379 is #66CC66 (or #6C6).
#66C379 color RGB value is (102,195,121).
RGB: (102,195,121)
(40%, 76%, 47%)
R 102 of 255 = 40%
G 195 of 255 = 76%
B 121 of 255 = 47%
R + G + B ~ 54%. #66C379 is middle color (not dark and not light).
R + G + B = 102 + 195 + 121 = 418 (100%)
R 102 of 418 ~ 24.4%
G 195 of 418 ~ 46.65%
B 121 of 418 ~ 28.95'%
#66C379 color CMYK value is (48,0,38,24).
CMYK: (48,0,38,24) C48M0Y38K24 (48%,0%,38%,24%) (0.48/0.00/0.38/0.24)
Color #66C379 in popluar color models
66 | C3 | 79 | |
---|---|---|---|
RGB | 102 | 195 | 121 |
HSL | 132° | 43.66% | 58.24% |
HSB/HSV | 132° | 47.69% | 76.47% |
CMYK | 47.69% | 0.00% | 37.95% |
23.53% |
Color #66C379 in popluar number systems.
HEX | 66 | C3 | 79 |
Decimal | 102 | 195 | 121 |
Binary | 1100110 | 11000011 | 1111001 |
Octal | 146 | 303 | 171 |
Shades of #66C379
Tints of #66C379
Examples of css and html codes for elements with #66C379 color. Also use rgb(102,195,121) instead hex code.
.myTextColor { color: #66C379; }
<p style="color:#66C379">This sample text font color is #66C379.</p>
This text font color is #66C379.
.myBgColor { background-color: #66C379; }
<div style="background-color:#66C379">Inner text</div>
This div background color is #66C379.
.myBorderColor { border: 1px solid #66C379; }
<div style="border:3px solid #66C379">Div</div>
This div border color is #66C379.
.myOpacity80 { color: #66C379; opacity: 0.8; }
<p style="color:#66C379;opacity:0.8;">80%</p>
Text with #66C379 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #66C379;}
<p style="text-shadow: 3px 3px 1px #66C379">Text here.</p>
This text has shadow with #66C379 color.
.textShadow {text-shadow: 3px 3px 1px #66C379', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #66C379, 5px 5px 20px red">Text here.</p>
This text has shadow with #66C379 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#66C379, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#66C379, Direction=45, Strength=4)">Text</p>
This text has shadow with #66C379 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #66C379;
-webkit-box-shadow: 1px 1px 3px 2px #66C379;
box-shadow: 1px 1px 3px 2px #66C379;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #66C379; -webkit-box-shadow: 1px 1px 3px 2px #66C379; box-shadow:1px 1px 3px 2px #66C379;">
Div content here
</div>
This text has color #66C379 on black background.
This text has color #66C379 on white background.
This text has black color on #66C379 background.
This text has white color on #66C379 background.
Complementary color for #hex is #993C86.