COLOR #48D398

HEX: #48D398
RGB: (72,211,152)

Color info

#48D398 contains mainly green and blue colors. Web safe color of #48D398 is #33CC99 (or #3C9).

RGB color model

#48D398 color RGB value is (72,211,152).

  • red value is 72;
  • green value is 211;
  • blue value is 152.
RGB:
(72,211,152)
(28%,83%,60%)

RGB channels and saturation

R 72 of 255 = 28%
G 211 of 255 = 83%
B 152 of 255 = 60%

72
211
152

R + G + B ~ 57%. #48D398 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 211 + 152 = 435 (100%)
R 72 of 435 ~ 16.55%
G 211 of 435 ~ 48.51%
B 152 of 435 ~ 34.94%

%16.55
%48.51
%34.94

CMYK color model

#48D398 color CMYK value is (66,0,28,17).

  • cyan value is 65.88%
  • magenta value is 0.00%
  • yellow value is 27.96%
  • key color value is 17.25%
CMYK:
(66,0,28,17)
C66M0Y28K17 
(66%,0%,28%,17%)
(0.66/0.00/0.28/0.17)	

CMYK percentages

%65.88
%0
%27.96
%17.25

Codes

Color #48D398 in popluar color models

48D398
RGB72211152
HSL155°61.23%55.49%
HSB/HSV155°65.88%82.75%
CMYK65.88%0.00%27.96%
17.25%

Color #48D398 in popluar number systems.

HEX48D398
Decimal72211152
Binary10010001101001110011000
Octal110323230

Shades and tints

Shades of #48D398

#48D398
(72,211,152)
#42C08B
(66,192,139)
#3CAD7E
(60,173,126)
#369A71
(54,154,113)
#308764
(48,135,100)
#2A7457
(42,116,87)
#24614A
(36,97,74)
#1E4E3D
(30,78,61)
#183B30
(24,59,48)
#122823
(18,40,35)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #48D398

#48D398
(72,211,152)
#58D7A1
(88,215,161)
#68DBAA
(104,219,170)
#78DFB3
(120,223,179)
#88E3BC
(136,227,188)
#98E7C5
(152,231,197)
#A8EBCE
(168,235,206)
#B8EFD7
(184,239,215)
#C8F3E0
(200,243,224)
#D8F7E9
(216,247,233)
#E8FBF2
(232,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48D398 color. Also use rgb(72,211,152) instead hex code.

Text Font Color

.myTextColor { color: #48D398; }

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

This text font color is #48D398.


Background Color

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

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

This div background color is #48D398.


Border color

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

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

This div border color is #48D398.


Opacity

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

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

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

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

This text has shadow with #48D398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48D398 on black background.


Color preview on white background

This text has color #48D398 on white background.



Black color preview on #48D398 background

This text has black color on #48D398 background.


White color preview on #48D398 background

This text has white color on #48D398 background.