HEX: #48BD6A
RGB: (72,189,106)
#48BD6A contains mainly green color. Web safe color of #48BD6A is #33CC66 (or #3C6).
#48BD6A color RGB value is (72,189,106).
RGB: (72,189,106)
(28%, 74%, 42%)
R 72 of 255 = 28%
G 189 of 255 = 74%
B 106 of 255 = 42%
R + G + B ~ 48%. #48BD6A is middle color (not dark and not light).
R + G + B = 72 + 189 + 106 = 367 (100%)
R 72 of 367 ~ 19.62%
G 189 of 367 ~ 51.5%
B 106 of 367 ~ 28.88'%
#48BD6A color CMYK value is (62,0,44,26).
CMYK: (62,0,44,26) C62M0Y44K26 (62%,0%,44%,26%) (0.62/0.00/0.44/0.26)
Color #48BD6A in popluar color models
48 | BD | 6A | |
---|---|---|---|
RGB | 72 | 189 | 106 |
HSL | 137° | 46.99% | 51.18% |
HSB/HSV | 137° | 61.90% | 74.12% |
CMYK | 61.90% | 0.00% | 43.92% |
25.88% |
Color #48BD6A in popluar number systems.
HEX | 48 | BD | 6A |
Decimal | 72 | 189 | 106 |
Binary | 1001000 | 10111101 | 1101010 |
Octal | 110 | 275 | 152 |
Shades of #48BD6A
Tints of #48BD6A
Examples of css and html codes for elements with #48BD6A color. Also use rgb(72,189,106) instead hex code.
.myTextColor { color: #48BD6A; }
<p style="color:#48BD6A">This sample text font color is #48BD6A.</p>
This text font color is #48BD6A.
.myBgColor { background-color: #48BD6A; }
<div style="background-color:#48BD6A">Inner text</div>
This div background color is #48BD6A.
.myBorderColor { border: 1px solid #48BD6A; }
<div style="border:3px solid #48BD6A">Div</div>
This div border color is #48BD6A.
.myOpacity80 { color: #48BD6A; opacity: 0.8; }
<p style="color:#48BD6A;opacity:0.8;">80%</p>
Text with #48BD6A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48BD6A;}
<p style="text-shadow: 3px 3px 1px #48BD6A">Text here.</p>
This text has shadow with #48BD6A color.
.textShadow {text-shadow: 3px 3px 1px #48BD6A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48BD6A, 5px 5px 20px red">Text here.</p>
This text has shadow with #48BD6A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48BD6A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48BD6A, Direction=45, Strength=4)">Text</p>
This text has shadow with #48BD6A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48BD6A;
-webkit-box-shadow: 1px 1px 3px 2px #48BD6A;
box-shadow: 1px 1px 3px 2px #48BD6A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48BD6A; -webkit-box-shadow: 1px 1px 3px 2px #48BD6A; box-shadow:1px 1px 3px 2px #48BD6A;">
Div content here
</div>
This text has color #48BD6A on black background.
This text has color #48BD6A on white background.
This text has black color on #48BD6A background.
This text has white color on #48BD6A background.
Complementary color for #hex is #B74295.