COLOR #48D197

HEX: #48D197
RGB: (72,209,151)

Color info

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

RGB color model

#48D197 color RGB value is (72,209,151).

  • red value is 72;
  • green value is 209;
  • blue value is 151.
RGB:
(72,209,151)
(28%,82%,59%)

RGB channels and saturation

R 72 of 255 = 28%
G 209 of 255 = 82%
B 151 of 255 = 59%

72
209
151

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

Portions of RGB colors in percentages

R + G + B =
72 + 209 + 151 = 432 (100%)
R 72 of 432 ~ 16.67%
G 209 of 432 ~ 48.38%
B 151 of 432 ~ 34.95%

%16.67
%48.38
%34.95

CMYK color model

#48D197 color CMYK value is (66,0,28,18).

  • cyan value is 65.55%
  • magenta value is 0.00%
  • yellow value is 27.75%
  • key color value is 18.04%
CMYK:
(66,0,28,18)
C66M0Y28K18 
(66%,0%,28%,18%)
(0.66/0.00/0.28/0.18)	

CMYK percentages

%65.55
%0
%27.75
%18.04

Codes

Color #48D197 in popluar color models

48D197
RGB72209151
HSL155°59.83%55.10%
HSB/HSV155°65.55%81.96%
CMYK65.55%0.00%27.75%
18.04%

Color #48D197 in popluar number systems.

HEX48D197
Decimal72209151
Binary10010001101000110010111
Octal110321227

Shades and tints

Shades of #48D197

#48D197
(72,209,151)
#42BE8A
(66,190,138)
#3CAB7D
(60,171,125)
#369870
(54,152,112)
#308563
(48,133,99)
#2A7256
(42,114,86)
#245F49
(36,95,73)
#1E4C3C
(30,76,60)
#18392F
(24,57,47)
#122622
(18,38,34)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #48D197

#48D197
(72,209,151)
#58D5A0
(88,213,160)
#68D9A9
(104,217,169)
#78DDB2
(120,221,178)
#88E1BB
(136,225,187)
#98E5C4
(152,229,196)
#A8E9CD
(168,233,205)
#B8EDD6
(184,237,214)
#C8F1DF
(200,241,223)
#D8F5E8
(216,245,232)
#E8F9F1
(232,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48D197 color. Also use rgb(72,209,151) instead hex code.

Text Font Color

.myTextColor { color: #48D197; }

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

This text font color is #48D197.


Background Color

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

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

This div background color is #48D197.


Border color

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

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

This div border color is #48D197.


Opacity

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

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

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

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

This text has shadow with #48D197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48D197 on black background.


Color preview on white background

This text has color #48D197 on white background.



Black color preview on #48D197 background

This text has black color on #48D197 background.


White color preview on #48D197 background

This text has white color on #48D197 background.