HEX: #48F96F
RGB: (72,249,111)
#48F96F contains mainly green color. Web safe color of #48F96F is #33FF66 (or #3F6).
#48F96F color RGB value is (72,249,111).
RGB: (72,249,111)
(28%, 98%, 44%)
R 72 of 255 = 28%
G 249 of 255 = 98%
B 111 of 255 = 44%
R + G + B ~ 57%. #48F96F is middle color (not dark and not light).
R + G + B = 72 + 249 + 111 = 432 (100%)
R 72 of 432 ~ 16.67%
G 249 of 432 ~ 57.64%
B 111 of 432 ~ 25.69'%
#48F96F color CMYK value is (71,0,55,2).
CMYK: (71,0,55,2)
C71M0Y55K2 (71%, 0%, 55%, 2%)
(0.71 / 0.00 / 0.55 / 0.02)
Color #48F96F in popluar color models
48 | F9 | 6F | |
---|---|---|---|
RGB | 72 | 249 | 111 |
HSL | 133° | 93.65% | 62.94% |
HSB/HSV | 133° | 71.08% | 97.65% |
CMYK | 71.08% | 0.00% | 55.42% |
2.35% |
Color #48F96F in popluar number systems.
HEX | 48 | F9 | 6F |
Decimal | 72 | 249 | 111 |
Binary | 1001000 | 11111001 | 1101111 |
Octal | 110 | 371 | 157 |
Shades of #48F96F
Tints of #48F96F
Examples of css and html codes for elements with #48F96F color. Also use rgb(72,249,111) instead hex code.
.myTextColor { color: #48F96F; }
<p style="color:#48F96F">This sample text font color is #48F96F.</p>
This text font color is #48F96F.
.myBgColor { background-color: #48F96F; }
<div style="background-color:#48F96F">Inner text</div>
This div background color is #48F96F.
.myBorderColor { border: 1px solid #48F96F; }
<div style="border:3px solid #48F96F">Div</div>
This div border color is #48F96F.
.myOpacity80 { color: #48F96F; opacity: 0.8; }
<p style="color:#48F96F;opacity:0.8;">80%</p>
Text with #48F96F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48F96F;}
<p style="text-shadow: 3px 3px 1px #48F96F">Text here.</p>
This text has shadow with #48F96F color.
.textShadow {text-shadow: 3px 3px 1px #48F96F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48F96F, 5px 5px 20px red">Text here.</p>
This text has shadow with #48F96F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48F96F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48F96F, Direction=45, Strength=4)">Text</p>
This text has shadow with #48F96F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48F96F;
-webkit-box-shadow: 1px 1px 3px 2px #48F96F;
box-shadow: 1px 1px 3px 2px #48F96F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48F96F; -webkit-box-shadow: 1px 1px 3px 2px #48F96F; box-shadow:1px 1px 3px 2px #48F96F;">
Div content here
</div>
This text has color #48F96F on black background.
This text has color #48F96F on white background.
This text has black color on #48F96F background.
This text has white color on #48F96F background.
Complementary color for #hex is #B70690.