COLOR #54D78B

HEX: #54D78B RGB: (84,215,139)

Color info

#54D78B contains mainly green color. Web safe color of #54D78B is #66CC99 (or #6C9).

RGB color model

#54D78B color RGB value is (84,215,139).

RGB: (84,215,139) (33%, 84%, 55%)

RGB channels and saturation

R 84 of 255 = 33%
G 215 of 255 = 84%
B 139 of 255 = 55%

84
215
139

R + G + B ~ 57%. #54D78B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 215 + 139 = 438 (100%)
R 84 of 438 ~ 19.18%
G 215 of 438 ~ 49.09%
B 139 of 438 ~ 31.74'%

%19.18
%49.09
%31.74

CMYK color model

#54D78B color CMYK value is (61,0,35,16).

  • cyan value is 60.93%
  • magenta value is 0.00%
  • yellow value is 35.35%
  • key color value is 15.69%

CMYK: (61,0,35,16)
C61M0Y35K16 (61%, 0%, 35%, 16%)
(0.61 / 0.00 / 0.35 / 0.16)

CMYK percentages

%60.93
%0
%35.35
%15.69

Codes

Color #54D78B in popluar color models

54 D7 8B
RGB 84 215 139
HSL 145° 62.09% 58.63%
HSB/HSV 145° 60.93% 84.31%
CMYK 60.93% 0.00% 35.35%
15.69%

Color #54D78B in popluar number systems.

HEX 54 D7 8B
Decimal 84 215 139
Binary 1010100 11010111 10001011
Octal 124 327 213

Shades and tints

Shades of #54D78B

#54D78B
(84,215,139)
#4DC47F
(77,196,127)
#46B173
(70,177,115)
#3F9E67
(63,158,103)
#388B5B
(56,139,91)
#31784F
(49,120,79)
#2A6543
(42,101,67)
#235237
(35,82,55)
#1C3F2B
(28,63,43)
#152C1F
(21,44,31)
#0E1913
(14,25,19)
#000000
(0,0,0)

Tints of #54D78B

#54D78B
(84,215,139)
#63DA95
(99,218,149)
#72DD9F
(114,221,159)
#81E0A9
(129,224,169)
#90E3B3
(144,227,179)
#9FE6BD
(159,230,189)
#AEE9C7
(174,233,199)
#BDECD1
(189,236,209)
#CCEFDB
(204,239,219)
#DBF2E5
(219,242,229)
#EAF5EF
(234,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54D78B color. Also use rgb(84,215,139) instead hex code.

Text Font Color

.myTextColor { color: #54D78B; }

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

This text font color is #54D78B.

Background Color

.myBgColor { background-color: #54D78B; }

<div style="background-color:#54D78B">Inner text</div>

This div background color is #54D78B.

Border color

.myBorderColor { border: 1px solid #54D78B; }

<div style="border:3px solid #54D78B">Div</div>

This div border color is #54D78B.

Opacity

.myOpacity80 { color: #54D78B; opacity: 0.8; }

<p style="color:#54D78B;opacity:0.8;">80%</p>

Text with #54D78B 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 #54D78B;}

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

This text has shadow with #54D78B color.


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

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

This text has shadow with #54D78B primary color and red secondary color.


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

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

This text has shadow with #54D78B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54D78B.

Preview

Color preview on black background

This text has color #54D78B on black background.


Color preview on white background

This text has color #54D78B on white background.


Black color preview on #54D78B background

This text has black color on #54D78B background.


White color preview on #54D78B background

This text has white color on #54D78B background.


Related colors

Complementary color

Complementary color for #hex is #AB2874.


I love getcolorcode.com

Triadic colors

1 #8B54D7 and #D78B54 with #54D78B are triadic colors.

2 #8BD754 and #D7548B with #54D78B are triadic colors.