HEX: #59D20D
RGB: (89,210,13)
#59D20D contains mainly green color. Web safe color of #59D20D is #66CC00 (or #6C0).
#59D20D color RGB value is (89,210,13).
RGB: (89,210,13)
(35%, 82%, 5%)
R 89 of 255 = 35%
G 210 of 255 = 82%
B 13 of 255 = 5%
R + G + B ~ 41%. #59D20D is middle color (not dark and not light).
R + G + B = 89 + 210 + 13 = 312 (100%)
R 89 of 312 ~ 28.53%
G 210 of 312 ~ 67.31%
B 13 of 312 ~ 4.17'%
#59D20D color CMYK value is (58,0,94,18).
CMYK: (58,0,94,18)
C58M0Y94K18 (58%, 0%, 94%, 18%)
(0.58 / 0.00 / 0.94 / 0.18)
Color #59D20D in popluar color models
59 | D2 | 0D | |
---|---|---|---|
RGB | 89 | 210 | 13 |
HSL | 97° | 88.34% | 43.73% |
HSB/HSV | 97° | 93.81% | 82.35% |
CMYK | 57.62% | 0.00% | 93.81% |
17.65% |
Color #59D20D in popluar number systems.
HEX | 59 | D2 | 0D |
Decimal | 89 | 210 | 13 |
Binary | 1011001 | 11010010 | 1101 |
Octal | 131 | 322 | 15 |
Shades of #59D20D
Tints of #59D20D
Examples of css and html codes for elements with #59D20D color. Also use rgb(89,210,13) instead hex code.
.myTextColor { color: #59D20D; }
<p style="color:#59D20D">This sample text font color is #59D20D.</p>
This text font color is #59D20D.
.myBgColor { background-color: #59D20D; }
<div style="background-color:#59D20D">Inner text</div>
This div background color is #59D20D.
.myBorderColor { border: 1px solid #59D20D; }
<div style="border:3px solid #59D20D">Div</div>
This div border color is #59D20D.
.myOpacity80 { color: #59D20D; opacity: 0.8; }
<p style="color:#59D20D;opacity:0.8;">80%</p>
Text with #59D20D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59D20D;}
<p style="text-shadow: 3px 3px 1px #59D20D">Text here.</p>
This text has shadow with #59D20D color.
.textShadow {text-shadow: 3px 3px 1px #59D20D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59D20D, 5px 5px 20px red">Text here.</p>
This text has shadow with #59D20D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59D20D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59D20D, Direction=45, Strength=4)">Text</p>
This text has shadow with #59D20D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59D20D;
-webkit-box-shadow: 1px 1px 3px 2px #59D20D;
box-shadow: 1px 1px 3px 2px #59D20D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59D20D; -webkit-box-shadow: 1px 1px 3px 2px #59D20D; box-shadow:1px 1px 3px 2px #59D20D;">
Div content here
</div>
This text has color #59D20D on black background.
This text has color #59D20D on white background.
This text has black color on #59D20D background.
This text has white color on #59D20D background.
Complementary color for #hex is #A62DF2.