HEX: #52BC5A
RGB: (82,188,90)
#52BC5A contains mainly green color. Web safe color of #52BC5A is #66CC66 (or #6C6).
#52BC5A color RGB value is (82,188,90).
RGB: (82,188,90)
(32%, 74%, 35%)
R 82 of 255 = 32%
G 188 of 255 = 74%
B 90 of 255 = 35%
R + G + B ~ 47%. #52BC5A is middle color (not dark and not light).
R + G + B = 82 + 188 + 90 = 360 (100%)
R 82 of 360 ~ 22.78%
G 188 of 360 ~ 52.22%
B 90 of 360 ~ 25'%
#52BC5A color CMYK value is (56,0,52,26).
CMYK: (56,0,52,26)
C56M0Y52K26 (56%, 0%, 52%, 26%)
(0.56 / 0.00 / 0.52 / 0.26)
Color #52BC5A in popluar color models
52 | BC | 5A | |
---|---|---|---|
RGB | 82 | 188 | 90 |
HSL | 125° | 44.17% | 52.94% |
HSB/HSV | 125° | 56.38% | 73.73% |
CMYK | 56.38% | 0.00% | 52.13% |
26.27% |
Color #52BC5A in popluar number systems.
HEX | 52 | BC | 5A |
Decimal | 82 | 188 | 90 |
Binary | 1010010 | 10111100 | 1011010 |
Octal | 122 | 274 | 132 |
Shades of #52BC5A
Tints of #52BC5A
Examples of css and html codes for elements with #52BC5A color. Also use rgb(82,188,90) instead hex code.
.myTextColor { color: #52BC5A; }
<p style="color:#52BC5A">This sample text font color is #52BC5A.</p>
This text font color is #52BC5A.
.myBgColor { background-color: #52BC5A; }
<div style="background-color:#52BC5A">Inner text</div>
This div background color is #52BC5A.
.myBorderColor { border: 1px solid #52BC5A; }
<div style="border:3px solid #52BC5A">Div</div>
This div border color is #52BC5A.
.myOpacity80 { color: #52BC5A; opacity: 0.8; }
<p style="color:#52BC5A;opacity:0.8;">80%</p>
Text with #52BC5A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52BC5A;}
<p style="text-shadow: 3px 3px 1px #52BC5A">Text here.</p>
This text has shadow with #52BC5A color.
.textShadow {text-shadow: 3px 3px 1px #52BC5A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52BC5A, 5px 5px 20px red">Text here.</p>
This text has shadow with #52BC5A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52BC5A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52BC5A, Direction=45, Strength=4)">Text</p>
This text has shadow with #52BC5A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #52BC5A;
-webkit-box-shadow: 1px 1px 3px 2px #52BC5A;
box-shadow: 1px 1px 3px 2px #52BC5A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52BC5A; -webkit-box-shadow: 1px 1px 3px 2px #52BC5A; box-shadow:1px 1px 3px 2px #52BC5A;">
Div content here
</div>
This text has color #52BC5A on black background.
This text has color #52BC5A on white background.
This text has black color on #52BC5A background.
This text has white color on #52BC5A background.
Complementary color for #hex is #AD43A5.