COLOR #48C985

HEX: #48C985 RGB: (72,201,133)

Color info

#48C985 contains mainly green color. Web safe color of #48C985 is #33CC99 (or #3C9).

RGB color model

#48C985 color RGB value is (72,201,133).

RGB: (72,201,133) (28%, 79%, 52%)

RGB channels and saturation

R 72 of 255 = 28%
G 201 of 255 = 79%
B 133 of 255 = 52%

72
201
133

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

Portions of RGB colors in percentages

R + G + B = 72 + 201 + 133 = 406 (100%)
R 72 of 406 ~ 17.73%
G 201 of 406 ~ 49.51%
B 133 of 406 ~ 32.76'%

%17.73
%49.51
%32.76

CMYK color model

#48C985 color CMYK value is (64,0,34,21).

  • cyan value is 64.18%
  • magenta value is 0.00%
  • yellow value is 33.83%
  • key color value is 21.18%

CMYK: (64,0,34,21)
C64M0Y34K21 (64%, 0%, 34%, 21%)
(0.64 / 0.00 / 0.34 / 0.21)

CMYK percentages

%64.18
%0
%33.83
%21.18

Codes

Color #48C985 in popluar color models

48 C9 85
RGB 72 201 133
HSL 148° 54.43% 53.53%
HSB/HSV 148° 64.18% 78.82%
CMYK 64.18% 0.00% 33.83%
21.18%

Color #48C985 in popluar number systems.

HEX 48 C9 85
Decimal 72 201 133
Binary 1001000 11001001 10000101
Octal 110 311 205

Shades and tints

Shades of #48C985

#48C985
(72,201,133)
#42B779
(66,183,121)
#3CA56D
(60,165,109)
#369361
(54,147,97)
#308155
(48,129,85)
#2A6F49
(42,111,73)
#245D3D
(36,93,61)
#1E4B31
(30,75,49)
#183925
(24,57,37)
#122719
(18,39,25)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #48C985

#48C985
(72,201,133)
#58CD90
(88,205,144)
#68D19B
(104,209,155)
#78D5A6
(120,213,166)
#88D9B1
(136,217,177)
#98DDBC
(152,221,188)
#A8E1C7
(168,225,199)
#B8E5D2
(184,229,210)
#C8E9DD
(200,233,221)
#D8EDE8
(216,237,232)
#E8F1F3
(232,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48C985 color. Also use rgb(72,201,133) instead hex code.

Text Font Color

.myTextColor { color: #48C985; }

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

This text font color is #48C985.

Background Color

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

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

This div background color is #48C985.

Border color

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

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

This div border color is #48C985.

Opacity

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

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

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

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

This text has shadow with #48C985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48C985.

Preview

Color preview on black background

This text has color #48C985 on black background.


Color preview on white background

This text has color #48C985 on white background.


Black color preview on #48C985 background

This text has black color on #48C985 background.


White color preview on #48C985 background

This text has white color on #48C985 background.


Related colors

Complementary color

Complementary color for #hex is #B7367A.


I love getcolorcode.com

Triadic colors

1 #8548C9 and #C98548 with #48C985 are triadic colors.

2 #85C948 and #C94885 with #48C985 are triadic colors.