COLOR #54DA75

HEX: #54DA75
RGB: (84,218,117)

Color info

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

RGB color model

#54DA75 color RGB value is (84,218,117).

  • red value is 84;
  • green value is 218;
  • blue value is 117.
RGB:
(84,218,117)
(33%,85%,46%)

RGB channels and saturation

R 84 of 255 = 33%
G 218 of 255 = 85%
B 117 of 255 = 46%

84
218
117

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

Portions of RGB colors in percentages

R + G + B =
84 + 218 + 117 = 419 (100%)
R 84 of 419 ~ 20.05%
G 218 of 419 ~ 52.03%
B 117 of 419 ~ 27.92%

%20.05
%52.03
%27.92

CMYK color model

#54DA75 color CMYK value is (61,0,46,15).

  • cyan value is 61.47%
  • magenta value is 0.00%
  • yellow value is 46.33%
  • key color value is 14.51%
CMYK:
(61,0,46,15)
C61M0Y46K15 
(61%,0%,46%,15%)
(0.61/0.00/0.46/0.15)	

CMYK percentages

%61.47
%0
%46.33
%14.51

Codes

Color #54DA75 in popluar color models

54DA75
RGB84218117
HSL135°64.42%59.22%
HSB/HSV135°61.47%85.49%
CMYK61.47%0.00%46.33%
14.51%

Color #54DA75 in popluar number systems.

HEX54DA75
Decimal84218117
Binary1010100110110101110101
Octal124332165

Shades and tints

Shades of #54DA75

#54DA75
(84,218,117)
#4DC76B
(77,199,107)
#46B461
(70,180,97)
#3FA157
(63,161,87)
#388E4D
(56,142,77)
#317B43
(49,123,67)
#2A6839
(42,104,57)
#23552F
(35,85,47)
#1C4225
(28,66,37)
#152F1B
(21,47,27)
#0E1C11
(14,28,17)
#000000
(0,0,0)

Tints of #54DA75

#54DA75
(84,218,117)
#63DD81
(99,221,129)
#72E08D
(114,224,141)
#81E399
(129,227,153)
#90E6A5
(144,230,165)
#9FE9B1
(159,233,177)
#AEECBD
(174,236,189)
#BDEFC9
(189,239,201)
#CCF2D5
(204,242,213)
#DBF5E1
(219,245,225)
#EAF8ED
(234,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54DA75 color. Also use rgb(84,218,117) instead hex code.

Text Font Color

.myTextColor { color: #54DA75; }

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

This text font color is #54DA75.


Background Color

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

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

This div background color is #54DA75.


Border color

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

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

This div border color is #54DA75.


Opacity

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

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

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

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

This text has shadow with #54DA75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54DA75 on black background.


Color preview on white background

This text has color #54DA75 on white background.



Black color preview on #54DA75 background

This text has black color on #54DA75 background.


White color preview on #54DA75 background

This text has white color on #54DA75 background.