COLOR #54D295

HEX: #54D295 RGB: (84,210,149)

Color info

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

RGB color model

#54D295 color RGB value is (84,210,149).

RGB: (84,210,149) (33%, 82%, 58%)

RGB channels and saturation

R 84 of 255 = 33%
G 210 of 255 = 82%
B 149 of 255 = 58%

84
210
149

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

Portions of RGB colors in percentages

R + G + B = 84 + 210 + 149 = 443 (100%)
R 84 of 443 ~ 18.96%
G 210 of 443 ~ 47.4%
B 149 of 443 ~ 33.63'%

%18.96
%47.4
%33.63

CMYK color model

#54D295 color CMYK value is (60,0,29,18).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 17.65%

CMYK: (60,0,29,18)
C60M0Y29K18 (60%, 0%, 29%, 18%)
(0.60 / 0.00 / 0.29 / 0.18)

CMYK percentages

%60
%0
%29.05
%17.65

Codes

Color #54D295 in popluar color models

54 D2 95
RGB 84 210 149
HSL 151° 58.33% 57.65%
HSB/HSV 151° 60.00% 82.35%
CMYK 60.00% 0.00% 29.05%
17.65%

Color #54D295 in popluar number systems.

HEX 54 D2 95
Decimal 84 210 149
Binary 1010100 11010010 10010101
Octal 124 322 225

Shades and tints

Shades of #54D295

#54D295
(84,210,149)
#4DBF88
(77,191,136)
#46AC7B
(70,172,123)
#3F996E
(63,153,110)
#388661
(56,134,97)
#317354
(49,115,84)
#2A6047
(42,96,71)
#234D3A
(35,77,58)
#1C3A2D
(28,58,45)
#152720
(21,39,32)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #54D295

#54D295
(84,210,149)
#63D69E
(99,214,158)
#72DAA7
(114,218,167)
#81DEB0
(129,222,176)
#90E2B9
(144,226,185)
#9FE6C2
(159,230,194)
#AEEACB
(174,234,203)
#BDEED4
(189,238,212)
#CCF2DD
(204,242,221)
#DBF6E6
(219,246,230)
#EAFAEF
(234,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54D295; }

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

This text font color is #54D295.

Background Color

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

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

This div background color is #54D295.

Border color

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

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

This div border color is #54D295.

Opacity

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

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

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

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

This text has shadow with #54D295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54D295.

Preview

Color preview on black background

This text has color #54D295 on black background.


Color preview on white background

This text has color #54D295 on white background.


Black color preview on #54D295 background

This text has black color on #54D295 background.


White color preview on #54D295 background

This text has white color on #54D295 background.


Related colors

Complementary color

Complementary color for #hex is #AB2D6A.


I love getcolorcode.com

Triadic colors

1 #9554D2 and #D29554 with #54D295 are triadic colors.

2 #95D254 and #D25495 with #54D295 are triadic colors.