COLOR #54D189

HEX: #54D189
RGB: (84,209,137)

Color info

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

RGB color model

#54D189 color RGB value is (84,209,137).

  • red value is 84;
  • green value is 209;
  • blue value is 137.
RGB:
(84,209,137)
(33%,82%,54%)

RGB channels and saturation

R 84 of 255 = 33%
G 209 of 255 = 82%
B 137 of 255 = 54%

84
209
137

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

Portions of RGB colors in percentages

R + G + B =
84 + 209 + 137 = 430 (100%)
R 84 of 430 ~ 19.53%
G 209 of 430 ~ 48.6%
B 137 of 430 ~ 31.86%

%19.53
%48.6
%31.86

CMYK color model

#54D189 color CMYK value is (60,0,34,18).

  • cyan value is 59.81%
  • magenta value is 0.00%
  • yellow value is 34.45%
  • key color value is 18.04%
CMYK:
(60,0,34,18)
C60M0Y34K18 
(60%,0%,34%,18%)
(0.60/0.00/0.34/0.18)	

CMYK percentages

%59.81
%0
%34.45
%18.04

Codes

Color #54D189 in popluar color models

54D189
RGB84209137
HSL145°57.60%57.45%
HSB/HSV145°59.81%81.96%
CMYK59.81%0.00%34.45%
18.04%

Color #54D189 in popluar number systems.

HEX54D189
Decimal84209137
Binary10101001101000110001001
Octal124321211

Shades and tints

Shades of #54D189

#54D189
(84,209,137)
#4DBE7D
(77,190,125)
#46AB71
(70,171,113)
#3F9865
(63,152,101)
#388559
(56,133,89)
#31724D
(49,114,77)
#2A5F41
(42,95,65)
#234C35
(35,76,53)
#1C3929
(28,57,41)
#15261D
(21,38,29)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #54D189

#54D189
(84,209,137)
#63D593
(99,213,147)
#72D99D
(114,217,157)
#81DDA7
(129,221,167)
#90E1B1
(144,225,177)
#9FE5BB
(159,229,187)
#AEE9C5
(174,233,197)
#BDEDCF
(189,237,207)
#CCF1D9
(204,241,217)
#DBF5E3
(219,245,227)
#EAF9ED
(234,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54D189; }

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

This text font color is #54D189.


Background Color

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

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

This div background color is #54D189.


Border color

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

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

This div border color is #54D189.


Opacity

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

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

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

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

This text has shadow with #54D189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54D189 on black background.


Color preview on white background

This text has color #54D189 on white background.



Black color preview on #54D189 background

This text has black color on #54D189 background.


White color preview on #54D189 background

This text has white color on #54D189 background.