#48BF91 color RGB value is (4, 139, 249).
#48BF91 hex color red value is 4, green value is 139, and blue value is 249.
Cylindrical-coordinate representations (HSL) of color #48BF91
hue: 206.94,
saturation: 0.97 and lightness: 0.5.
The process color (four-color CMYK) of #48BF91 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #48BF91 is #ff9999. Color #48BF91 contains mainly RED.
| Color spaces of #48BF91 | Value |
|---|---|
| RGB | 72, 191, 145 |
| HSL | 0.44, 0.48, 0.52 |
| HSV | 157°, 62°, 75° |
| XYZ | 26.41, 40.68, 33.24 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1001000 | 10111111 | 10010001 |
| Octal | 110 | 277 | 221 |
| Decimal | 72 | 191 | 145 |
| Hex | 48 | BF | 91 |
Shades of #48BF91
Tints of #48BF91
.mybgColor {background-color: #48BF91;}
.myforeColor {color: #48BF91;}
.myborderColor {border:3px solid #48BF91;}
<p style="color:#48BF91">Text here</p>
This sample text is styled with the font color #48BF91. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#48BF91">Div content here</div>
<div style="border:3px solid #48BF91">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(72, 191, 145, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #48BF91; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #48BF91;
-webkit-box-shadow: 1px 1px 3px #48BF91;
box-shadow: 1px 1px 3px #48BF91; }
<p style="text-shadow: 4px 4px 2px rgba(72, 191, 145, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #48BF91;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #48BF91;
-webkit-box-shadow: 1px 1px 3px #48BF91;
box-shadow: 1px 1px 3px #48BF91;">Div content here</div>
