HEX: #77DD6A
RGB: (119,221,106)
#77DD6A contains mainly green color. Web safe color of #77DD6A is #66CC66 (or #6C6).
#77DD6A color RGB value is (119,221,106).
RGB: (119,221,106)
(47%, 87%, 42%)
R 119 of 255 = 47%
G 221 of 255 = 87%
B 106 of 255 = 42%
R + G + B ~ 59%. #77DD6A is middle color (not dark and not light).
R + G + B = 119 + 221 + 106 = 446 (100%)
R 119 of 446 ~ 26.68%
G 221 of 446 ~ 49.55%
B 106 of 446 ~ 23.77'%
#77DD6A color CMYK value is (46,0,52,13).
CMYK: (46,0,52,13)
C46M0Y52K13 (46%, 0%, 52%, 13%)
(0.46 / 0.00 / 0.52 / 0.13)
Color #77DD6A in popluar color models
77 | DD | 6A | |
---|---|---|---|
RGB | 119 | 221 | 106 |
HSL | 113° | 62.84% | 64.12% |
HSB/HSV | 113° | 52.04% | 86.67% |
CMYK | 46.15% | 0.00% | 52.04% |
13.33% |
Color #77DD6A in popluar number systems.
HEX | 77 | DD | 6A |
Decimal | 119 | 221 | 106 |
Binary | 1110111 | 11011101 | 1101010 |
Octal | 167 | 335 | 152 |
Shades of #77DD6A
Tints of #77DD6A
Examples of css and html codes for elements with #77DD6A color. Also use rgb(119,221,106) instead hex code.
.myTextColor { color: #77DD6A; }
<p style="color:#77DD6A">This sample text font color is #77DD6A.</p>
This text font color is #77DD6A.
.myBgColor { background-color: #77DD6A; }
<div style="background-color:#77DD6A">Inner text</div>
This div background color is #77DD6A.
.myBorderColor { border: 1px solid #77DD6A; }
<div style="border:3px solid #77DD6A">Div</div>
This div border color is #77DD6A.
.myOpacity80 { color: #77DD6A; opacity: 0.8; }
<p style="color:#77DD6A;opacity:0.8;">80%</p>
Text with #77DD6A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77DD6A;}
<p style="text-shadow: 3px 3px 1px #77DD6A">Text here.</p>
This text has shadow with #77DD6A color.
.textShadow {text-shadow: 3px 3px 1px #77DD6A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77DD6A, 5px 5px 20px red">Text here.</p>
This text has shadow with #77DD6A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77DD6A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77DD6A, Direction=45, Strength=4)">Text</p>
This text has shadow with #77DD6A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77DD6A;
-webkit-box-shadow: 1px 1px 3px 2px #77DD6A;
box-shadow: 1px 1px 3px 2px #77DD6A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77DD6A; -webkit-box-shadow: 1px 1px 3px 2px #77DD6A; box-shadow:1px 1px 3px 2px #77DD6A;">
Div content here
</div>
This text has color #77DD6A on black background.
This text has color #77DD6A on white background.
This text has black color on #77DD6A background.
This text has white color on #77DD6A background.
Complementary color for #hex is #882295.