HEX: #52BC48
RGB: (82,188,72)
#52BC48 contains mainly green color. Web safe color of #52BC48 is #66CC33 (or #6C3).
#52BC48 color RGB value is (82,188,72).
RGB: (82,188,72)
(32%, 74%, 28%)
R 82 of 255 = 32%
G 188 of 255 = 74%
B 72 of 255 = 28%
R + G + B ~ 45%. #52BC48 is middle color (not dark and not light).
R + G + B = 82 + 188 + 72 = 342 (100%)
R 82 of 342 ~ 23.98%
G 188 of 342 ~ 54.97%
B 72 of 342 ~ 21.05'%
#52BC48 color CMYK value is (56,0,62,26).
CMYK: (56,0,62,26)
C56M0Y62K26 (56%, 0%, 62%, 26%)
(0.56 / 0.00 / 0.62 / 0.26)
Color #52BC48 in popluar color models
52 | BC | 48 | |
---|---|---|---|
RGB | 82 | 188 | 72 |
HSL | 115° | 46.40% | 50.98% |
HSB/HSV | 115° | 61.70% | 73.73% |
CMYK | 56.38% | 0.00% | 61.70% |
26.27% |
Color #52BC48 in popluar number systems.
HEX | 52 | BC | 48 |
Decimal | 82 | 188 | 72 |
Binary | 1010010 | 10111100 | 1001000 |
Octal | 122 | 274 | 110 |
Shades of #52BC48
Tints of #52BC48
Examples of css and html codes for elements with #52BC48 color. Also use rgb(82,188,72) instead hex code.
.myTextColor { color: #52BC48; }
<p style="color:#52BC48">This sample text font color is #52BC48.</p>
This text font color is #52BC48.
.myBgColor { background-color: #52BC48; }
<div style="background-color:#52BC48">Inner text</div>
This div background color is #52BC48.
.myBorderColor { border: 1px solid #52BC48; }
<div style="border:3px solid #52BC48">Div</div>
This div border color is #52BC48.
.myOpacity80 { color: #52BC48; opacity: 0.8; }
<p style="color:#52BC48;opacity:0.8;">80%</p>
Text with #52BC48 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52BC48;}
<p style="text-shadow: 3px 3px 1px #52BC48">Text here.</p>
This text has shadow with #52BC48 color.
.textShadow {text-shadow: 3px 3px 1px #52BC48', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52BC48, 5px 5px 20px red">Text here.</p>
This text has shadow with #52BC48 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52BC48, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52BC48, Direction=45, Strength=4)">Text</p>
This text has shadow with #52BC48 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #52BC48;
-webkit-box-shadow: 1px 1px 3px 2px #52BC48;
box-shadow: 1px 1px 3px 2px #52BC48;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52BC48; -webkit-box-shadow: 1px 1px 3px 2px #52BC48; box-shadow:1px 1px 3px 2px #52BC48;">
Div content here
</div>
This text has color #52BC48 on black background.
This text has color #52BC48 on white background.
This text has black color on #52BC48 background.
This text has white color on #52BC48 background.
Complementary color for #hex is #AD43B7.