HEX: #77FDB0
RGB: (119,253,176)
#77FDB0 contains mainly green color. Web safe color of #77FDB0 is #66FF99 (or #6F9).
#77FDB0 color RGB value is (119,253,176).
RGB: (119,253,176)
(47%, 99%, 69%)
R 119 of 255 = 47%
G 253 of 255 = 99%
B 176 of 255 = 69%
R + G + B ~ 72%. #77FDB0 is quite light color.
R + G + B = 119 + 253 + 176 = 548 (100%)
R 119 of 548 ~ 21.72%
G 253 of 548 ~ 46.17%
B 176 of 548 ~ 32.12'%
#77FDB0 color CMYK value is (53,0,30,1).
CMYK: (53,0,30,1)
C53M0Y30K1 (53%, 0%, 30%, 1%)
(0.53 / 0.00 / 0.30 / 0.01)
Color #77FDB0 in popluar color models
77 | FD | B0 | |
---|---|---|---|
RGB | 119 | 253 | 176 |
HSL | 146° | 97.10% | 72.94% |
HSB/HSV | 146° | 52.96% | 99.22% |
CMYK | 52.96% | 0.00% | 30.43% |
0.78% |
Color #77FDB0 in popluar number systems.
HEX | 77 | FD | B0 |
Decimal | 119 | 253 | 176 |
Binary | 1110111 | 11111101 | 10110000 |
Octal | 167 | 375 | 260 |
Shades of #77FDB0
Tints of #77FDB0
Examples of css and html codes for elements with #77FDB0 color. Also use rgb(119,253,176) instead hex code.
.myTextColor { color: #77FDB0; }
<p style="color:#77FDB0">This sample text font color is #77FDB0.</p>
This text font color is #77FDB0.
.myBgColor { background-color: #77FDB0; }
<div style="background-color:#77FDB0">Inner text</div>
This div background color is #77FDB0.
.myBorderColor { border: 1px solid #77FDB0; }
<div style="border:3px solid #77FDB0">Div</div>
This div border color is #77FDB0.
.myOpacity80 { color: #77FDB0; opacity: 0.8; }
<p style="color:#77FDB0;opacity:0.8;">80%</p>
Text with #77FDB0 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77FDB0;}
<p style="text-shadow: 3px 3px 1px #77FDB0">Text here.</p>
This text has shadow with #77FDB0 color.
.textShadow {text-shadow: 3px 3px 1px #77FDB0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77FDB0, 5px 5px 20px red">Text here.</p>
This text has shadow with #77FDB0 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77FDB0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77FDB0, Direction=45, Strength=4)">Text</p>
This text has shadow with #77FDB0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77FDB0;
-webkit-box-shadow: 1px 1px 3px 2px #77FDB0;
box-shadow: 1px 1px 3px 2px #77FDB0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77FDB0; -webkit-box-shadow: 1px 1px 3px 2px #77FDB0; box-shadow:1px 1px 3px 2px #77FDB0;">
Div content here
</div>
This text has color #77FDB0 on black background.
This text has color #77FDB0 on white background.
This text has black color on #77FDB0 background.
This text has white color on #77FDB0 background.
Complementary color for #hex is #88024F.