COLOR #48F893

HEX: #48F893
RGB: (72,248,147)

Color info

#48F893 contains mainly green color. Web safe color of #48F893 is #33FF99 (or #3F9).

RGB color model

#48F893 color RGB value is (72,248,147).

  • red value is 72;
  • green value is 248;
  • blue value is 147.
RGB:
(72,248,147)
(28%,97%,58%)

RGB channels and saturation

R 72 of 255 = 28%
G 248 of 255 = 97%
B 147 of 255 = 58%

72
248
147

R + G + B ~ 61%. #48F893 is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 248 + 147 = 467 (100%)
R 72 of 467 ~ 15.42%
G 248 of 467 ~ 53.1%
B 147 of 467 ~ 31.48%

%15.42
%53.1
%31.48

CMYK color model

#48F893 color CMYK value is (71,0,41,3).

  • cyan value is 70.97%
  • magenta value is 0.00%
  • yellow value is 40.73%
  • key color value is 2.75%
CMYK:
(71,0,41,3)
C71M0Y41K3 
(71%,0%,41%,3%)
(0.71/0.00/0.41/0.03)	

CMYK percentages

%70.97
%0
%40.73
%2.75

Codes

Color #48F893 in popluar color models

48F893
RGB72248147
HSL146°92.63%62.75%
HSB/HSV146°70.97%97.25%
CMYK70.97%0.00%40.73%
2.75%

Color #48F893 in popluar number systems.

HEX48F893
Decimal72248147
Binary10010001111100010010011
Octal110370223

Shades and tints

Shades of #48F893

#48F893
(72,248,147)
#42E286
(66,226,134)
#3CCC79
(60,204,121)
#36B66C
(54,182,108)
#30A05F
(48,160,95)
#2A8A52
(42,138,82)
#247445
(36,116,69)
#1E5E38
(30,94,56)
#18482B
(24,72,43)
#12321E
(18,50,30)
#0C1C11
(12,28,17)
#000000
(0,0,0)

Tints of #48F893

#48F893
(72,248,147)
#58F89C
(88,248,156)
#68F8A5
(104,248,165)
#78F8AE
(120,248,174)
#88F8B7
(136,248,183)
#98F8C0
(152,248,192)
#A8F8C9
(168,248,201)
#B8F8D2
(184,248,210)
#C8F8DB
(200,248,219)
#D8F8E4
(216,248,228)
#E8F8ED
(232,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48F893 color. Also use rgb(72,248,147) instead hex code.

Text Font Color

.myTextColor { color: #48F893; }

<p style="color:#48F893">This sample text font color is #48F893.</p>

This text font color is #48F893.


Background Color

.myBgColor { background-color: #48F893; }

<div style="background-color:#48F893">Inner text</div>

This div background color is #48F893.


Border color

.myBorderColor { border: 1px solid #48F893; }

<div style="border:3px solid #48F893">Div</div>

This div border color is #48F893.


Opacity

.myOpacity80 { color: #48F893; opacity: 0.8; }

<p style="color:#48F893;opacity:0.8;">80%</p>

Text with #48F893 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #48F893;}

<p style="text-shadow: 3px 3px 1px #48F893">Text here.</p>

This text has shadow with #48F893 color.

.textShadow {text-shadow: 3px 3px 1px #48F893, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #48F893, 5px 5px 20px red">Text here.</p>

This text has shadow with #48F893 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48F893, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#48F893, Direction=45, Strength=4)">Text</p>

This text has shadow with #48F893 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #48F893;
  -webkit-box-shadow:	1px 1px 3px 2px #48F893;
  box-shadow:		1px 1px 3px 2px #48F893;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48F893;
-webkit-box-shadow: 1px 1px 3px 2px #48F893;
box-shadow:1px 1px 3px 2px #48F893;">
Div content here</div>
This div box has shadow with color #48F893.

Preview

Color preview on black background

This text has color #48F893 on black background.


Color preview on white background

This text has color #48F893 on white background.



Black color preview on #48F893 background

This text has black color on #48F893 background.


White color preview on #48F893 background

This text has white color on #48F893 background.