COLOR #48EE9D

HEX: #48EE9D
RGB: (72,238,157)

Color info

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

RGB color model

#48EE9D color RGB value is (72,238,157).

  • red value is 72;
  • green value is 238;
  • blue value is 157.
RGB:
(72,238,157)
(28%,93%,62%)

RGB channels and saturation

R 72 of 255 = 28%
G 238 of 255 = 93%
B 157 of 255 = 62%

72
238
157

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

Portions of RGB colors in percentages

R + G + B =
72 + 238 + 157 = 467 (100%)
R 72 of 467 ~ 15.42%
G 238 of 467 ~ 50.96%
B 157 of 467 ~ 33.62%

%15.42
%50.96
%33.62

CMYK color model

#48EE9D color CMYK value is (70,0,34,7).

  • cyan value is 69.75%
  • magenta value is 0.00%
  • yellow value is 34.03%
  • key color value is 6.67%
CMYK:
(70,0,34,7)
C70M0Y34K7 
(70%,0%,34%,7%)
(0.70/0.00/0.34/0.07)	

CMYK percentages

%69.75
%0
%34.03
%6.67

Codes

Color #48EE9D in popluar color models

48EE9D
RGB72238157
HSL151°83.00%60.78%
HSB/HSV151°69.75%93.33%
CMYK69.75%0.00%34.03%
6.67%

Color #48EE9D in popluar number systems.

HEX48EE9D
Decimal72238157
Binary10010001110111010011101
Octal110356235

Shades and tints

Shades of #48EE9D

#48EE9D
(72,238,157)
#42D98F
(66,217,143)
#3CC481
(60,196,129)
#36AF73
(54,175,115)
#309A65
(48,154,101)
#2A8557
(42,133,87)
#247049
(36,112,73)
#1E5B3B
(30,91,59)
#18462D
(24,70,45)
#12311F
(18,49,31)
#0C1C11
(12,28,17)
#000000
(0,0,0)

Tints of #48EE9D

#48EE9D
(72,238,157)
#58EFA5
(88,239,165)
#68F0AD
(104,240,173)
#78F1B5
(120,241,181)
#88F2BD
(136,242,189)
#98F3C5
(152,243,197)
#A8F4CD
(168,244,205)
#B8F5D5
(184,245,213)
#C8F6DD
(200,246,221)
#D8F7E5
(216,247,229)
#E8F8ED
(232,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48EE9D color. Also use rgb(72,238,157) instead hex code.

Text Font Color

.myTextColor { color: #48EE9D; }

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

This text font color is #48EE9D.


Background Color

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

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

This div background color is #48EE9D.


Border color

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

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

This div border color is #48EE9D.


Opacity

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

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

Text with #48EE9D 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 #48EE9D;}

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

This text has shadow with #48EE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48EE9D on black background.


Color preview on white background

This text has color #48EE9D on white background.



Black color preview on #48EE9D background

This text has black color on #48EE9D background.


White color preview on #48EE9D background

This text has white color on #48EE9D background.