COLOR #54C780

HEX: #54C780 RGB: (84,199,128)

Color info

#54C780 contains mainly green color. Web safe color of #54C780 is #66CC66 (or #6C6).

RGB color model

#54C780 color RGB value is (84,199,128).

RGB: (84,199,128) (33%, 78%, 50%)

RGB channels and saturation

R 84 of 255 = 33%
G 199 of 255 = 78%
B 128 of 255 = 50%

84
199
128

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

Portions of RGB colors in percentages

R + G + B = 84 + 199 + 128 = 411 (100%)
R 84 of 411 ~ 20.44%
G 199 of 411 ~ 48.42%
B 128 of 411 ~ 31.14'%

%20.44
%48.42
%31.14

CMYK color model

#54C780 color CMYK value is (58,0,36,22).

  • cyan value is 57.79%
  • magenta value is 0.00%
  • yellow value is 35.68%
  • key color value is 21.96%

CMYK: (58,0,36,22)
C58M0Y36K22 (58%, 0%, 36%, 22%)
(0.58 / 0.00 / 0.36 / 0.22)

CMYK percentages

%57.79
%0
%35.68
%21.96

Codes

Color #54C780 in popluar color models

54 C7 80
RGB 84 199 128
HSL 143° 50.66% 55.49%
HSB/HSV 143° 57.79% 78.04%
CMYK 57.79% 0.00% 35.68%
21.96%

Color #54C780 in popluar number systems.

HEX 54 C7 80
Decimal 84 199 128
Binary 1010100 11000111 10000000
Octal 124 307 200

Shades and tints

Shades of #54C780

#54C780
(84,199,128)
#4DB575
(77,181,117)
#46A36A
(70,163,106)
#3F915F
(63,145,95)
#387F54
(56,127,84)
#316D49
(49,109,73)
#2A5B3E
(42,91,62)
#234933
(35,73,51)
#1C3728
(28,55,40)
#15251D
(21,37,29)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #54C780

#54C780
(84,199,128)
#63CC8B
(99,204,139)
#72D196
(114,209,150)
#81D6A1
(129,214,161)
#90DBAC
(144,219,172)
#9FE0B7
(159,224,183)
#AEE5C2
(174,229,194)
#BDEACD
(189,234,205)
#CCEFD8
(204,239,216)
#DBF4E3
(219,244,227)
#EAF9EE
(234,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54C780 color. Also use rgb(84,199,128) instead hex code.

Text Font Color

.myTextColor { color: #54C780; }

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

This text font color is #54C780.

Background Color

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

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

This div background color is #54C780.

Border color

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

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

This div border color is #54C780.

Opacity

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

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

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

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

This text has shadow with #54C780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54C780.

Preview

Color preview on black background

This text has color #54C780 on black background.


Color preview on white background

This text has color #54C780 on white background.


Black color preview on #54C780 background

This text has black color on #54C780 background.


White color preview on #54C780 background

This text has white color on #54C780 background.


Related colors

Complementary color

Complementary color for #hex is #AB387F.


I love getcolorcode.com

Triadic colors

1 #8054C7 and #C78054 with #54C780 are triadic colors.

2 #80C754 and #C75480 with #54C780 are triadic colors.