COLOR #54E09D

HEX: #54E09D
RGB: (84,224,157)

Color info

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

RGB color model

#54E09D color RGB value is (84,224,157).

  • red value is 84;
  • green value is 224;
  • blue value is 157.
RGB:
(84,224,157)
(33%,88%,62%)

RGB channels and saturation

R 84 of 255 = 33%
G 224 of 255 = 88%
B 157 of 255 = 62%

84
224
157

R + G + B ~ 61%. #54E09D is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 224 + 157 = 465 (100%)
R 84 of 465 ~ 18.06%
G 224 of 465 ~ 48.17%
B 157 of 465 ~ 33.76%

%18.06
%48.17
%33.76

CMYK color model

#54E09D color CMYK value is (63,0,30,12).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 12.16%
CMYK:
(63,0,30,12)
C63M0Y30K12 
(63%,0%,30%,12%)
(0.63/0.00/0.30/0.12)	

CMYK percentages

%62.5
%0
%29.91
%12.16

Codes

Color #54E09D in popluar color models

54E09D
RGB84224157
HSL151°69.31%60.39%
HSB/HSV151°62.50%87.84%
CMYK62.50%0.00%29.91%
12.16%

Color #54E09D in popluar number systems.

HEX54E09D
Decimal84224157
Binary10101001110000010011101
Octal124340235

Shades and tints

Shades of #54E09D

#54E09D
(84,224,157)
#4DCC8F
(77,204,143)
#46B881
(70,184,129)
#3FA473
(63,164,115)
#389065
(56,144,101)
#317C57
(49,124,87)
#2A6849
(42,104,73)
#23543B
(35,84,59)
#1C402D
(28,64,45)
#152C1F
(21,44,31)
#0E1811
(14,24,17)
#000000
(0,0,0)

Tints of #54E09D

#54E09D
(84,224,157)
#63E2A5
(99,226,165)
#72E4AD
(114,228,173)
#81E6B5
(129,230,181)
#90E8BD
(144,232,189)
#9FEAC5
(159,234,197)
#AEECCD
(174,236,205)
#BDEED5
(189,238,213)
#CCF0DD
(204,240,221)
#DBF2E5
(219,242,229)
#EAF4ED
(234,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54E09D color. Also use rgb(84,224,157) instead hex code.

Text Font Color

.myTextColor { color: #54E09D; }

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

This text font color is #54E09D.


Background Color

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

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

This div background color is #54E09D.


Border color

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

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

This div border color is #54E09D.


Opacity

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

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

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

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

This text has shadow with #54E09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54E09D on black background.


Color preview on white background

This text has color #54E09D on white background.



Black color preview on #54E09D background

This text has black color on #54E09D background.


White color preview on #54E09D background

This text has white color on #54E09D background.