COLOR #54C290

HEX: #54C290 RGB: (84,194,144)

Color info

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

RGB color model

#54C290 color RGB value is (84,194,144).

RGB: (84,194,144) (33%, 76%, 56%)

RGB channels and saturation

R 84 of 255 = 33%
G 194 of 255 = 76%
B 144 of 255 = 56%

84
194
144

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

Portions of RGB colors in percentages

R + G + B = 84 + 194 + 144 = 422 (100%)
R 84 of 422 ~ 19.91%
G 194 of 422 ~ 45.97%
B 144 of 422 ~ 34.12'%

%19.91
%45.97
%34.12

CMYK color model

#54C290 color CMYK value is (57,0,26,24).

  • cyan value is 56.70%
  • magenta value is 0.00%
  • yellow value is 25.77%
  • key color value is 23.92%

CMYK: (57,0,26,24)
C57M0Y26K24 (57%, 0%, 26%, 24%)
(0.57 / 0.00 / 0.26 / 0.24)

CMYK percentages

%56.7
%0
%25.77
%23.92

Codes

Color #54C290 in popluar color models

54 C2 90
RGB 84 194 144
HSL 153° 47.41% 54.51%
HSB/HSV 153° 56.70% 76.08%
CMYK 56.70% 0.00% 25.77%
23.92%

Color #54C290 in popluar number systems.

HEX 54 C2 90
Decimal 84 194 144
Binary 1010100 11000010 10010000
Octal 124 302 220

Shades and tints

Shades of #54C290

#54C290
(84,194,144)
#4DB183
(77,177,131)
#46A076
(70,160,118)
#3F8F69
(63,143,105)
#387E5C
(56,126,92)
#316D4F
(49,109,79)
#2A5C42
(42,92,66)
#234B35
(35,75,53)
#1C3A28
(28,58,40)
#15291B
(21,41,27)
#0E180E
(14,24,14)
#000000
(0,0,0)

Tints of #54C290

#54C290
(84,194,144)
#63C79A
(99,199,154)
#72CCA4
(114,204,164)
#81D1AE
(129,209,174)
#90D6B8
(144,214,184)
#9FDBC2
(159,219,194)
#AEE0CC
(174,224,204)
#BDE5D6
(189,229,214)
#CCEAE0
(204,234,224)
#DBEFEA
(219,239,234)
#EAF4F4
(234,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54C290; }

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

This text font color is #54C290.

Background Color

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

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

This div background color is #54C290.

Border color

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

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

This div border color is #54C290.

Opacity

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

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

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

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

This text has shadow with #54C290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54C290.

Preview

Color preview on black background

This text has color #54C290 on black background.


Color preview on white background

This text has color #54C290 on white background.


Black color preview on #54C290 background

This text has black color on #54C290 background.


White color preview on #54C290 background

This text has white color on #54C290 background.


Related colors

Complementary color

Complementary color for #hex is #AB3D6F.


I love getcolorcode.com

Triadic colors

1 #9054C2 and #C29054 with #54C290 are triadic colors.

2 #90C254 and #C25490 with #54C290 are triadic colors.