COLOR #54C65D

HEX: #54C65D
RGB: (84,198,93)

Color info

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

RGB color model

#54C65D color RGB value is (84,198,93).

  • red value is 84;
  • green value is 198;
  • blue value is 93.
RGB:
(84,198,93)
(33%,78%,36%)

RGB channels and saturation

R 84 of 255 = 33%
G 198 of 255 = 78%
B 93 of 255 = 36%

84
198
93

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

Portions of RGB colors in percentages

R + G + B =
84 + 198 + 93 = 375 (100%)
R 84 of 375 ~ 22.4%
G 198 of 375 ~ 52.8%
B 93 of 375 ~ 24.8%

%22.4
%52.8
%24.8

CMYK color model

#54C65D color CMYK value is (58,0,53,22).

  • cyan value is 57.58%
  • magenta value is 0.00%
  • yellow value is 53.03%
  • key color value is 22.35%
CMYK:
(58,0,53,22)
C58M0Y53K22 
(58%,0%,53%,22%)
(0.58/0.00/0.53/0.22)	

CMYK percentages

%57.58
%0
%53.03
%22.35

Codes

Color #54C65D in popluar color models

54C65D
RGB8419893
HSL125°50.00%55.29%
HSB/HSV125°57.58%77.65%
CMYK57.58%0.00%53.03%
22.35%

Color #54C65D in popluar number systems.

HEX54C65D
Decimal8419893
Binary1010100110001101011101
Octal124306135

Shades and tints

Shades of #54C65D

#54C65D
(84,198,93)
#4DB455
(77,180,85)
#46A24D
(70,162,77)
#3F9045
(63,144,69)
#387E3D
(56,126,61)
#316C35
(49,108,53)
#2A5A2D
(42,90,45)
#234825
(35,72,37)
#1C361D
(28,54,29)
#152415
(21,36,21)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #54C65D

#54C65D
(84,198,93)
#63CB6B
(99,203,107)
#72D079
(114,208,121)
#81D587
(129,213,135)
#90DA95
(144,218,149)
#9FDFA3
(159,223,163)
#AEE4B1
(174,228,177)
#BDE9BF
(189,233,191)
#CCEECD
(204,238,205)
#DBF3DB
(219,243,219)
#EAF8E9
(234,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54C65D color. Also use rgb(84,198,93) instead hex code.

Text Font Color

.myTextColor { color: #54C65D; }

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

This text font color is #54C65D.


Background Color

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

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

This div background color is #54C65D.


Border color

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

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

This div border color is #54C65D.


Opacity

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

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

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

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

This text has shadow with #54C65D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54C65D on black background.


Color preview on white background

This text has color #54C65D on white background.



Black color preview on #54C65D background

This text has black color on #54C65D background.


White color preview on #54C65D background

This text has white color on #54C65D background.