HEX: #68D380
RGB: (104,211,128)
#68D380 contains mainly green color. Web safe color of #68D380 is #66CC66 (or #6C6).
#68D380 color RGB value is (104,211,128).
RGB: (104,211,128)
(41%, 83%, 50%)
R 104 of 255 = 41%
G 211 of 255 = 83%
B 128 of 255 = 50%
R + G + B ~ 58%. #68D380 is middle color (not dark and not light).
R + G + B = 104 + 211 + 128 = 443 (100%)
R 104 of 443 ~ 23.48%
G 211 of 443 ~ 47.63%
B 128 of 443 ~ 28.89'%
#68D380 color CMYK value is (51,0,39,17).
CMYK: (51,0,39,17)
C51M0Y39K17 (51%, 0%, 39%, 17%)
(0.51 / 0.00 / 0.39 / 0.17)
Color #68D380 in popluar color models
68 | D3 | 80 | |
---|---|---|---|
RGB | 104 | 211 | 128 |
HSL | 133° | 54.87% | 61.76% |
HSB/HSV | 133° | 50.71% | 82.75% |
CMYK | 50.71% | 0.00% | 39.34% |
17.25% |
Color #68D380 in popluar number systems.
HEX | 68 | D3 | 80 |
Decimal | 104 | 211 | 128 |
Binary | 1101000 | 11010011 | 10000000 |
Octal | 150 | 323 | 200 |
Shades of #68D380
Tints of #68D380
Examples of css and html codes for elements with #68D380 color. Also use rgb(104,211,128) instead hex code.
.myTextColor { color: #68D380; }
<p style="color:#68D380">This sample text font color is #68D380.</p>
This text font color is #68D380.
.myBgColor { background-color: #68D380; }
<div style="background-color:#68D380">Inner text</div>
This div background color is #68D380.
.myBorderColor { border: 1px solid #68D380; }
<div style="border:3px solid #68D380">Div</div>
This div border color is #68D380.
.myOpacity80 { color: #68D380; opacity: 0.8; }
<p style="color:#68D380;opacity:0.8;">80%</p>
Text with #68D380 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #68D380;}
<p style="text-shadow: 3px 3px 1px #68D380">Text here.</p>
This text has shadow with #68D380 color.
.textShadow {text-shadow: 3px 3px 1px #68D380', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #68D380, 5px 5px 20px red">Text here.</p>
This text has shadow with #68D380 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#68D380, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#68D380, Direction=45, Strength=4)">Text</p>
This text has shadow with #68D380 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #68D380;
-webkit-box-shadow: 1px 1px 3px 2px #68D380;
box-shadow: 1px 1px 3px 2px #68D380;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68D380; -webkit-box-shadow: 1px 1px 3px 2px #68D380; box-shadow:1px 1px 3px 2px #68D380;">
Div content here
</div>
This text has color #68D380 on black background.
This text has color #68D380 on white background.
This text has black color on #68D380 background.
This text has white color on #68D380 background.
Complementary color for #hex is #972C7F.