COLOR #54BD6B

HEX: #54BD6B
RGB: (84,189,107)

Color info

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

RGB color model

#54BD6B color RGB value is (84,189,107).

  • red value is 84;
  • green value is 189;
  • blue value is 107.
RGB:
(84,189,107)
(33%,74%,42%)

RGB channels and saturation

R 84 of 255 = 33%
G 189 of 255 = 74%
B 107 of 255 = 42%

84
189
107

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

Portions of RGB colors in percentages

R + G + B =
84 + 189 + 107 = 380 (100%)
R 84 of 380 ~ 22.11%
G 189 of 380 ~ 49.74%
B 107 of 380 ~ 28.16%

%22.11
%49.74
%28.16

CMYK color model

#54BD6B color CMYK value is (56,0,43,26).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 43.39%
  • key color value is 25.88%
CMYK:
(56,0,43,26)
C56M0Y43K26 
(56%,0%,43%,26%)
(0.56/0.00/0.43/0.26)	

CMYK percentages

%55.56
%0
%43.39
%25.88

Codes

Color #54BD6B in popluar color models

54BD6B
RGB84189107
HSL133°44.30%53.53%
HSB/HSV133°55.56%74.12%
CMYK55.56%0.00%43.39%
25.88%

Color #54BD6B in popluar number systems.

HEX54BD6B
Decimal84189107
Binary1010100101111011101011
Octal124275153

Shades and tints

Shades of #54BD6B

#54BD6B
(84,189,107)
#4DAC62
(77,172,98)
#469B59
(70,155,89)
#3F8A50
(63,138,80)
#387947
(56,121,71)
#31683E
(49,104,62)
#2A5735
(42,87,53)
#23462C
(35,70,44)
#1C3523
(28,53,35)
#15241A
(21,36,26)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #54BD6B

#54BD6B
(84,189,107)
#63C378
(99,195,120)
#72C985
(114,201,133)
#81CF92
(129,207,146)
#90D59F
(144,213,159)
#9FDBAC
(159,219,172)
#AEE1B9
(174,225,185)
#BDE7C6
(189,231,198)
#CCEDD3
(204,237,211)
#DBF3E0
(219,243,224)
#EAF9ED
(234,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54BD6B; }

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

This text font color is #54BD6B.


Background Color

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

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

This div background color is #54BD6B.


Border color

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

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

This div border color is #54BD6B.


Opacity

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

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

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

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

This text has shadow with #54BD6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54BD6B on black background.


Color preview on white background

This text has color #54BD6B on white background.



Black color preview on #54BD6B background

This text has black color on #54BD6B background.


White color preview on #54BD6B background

This text has white color on #54BD6B background.