COLOR #54E882

HEX: #54E882
RGB: (84,232,130)

Color info

#54E882 contains mainly green color. Web safe color of #54E882 is #66FF99 (or #6F9).

RGB color model

#54E882 color RGB value is (84,232,130).

  • red value is 84;
  • green value is 232;
  • blue value is 130.
RGB:
(84,232,130)
(33%,91%,51%)

RGB channels and saturation

R 84 of 255 = 33%
G 232 of 255 = 91%
B 130 of 255 = 51%

84
232
130

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

Portions of RGB colors in percentages

R + G + B =
84 + 232 + 130 = 446 (100%)
R 84 of 446 ~ 18.83%
G 232 of 446 ~ 52.02%
B 130 of 446 ~ 29.15%

%18.83
%52.02
%29.15

CMYK color model

#54E882 color CMYK value is (64,0,44,9).

  • cyan value is 63.79%
  • magenta value is 0.00%
  • yellow value is 43.97%
  • key color value is 9.02%
CMYK:
(64,0,44,9)
C64M0Y44K9 
(64%,0%,44%,9%)
(0.64/0.00/0.44/0.09)	

CMYK percentages

%63.79
%0
%43.97
%9.02

Codes

Color #54E882 in popluar color models

54E882
RGB84232130
HSL139°76.29%61.96%
HSB/HSV139°63.79%90.98%
CMYK63.79%0.00%43.97%
9.02%

Color #54E882 in popluar number systems.

HEX54E882
Decimal84232130
Binary10101001110100010000010
Octal124350202

Shades and tints

Shades of #54E882

#54E882
(84,232,130)
#4DD377
(77,211,119)
#46BE6C
(70,190,108)
#3FA961
(63,169,97)
#389456
(56,148,86)
#317F4B
(49,127,75)
#2A6A40
(42,106,64)
#235535
(35,85,53)
#1C402A
(28,64,42)
#152B1F
(21,43,31)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #54E882

#54E882
(84,232,130)
#63EA8D
(99,234,141)
#72EC98
(114,236,152)
#81EEA3
(129,238,163)
#90F0AE
(144,240,174)
#9FF2B9
(159,242,185)
#AEF4C4
(174,244,196)
#BDF6CF
(189,246,207)
#CCF8DA
(204,248,218)
#DBFAE5
(219,250,229)
#EAFCF0
(234,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54E882 color. Also use rgb(84,232,130) instead hex code.

Text Font Color

.myTextColor { color: #54E882; }

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

This text font color is #54E882.


Background Color

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

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

This div background color is #54E882.


Border color

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

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

This div border color is #54E882.


Opacity

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

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

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

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

This text has shadow with #54E882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54E882 on black background.


Color preview on white background

This text has color #54E882 on white background.



Black color preview on #54E882 background

This text has black color on #54E882 background.


White color preview on #54E882 background

This text has white color on #54E882 background.