COLOR #48CC75

HEX: #48CC75
RGB: (72,204,117)

Color info

#48CC75 contains mainly green color. Web safe color of #48CC75 is #33CC66 (or #3C6).

RGB color model

#48CC75 color RGB value is (72,204,117).

  • red value is 72;
  • green value is 204;
  • blue value is 117.
RGB:
(72,204,117)
(28%,80%,46%)

RGB channels and saturation

R 72 of 255 = 28%
G 204 of 255 = 80%
B 117 of 255 = 46%

72
204
117

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

Portions of RGB colors in percentages

R + G + B =
72 + 204 + 117 = 393 (100%)
R 72 of 393 ~ 18.32%
G 204 of 393 ~ 51.91%
B 117 of 393 ~ 29.77%

%18.32
%51.91
%29.77

CMYK color model

#48CC75 color CMYK value is (65,0,43,20).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 42.65%
  • key color value is 20.00%
CMYK:
(65,0,43,20)
C65M0Y43K20 
(65%,0%,43%,20%)
(0.65/0.00/0.43/0.20)	

CMYK percentages

%64.71
%0
%42.65
%20

Codes

Color #48CC75 in popluar color models

48CC75
RGB72204117
HSL140°56.41%54.12%
HSB/HSV140°64.71%80.00%
CMYK64.71%0.00%42.65%
20.00%

Color #48CC75 in popluar number systems.

HEX48CC75
Decimal72204117
Binary1001000110011001110101
Octal110314165

Shades and tints

Shades of #48CC75

#48CC75
(72,204,117)
#42BA6B
(66,186,107)
#3CA861
(60,168,97)
#369657
(54,150,87)
#30844D
(48,132,77)
#2A7243
(42,114,67)
#246039
(36,96,57)
#1E4E2F
(30,78,47)
#183C25
(24,60,37)
#122A1B
(18,42,27)
#0C1811
(12,24,17)
#000000
(0,0,0)

Tints of #48CC75

#48CC75
(72,204,117)
#58D081
(88,208,129)
#68D48D
(104,212,141)
#78D899
(120,216,153)
#88DCA5
(136,220,165)
#98E0B1
(152,224,177)
#A8E4BD
(168,228,189)
#B8E8C9
(184,232,201)
#C8ECD5
(200,236,213)
#D8F0E1
(216,240,225)
#E8F4ED
(232,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48CC75 color. Also use rgb(72,204,117) instead hex code.

Text Font Color

.myTextColor { color: #48CC75; }

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

This text font color is #48CC75.


Background Color

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

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

This div background color is #48CC75.


Border color

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

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

This div border color is #48CC75.


Opacity

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

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

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

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

This text has shadow with #48CC75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48CC75 on black background.


Color preview on white background

This text has color #48CC75 on white background.



Black color preview on #48CC75 background

This text has black color on #48CC75 background.


White color preview on #48CC75 background

This text has white color on #48CC75 background.