HEX: #4DA64D
RGB: (77,166,77)
#4DA64D contains mainly green color. Web safe color of #4DA64D is #339933 (or #393).
#4DA64D color RGB value is (77,166,77).
RGB: (77,166,77)
(30%, 65%, 30%)
R 77 of 255 = 30%
G 166 of 255 = 65%
B 77 of 255 = 30%
R + G + B ~ 42%. #4DA64D is middle color (not dark and not light).
R + G + B = 77 + 166 + 77 = 320 (100%)
R 77 of 320 ~ 24.06%
G 166 of 320 ~ 51.88%
B 77 of 320 ~ 24.06'%
#4DA64D color CMYK value is (54,0,54,35).
CMYK: (54,0,54,35)
C54M0Y54K35 (54%, 0%, 54%, 35%)
(0.54 / 0.00 / 0.54 / 0.35)
Color #4DA64D in popluar color models
4D | A6 | 4D | |
---|---|---|---|
RGB | 77 | 166 | 77 |
HSL | 120° | 36.63% | 47.65% |
HSB/HSV | 120° | 53.61% | 65.10% |
CMYK | 53.61% | 0.00% | 53.61% |
34.90% |
Color #4DA64D in popluar number systems.
HEX | 4D | A6 | 4D |
Decimal | 77 | 166 | 77 |
Binary | 1001101 | 10100110 | 1001101 |
Octal | 115 | 246 | 115 |
Shades of #4DA64D
Tints of #4DA64D
Examples of css and html codes for elements with #4DA64D color. Also use rgb(77,166,77) instead hex code.
.myTextColor { color: #4DA64D; }
<p style="color:#4DA64D">This sample text font color is #4DA64D.</p>
This text font color is #4DA64D.
.myBgColor { background-color: #4DA64D; }
<div style="background-color:#4DA64D">Inner text</div>
This div background color is #4DA64D.
.myBorderColor { border: 1px solid #4DA64D; }
<div style="border:3px solid #4DA64D">Div</div>
This div border color is #4DA64D.
.myOpacity80 { color: #4DA64D; opacity: 0.8; }
<p style="color:#4DA64D;opacity:0.8;">80%</p>
Text with #4DA64D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4DA64D;}
<p style="text-shadow: 3px 3px 1px #4DA64D">Text here.</p>
This text has shadow with #4DA64D color.
.textShadow {text-shadow: 3px 3px 1px #4DA64D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4DA64D, 5px 5px 20px red">Text here.</p>
This text has shadow with #4DA64D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4DA64D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4DA64D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4DA64D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4DA64D;
-webkit-box-shadow: 1px 1px 3px 2px #4DA64D;
box-shadow: 1px 1px 3px 2px #4DA64D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4DA64D; -webkit-box-shadow: 1px 1px 3px 2px #4DA64D; box-shadow:1px 1px 3px 2px #4DA64D;">
Div content here
</div>
This text has color #4DA64D on black background.
This text has color #4DA64D on white background.
This text has black color on #4DA64D background.
This text has white color on #4DA64D background.
Complementary color for #hex is #B259B2.