COLOR #54D17F

HEX: #54D17F
RGB: (84,209,127)

Color info

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

RGB color model

#54D17F color RGB value is (84,209,127).

  • red value is 84;
  • green value is 209;
  • blue value is 127.
RGB:
(84,209,127)
(33%,82%,50%)

RGB channels and saturation

R 84 of 255 = 33%
G 209 of 255 = 82%
B 127 of 255 = 50%

84
209
127

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

Portions of RGB colors in percentages

R + G + B =
84 + 209 + 127 = 420 (100%)
R 84 of 420 ~ 20%
G 209 of 420 ~ 49.76%
B 127 of 420 ~ 30.24%

%20
%49.76
%30.24

CMYK color model

#54D17F color CMYK value is (60,0,39,18).

  • cyan value is 59.81%
  • magenta value is 0.00%
  • yellow value is 39.23%
  • key color value is 18.04%
CMYK:
(60,0,39,18)
C60M0Y39K18 
(60%,0%,39%,18%)
(0.60/0.00/0.39/0.18)	

CMYK percentages

%59.81
%0
%39.23
%18.04

Codes

Color #54D17F in popluar color models

54D17F
RGB84209127
HSL141°57.60%57.45%
HSB/HSV141°59.81%81.96%
CMYK59.81%0.00%39.23%
18.04%

Color #54D17F in popluar number systems.

HEX54D17F
Decimal84209127
Binary1010100110100011111111
Octal124321177

Shades and tints

Shades of #54D17F

#54D17F
(84,209,127)
#4DBE74
(77,190,116)
#46AB69
(70,171,105)
#3F985E
(63,152,94)
#388553
(56,133,83)
#317248
(49,114,72)
#2A5F3D
(42,95,61)
#234C32
(35,76,50)
#1C3927
(28,57,39)
#15261C
(21,38,28)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #54D17F

#54D17F
(84,209,127)
#63D58A
(99,213,138)
#72D995
(114,217,149)
#81DDA0
(129,221,160)
#90E1AB
(144,225,171)
#9FE5B6
(159,229,182)
#AEE9C1
(174,233,193)
#BDEDCC
(189,237,204)
#CCF1D7
(204,241,215)
#DBF5E2
(219,245,226)
#EAF9ED
(234,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54D17F color. Also use rgb(84,209,127) instead hex code.

Text Font Color

.myTextColor { color: #54D17F; }

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

This text font color is #54D17F.


Background Color

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

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

This div background color is #54D17F.


Border color

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

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

This div border color is #54D17F.


Opacity

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

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

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

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

This text has shadow with #54D17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54D17F on black background.


Color preview on white background

This text has color #54D17F on white background.



Black color preview on #54D17F background

This text has black color on #54D17F background.


White color preview on #54D17F background

This text has white color on #54D17F background.