COLOR #54DB62

HEX: #54DB62 RGB: (84,219,98)

Color info

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

RGB color model

#54DB62 color RGB value is (84,219,98).

RGB: (84,219,98) (33%, 86%, 38%)

RGB channels and saturation

R 84 of 255 = 33%
G 219 of 255 = 86%
B 98 of 255 = 38%

84
219
98

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

Portions of RGB colors in percentages

R + G + B = 84 + 219 + 98 = 401 (100%)
R 84 of 401 ~ 20.95%
G 219 of 401 ~ 54.61%
B 98 of 401 ~ 24.44'%

%20.95
%54.61
%24.44

CMYK color model

#54DB62 color CMYK value is (62,0,55,14).

  • cyan value is 61.64%
  • magenta value is 0.00%
  • yellow value is 55.25%
  • key color value is 14.12%

CMYK: (62,0,55,14)
C62M0Y55K14 (62%, 0%, 55%, 14%)
(0.62 / 0.00 / 0.55 / 0.14)

CMYK percentages

%61.64
%0
%55.25
%14.12

Codes

Color #54DB62 in popluar color models

54 DB 62
RGB 84 219 98
HSL 126° 65.22% 59.41%
HSB/HSV 126° 61.64% 85.88%
CMYK 61.64% 0.00% 55.25%
14.12%

Color #54DB62 in popluar number systems.

HEX 54 DB 62
Decimal 84 219 98
Binary 1010100 11011011 1100010
Octal 124 333 142

Shades and tints

Shades of #54DB62

#54DB62
(84,219,98)
#4DC85A
(77,200,90)
#46B552
(70,181,82)
#3FA24A
(63,162,74)
#388F42
(56,143,66)
#317C3A
(49,124,58)
#2A6932
(42,105,50)
#23562A
(35,86,42)
#1C4322
(28,67,34)
#15301A
(21,48,26)
#0E1D12
(14,29,18)
#000000
(0,0,0)

Tints of #54DB62

#54DB62
(84,219,98)
#63DE70
(99,222,112)
#72E17E
(114,225,126)
#81E48C
(129,228,140)
#90E79A
(144,231,154)
#9FEAA8
(159,234,168)
#AEEDB6
(174,237,182)
#BDF0C4
(189,240,196)
#CCF3D2
(204,243,210)
#DBF6E0
(219,246,224)
#EAF9EE
(234,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54DB62 color. Also use rgb(84,219,98) instead hex code.

Text Font Color

.myTextColor { color: #54DB62; }

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

This text font color is #54DB62.

Background Color

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

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

This div background color is #54DB62.

Border color

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

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

This div border color is #54DB62.

Opacity

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

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

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

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

This text has shadow with #54DB62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54DB62.

Preview

Color preview on black background

This text has color #54DB62 on black background.


Color preview on white background

This text has color #54DB62 on white background.


Black color preview on #54DB62 background

This text has black color on #54DB62 background.


White color preview on #54DB62 background

This text has white color on #54DB62 background.


Related colors

Complementary color

Complementary color for #hex is #AB249D.


I love getcolorcode.com

Triadic colors

1 #6254DB and #DB6254 with #54DB62 are triadic colors.

2 #62DB54 and #DB5462 with #54DB62 are triadic colors.