COLOR #54B954

HEX: #54B954
RGB: (84,185,84)

Color info

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

RGB color model

#54B954 color RGB value is (84,185,84).

  • red value is 84;
  • green value is 185;
  • blue value is 84.
RGB:
(84,185,84)
(33%,73%,33%)

RGB channels and saturation

R 84 of 255 = 33%
G 185 of 255 = 73%
B 84 of 255 = 33%

84
185
84

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

Portions of RGB colors in percentages

R + G + B =
84 + 185 + 84 = 353 (100%)
R 84 of 353 ~ 23.8%
G 185 of 353 ~ 52.41%
B 84 of 353 ~ 23.8%

%23.8
%52.41
%23.8

CMYK color model

#54B954 color CMYK value is (55,0,55,27).

  • cyan value is 54.59%
  • magenta value is 0.00%
  • yellow value is 54.59%
  • key color value is 27.45%
CMYK:
(55,0,55,27)
C55M0Y55K27 
(55%,0%,55%,27%)
(0.55/0.00/0.55/0.27)	

CMYK percentages

%54.59
%0
%54.59
%27.45

Codes

Color #54B954 in popluar color models

54B954
RGB8418584
HSL120°41.91%52.75%
HSB/HSV120°54.59%72.55%
CMYK54.59%0.00%54.59%
27.45%

Color #54B954 in popluar number systems.

HEX54B954
Decimal8418584
Binary1010100101110011010100
Octal124271124

Shades and tints

Shades of #54B954

#54B954
(84,185,84)
#4DA94D
(77,169,77)
#469946
(70,153,70)
#3F893F
(63,137,63)
#387938
(56,121,56)
#316931
(49,105,49)
#2A592A
(42,89,42)
#234923
(35,73,35)
#1C391C
(28,57,28)
#152915
(21,41,21)
#0E190E
(14,25,14)
#000000
(0,0,0)

Tints of #54B954

#54B954
(84,185,84)
#63BF63
(99,191,99)
#72C572
(114,197,114)
#81CB81
(129,203,129)
#90D190
(144,209,144)
#9FD79F
(159,215,159)
#AEDDAE
(174,221,174)
#BDE3BD
(189,227,189)
#CCE9CC
(204,233,204)
#DBEFDB
(219,239,219)
#EAF5EA
(234,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54B954; }

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

This text font color is #54B954.


Background Color

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

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

This div background color is #54B954.


Border color

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

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

This div border color is #54B954.


Opacity

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

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

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

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

This text has shadow with #54B954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54B954 on black background.


Color preview on white background

This text has color #54B954 on white background.



Black color preview on #54B954 background

This text has black color on #54B954 background.


White color preview on #54B954 background

This text has white color on #54B954 background.