COLOR #54C590

HEX: #54C590
RGB: (84,197,144)

Color info

#54C590 contains mainly green and blue colors. Web safe color of #54C590 is #66CC99 (or #6C9).

RGB color model

#54C590 color RGB value is (84,197,144).

  • red value is 84;
  • green value is 197;
  • blue value is 144.
RGB:
(84,197,144)
(33%,77%,56%)

RGB channels and saturation

R 84 of 255 = 33%
G 197 of 255 = 77%
B 144 of 255 = 56%

84
197
144

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

Portions of RGB colors in percentages

R + G + B =
84 + 197 + 144 = 425 (100%)
R 84 of 425 ~ 19.76%
G 197 of 425 ~ 46.35%
B 144 of 425 ~ 33.88%

%19.76
%46.35
%33.88

CMYK color model

#54C590 color CMYK value is (57,0,27,23).

  • cyan value is 57.36%
  • magenta value is 0.00%
  • yellow value is 26.90%
  • key color value is 22.75%
CMYK:
(57,0,27,23)
C57M0Y27K23 
(57%,0%,27%,23%)
(0.57/0.00/0.27/0.23)	

CMYK percentages

%57.36
%0
%26.9
%22.75

Codes

Color #54C590 in popluar color models

54C590
RGB84197144
HSL152°49.34%55.10%
HSB/HSV152°57.36%77.25%
CMYK57.36%0.00%26.90%
22.75%

Color #54C590 in popluar number systems.

HEX54C590
Decimal84197144
Binary10101001100010110010000
Octal124305220

Shades and tints

Shades of #54C590

#54C590
(84,197,144)
#4DB483
(77,180,131)
#46A376
(70,163,118)
#3F9269
(63,146,105)
#38815C
(56,129,92)
#31704F
(49,112,79)
#2A5F42
(42,95,66)
#234E35
(35,78,53)
#1C3D28
(28,61,40)
#152C1B
(21,44,27)
#0E1B0E
(14,27,14)
#000000
(0,0,0)

Tints of #54C590

#54C590
(84,197,144)
#63CA9A
(99,202,154)
#72CFA4
(114,207,164)
#81D4AE
(129,212,174)
#90D9B8
(144,217,184)
#9FDEC2
(159,222,194)
#AEE3CC
(174,227,204)
#BDE8D6
(189,232,214)
#CCEDE0
(204,237,224)
#DBF2EA
(219,242,234)
#EAF7F4
(234,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54C590; }

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

This text font color is #54C590.


Background Color

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

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

This div background color is #54C590.


Border color

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

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

This div border color is #54C590.


Opacity

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

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

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

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

This text has shadow with #54C590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54C590 on black background.


Color preview on white background

This text has color #54C590 on white background.



Black color preview on #54C590 background

This text has black color on #54C590 background.


White color preview on #54C590 background

This text has white color on #54C590 background.