COLOR #48ED98

HEX: #48ED98
RGB: (72,237,152)

Color info

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

RGB color model

#48ED98 color RGB value is (72,237,152).

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

RGB channels and saturation

R 72 of 255 = 28%
G 237 of 255 = 93%
B 152 of 255 = 60%

72
237
152

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

Portions of RGB colors in percentages

R + G + B =
72 + 237 + 152 = 461 (100%)
R 72 of 461 ~ 15.62%
G 237 of 461 ~ 51.41%
B 152 of 461 ~ 32.97%

%15.62
%51.41
%32.97

CMYK color model

#48ED98 color CMYK value is (70,0,36,7).

  • cyan value is 69.62%
  • magenta value is 0.00%
  • yellow value is 35.86%
  • key color value is 7.06%
CMYK:
(70,0,36,7)
C70M0Y36K7 
(70%,0%,36%,7%)
(0.70/0.00/0.36/0.07)	

CMYK percentages

%69.62
%0
%35.86
%7.06

Codes

Color #48ED98 in popluar color models

48ED98
RGB72237152
HSL149°82.09%60.59%
HSB/HSV149°69.62%92.94%
CMYK69.62%0.00%35.86%
7.06%

Color #48ED98 in popluar number systems.

HEX48ED98
Decimal72237152
Binary10010001110110110011000
Octal110355230

Shades and tints

Shades of #48ED98

#48ED98
(72,237,152)
#42D88B
(66,216,139)
#3CC37E
(60,195,126)
#36AE71
(54,174,113)
#309964
(48,153,100)
#2A8457
(42,132,87)
#246F4A
(36,111,74)
#1E5A3D
(30,90,61)
#184530
(24,69,48)
#123023
(18,48,35)
#0C1B16
(12,27,22)
#000000
(0,0,0)

Tints of #48ED98

#48ED98
(72,237,152)
#58EEA1
(88,238,161)
#68EFAA
(104,239,170)
#78F0B3
(120,240,179)
#88F1BC
(136,241,188)
#98F2C5
(152,242,197)
#A8F3CE
(168,243,206)
#B8F4D7
(184,244,215)
#C8F5E0
(200,245,224)
#D8F6E9
(216,246,233)
#E8F7F2
(232,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48ED98; }

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

This text font color is #48ED98.


Background Color

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

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

This div background color is #48ED98.


Border color

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

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

This div border color is #48ED98.


Opacity

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

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

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

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

This text has shadow with #48ED98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48ED98 on black background.


Color preview on white background

This text has color #48ED98 on white background.



Black color preview on #48ED98 background

This text has black color on #48ED98 background.


White color preview on #48ED98 background

This text has white color on #48ED98 background.