HEX: #4CC69B
RGB: (76,198,155)
#4CC69B contains mainly green and blue colors. Web safe color of #4CC69B is #33CC99 (or #3C9).
#4CC69B color RGB value is (76,198,155).
RGB: (76,198,155)
(30%, 78%, 61%)
R 76 of 255 = 30%
G 198 of 255 = 78%
B 155 of 255 = 61%
R + G + B ~ 56%. #4CC69B is middle color (not dark and not light).
R + G + B = 76 + 198 + 155 = 429 (100%)
R 76 of 429 ~ 17.72%
G 198 of 429 ~ 46.15%
B 155 of 429 ~ 36.13'%
#4CC69B color CMYK value is (62,0,22,22).
CMYK: (62,0,22,22)
C62M0Y22K22 (62%, 0%, 22%, 22%)
(0.62 / 0.00 / 0.22 / 0.22)
Color #4CC69B in popluar color models
4C | C6 | 9B | |
---|---|---|---|
RGB | 76 | 198 | 155 |
HSL | 159° | 51.69% | 53.73% |
HSB/HSV | 159° | 61.62% | 77.65% |
CMYK | 61.62% | 0.00% | 21.72% |
22.35% |
Color #4CC69B in popluar number systems.
HEX | 4C | C6 | 9B |
Decimal | 76 | 198 | 155 |
Binary | 1001100 | 11000110 | 10011011 |
Octal | 114 | 306 | 233 |
Shades of #4CC69B
Tints of #4CC69B
Examples of css and html codes for elements with #4CC69B color. Also use rgb(76,198,155) instead hex code.
.myTextColor { color: #4CC69B; }
<p style="color:#4CC69B">This sample text font color is #4CC69B.</p>
This text font color is #4CC69B.
.myBgColor { background-color: #4CC69B; }
<div style="background-color:#4CC69B">Inner text</div>
This div background color is #4CC69B.
.myBorderColor { border: 1px solid #4CC69B; }
<div style="border:3px solid #4CC69B">Div</div>
This div border color is #4CC69B.
.myOpacity80 { color: #4CC69B; opacity: 0.8; }
<p style="color:#4CC69B;opacity:0.8;">80%</p>
Text with #4CC69B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4CC69B;}
<p style="text-shadow: 3px 3px 1px #4CC69B">Text here.</p>
This text has shadow with #4CC69B color.
.textShadow {text-shadow: 3px 3px 1px #4CC69B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4CC69B, 5px 5px 20px red">Text here.</p>
This text has shadow with #4CC69B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4CC69B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4CC69B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4CC69B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4CC69B;
-webkit-box-shadow: 1px 1px 3px 2px #4CC69B;
box-shadow: 1px 1px 3px 2px #4CC69B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4CC69B; -webkit-box-shadow: 1px 1px 3px 2px #4CC69B; box-shadow:1px 1px 3px 2px #4CC69B;">
Div content here
</div>
This text has color #4CC69B on black background.
This text has color #4CC69B on white background.
This text has black color on #4CC69B background.
This text has white color on #4CC69B background.
Complementary color for #hex is #B33964.