COLOR #54E850

HEX: #54E850
RGB: (84,232,80)

Color info

#54E850 contains mainly green color. Web safe color of #54E850 is #66FF66 (or #6F6).

RGB color model

#54E850 color RGB value is (84,232,80).

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

RGB channels and saturation

R 84 of 255 = 33%
G 232 of 255 = 91%
B 80 of 255 = 31%

84
232
80

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

Portions of RGB colors in percentages

R + G + B =
84 + 232 + 80 = 396 (100%)
R 84 of 396 ~ 21.21%
G 232 of 396 ~ 58.59%
B 80 of 396 ~ 20.2%

%21.21
%58.59
%20.2

CMYK color model

#54E850 color CMYK value is (64,0,66,9).

  • cyan value is 63.79%
  • magenta value is 0.00%
  • yellow value is 65.52%
  • key color value is 9.02%
CMYK:
(64,0,66,9)
C64M0Y66K9 
(64%,0%,66%,9%)
(0.64/0.00/0.66/0.09)	

CMYK percentages

%63.79
%0
%65.52
%9.02

Codes

Color #54E850 in popluar color models

54E850
RGB8423280
HSL118°76.77%61.18%
HSB/HSV118°65.52%90.98%
CMYK63.79%0.00%65.52%
9.02%

Color #54E850 in popluar number systems.

HEX54E850
Decimal8423280
Binary1010100111010001010000
Octal124350120

Shades and tints

Shades of #54E850

#54E850
(84,232,80)
#4DD349
(77,211,73)
#46BE42
(70,190,66)
#3FA93B
(63,169,59)
#389434
(56,148,52)
#317F2D
(49,127,45)
#2A6A26
(42,106,38)
#23551F
(35,85,31)
#1C4018
(28,64,24)
#152B11
(21,43,17)
#0E160A
(14,22,10)
#000000
(0,0,0)

Tints of #54E850

#54E850
(84,232,80)
#63EA5F
(99,234,95)
#72EC6E
(114,236,110)
#81EE7D
(129,238,125)
#90F08C
(144,240,140)
#9FF29B
(159,242,155)
#AEF4AA
(174,244,170)
#BDF6B9
(189,246,185)
#CCF8C8
(204,248,200)
#DBFAD7
(219,250,215)
#EAFCE6
(234,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54E850; }

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

This text font color is #54E850.


Background Color

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

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

This div background color is #54E850.


Border color

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

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

This div border color is #54E850.


Opacity

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

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

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

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

This text has shadow with #54E850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54E850 on black background.


Color preview on white background

This text has color #54E850 on white background.



Black color preview on #54E850 background

This text has black color on #54E850 background.


White color preview on #54E850 background

This text has white color on #54E850 background.