HEX: #80D43D
RGB: (128,212,61)
#80D43D contains mainly green color. Web safe color of #80D43D is #66CC33 (or #6C3).
#80D43D color RGB value is (128,212,61).
RGB: (128,212,61)
(50%, 83%, 24%)
R 128 of 255 = 50%
G 212 of 255 = 83%
B 61 of 255 = 24%
R + G + B ~ 52%. #80D43D is middle color (not dark and not light).
R + G + B = 128 + 212 + 61 = 401 (100%)
R 128 of 401 ~ 31.92%
G 212 of 401 ~ 52.87%
B 61 of 401 ~ 15.21'%
#80D43D color CMYK value is (40,0,71,17).
CMYK: (40,0,71,17)
C40M0Y71K17 (40%, 0%, 71%, 17%)
(0.40 / 0.00 / 0.71 / 0.17)
Color #80D43D in popluar color models
80 | D4 | 3D | |
---|---|---|---|
RGB | 128 | 212 | 61 |
HSL | 93° | 63.71% | 53.53% |
HSB/HSV | 93° | 71.23% | 83.14% |
CMYK | 39.62% | 0.00% | 71.23% |
16.86% |
Color #80D43D in popluar number systems.
HEX | 80 | D4 | 3D |
Decimal | 128 | 212 | 61 |
Binary | 10000000 | 11010100 | 111101 |
Octal | 200 | 324 | 75 |
Shades of #80D43D
Tints of #80D43D
Examples of css and html codes for elements with #80D43D color. Also use rgb(128,212,61) instead hex code.
.myTextColor { color: #80D43D; }
<p style="color:#80D43D">This sample text font color is #80D43D.</p>
This text font color is #80D43D.
.myBgColor { background-color: #80D43D; }
<div style="background-color:#80D43D">Inner text</div>
This div background color is #80D43D.
.myBorderColor { border: 1px solid #80D43D; }
<div style="border:3px solid #80D43D">Div</div>
This div border color is #80D43D.
.myOpacity80 { color: #80D43D; opacity: 0.8; }
<p style="color:#80D43D;opacity:0.8;">80%</p>
Text with #80D43D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #80D43D;}
<p style="text-shadow: 3px 3px 1px #80D43D">Text here.</p>
This text has shadow with #80D43D color.
.textShadow {text-shadow: 3px 3px 1px #80D43D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #80D43D, 5px 5px 20px red">Text here.</p>
This text has shadow with #80D43D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80D43D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#80D43D, Direction=45, Strength=4)">Text</p>
This text has shadow with #80D43D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #80D43D;
-webkit-box-shadow: 1px 1px 3px 2px #80D43D;
box-shadow: 1px 1px 3px 2px #80D43D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80D43D; -webkit-box-shadow: 1px 1px 3px 2px #80D43D; box-shadow:1px 1px 3px 2px #80D43D;">
Div content here
</div>
This text has color #80D43D on black background.
This text has color #80D43D on white background.
This text has black color on #80D43D background.
This text has white color on #80D43D background.
Complementary color for #hex is #7F2BC2.