COLOR #48C877

HEX: #48C877 RGB: (72,200,119)

Color info

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

RGB color model

#48C877 color RGB value is (72,200,119).

RGB: (72,200,119) (28%, 78%, 47%)

RGB channels and saturation

R 72 of 255 = 28%
G 200 of 255 = 78%
B 119 of 255 = 47%

72
200
119

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

Portions of RGB colors in percentages

R + G + B = 72 + 200 + 119 = 391 (100%)
R 72 of 391 ~ 18.41%
G 200 of 391 ~ 51.15%
B 119 of 391 ~ 30.43'%

%18.41
%51.15
%30.43

CMYK color model

#48C877 color CMYK value is (64,0,41,22).

  • cyan value is 64.00%
  • magenta value is 0.00%
  • yellow value is 40.50%
  • key color value is 21.57%

CMYK: (64,0,41,22)
C64M0Y41K22 (64%, 0%, 41%, 22%)
(0.64 / 0.00 / 0.41 / 0.22)

CMYK percentages

%64
%0
%40.5
%21.57

Codes

Color #48C877 in popluar color models

48 C8 77
RGB 72 200 119
HSL 142° 53.78% 53.33%
HSB/HSV 142° 64.00% 78.43%
CMYK 64.00% 0.00% 40.50%
21.57%

Color #48C877 in popluar number systems.

HEX 48 C8 77
Decimal 72 200 119
Binary 1001000 11001000 1110111
Octal 110 310 167

Shades and tints

Shades of #48C877

#48C877
(72,200,119)
#42B66D
(66,182,109)
#3CA463
(60,164,99)
#369259
(54,146,89)
#30804F
(48,128,79)
#2A6E45
(42,110,69)
#245C3B
(36,92,59)
#1E4A31
(30,74,49)
#183827
(24,56,39)
#12261D
(18,38,29)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #48C877

#48C877
(72,200,119)
#58CD83
(88,205,131)
#68D28F
(104,210,143)
#78D79B
(120,215,155)
#88DCA7
(136,220,167)
#98E1B3
(152,225,179)
#A8E6BF
(168,230,191)
#B8EBCB
(184,235,203)
#C8F0D7
(200,240,215)
#D8F5E3
(216,245,227)
#E8FAEF
(232,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48C877 color. Also use rgb(72,200,119) instead hex code.

Text Font Color

.myTextColor { color: #48C877; }

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

This text font color is #48C877.

Background Color

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

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

This div background color is #48C877.

Border color

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

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

This div border color is #48C877.

Opacity

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

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

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

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

This text has shadow with #48C877 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48C877.

Preview

Color preview on black background

This text has color #48C877 on black background.


Color preview on white background

This text has color #48C877 on white background.


Black color preview on #48C877 background

This text has black color on #48C877 background.


White color preview on #48C877 background

This text has white color on #48C877 background.


Related colors

Complementary color

Complementary color for #hex is #B73788.


I love getcolorcode.com

Triadic colors

1 #7748C8 and #C87748 with #48C877 are triadic colors.

2 #77C848 and #C84877 with #48C877 are triadic colors.