COLOR #54F686

HEX: #54F686
RGB: (84,246,134)

Color info

#54F686 contains mainly green color. Web safe color of #54F686 is #66FF99 (or #6F9).

RGB color model

#54F686 color RGB value is (84,246,134).

  • red value is 84;
  • green value is 246;
  • blue value is 134.
RGB:
(84,246,134)
(33%,96%,53%)

RGB channels and saturation

R 84 of 255 = 33%
G 246 of 255 = 96%
B 134 of 255 = 53%

84
246
134

R + G + B ~ 61%. #54F686 is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 246 + 134 = 464 (100%)
R 84 of 464 ~ 18.1%
G 246 of 464 ~ 53.02%
B 134 of 464 ~ 28.88%

%18.1
%53.02
%28.88

CMYK color model

#54F686 color CMYK value is (66,0,46,4).

  • cyan value is 65.85%
  • magenta value is 0.00%
  • yellow value is 45.53%
  • key color value is 3.53%
CMYK:
(66,0,46,4)
C66M0Y46K4 
(66%,0%,46%,4%)
(0.66/0.00/0.46/0.04)	

CMYK percentages

%65.85
%0
%45.53
%3.53

Codes

Color #54F686 in popluar color models

54F686
RGB84246134
HSL139°90.00%64.71%
HSB/HSV139°65.85%96.47%
CMYK65.85%0.00%45.53%
3.53%

Color #54F686 in popluar number systems.

HEX54F686
Decimal84246134
Binary10101001111011010000110
Octal124366206

Shades and tints

Shades of #54F686

#54F686
(84,246,134)
#4DE07A
(77,224,122)
#46CA6E
(70,202,110)
#3FB462
(63,180,98)
#389E56
(56,158,86)
#31884A
(49,136,74)
#2A723E
(42,114,62)
#235C32
(35,92,50)
#1C4626
(28,70,38)
#15301A
(21,48,26)
#0E1A0E
(14,26,14)
#000000
(0,0,0)

Tints of #54F686

#54F686
(84,246,134)
#63F691
(99,246,145)
#72F69C
(114,246,156)
#81F6A7
(129,246,167)
#90F6B2
(144,246,178)
#9FF6BD
(159,246,189)
#AEF6C8
(174,246,200)
#BDF6D3
(189,246,211)
#CCF6DE
(204,246,222)
#DBF6E9
(219,246,233)
#EAF6F4
(234,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54F686 color. Also use rgb(84,246,134) instead hex code.

Text Font Color

.myTextColor { color: #54F686; }

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

This text font color is #54F686.


Background Color

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

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

This div background color is #54F686.


Border color

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

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

This div border color is #54F686.


Opacity

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

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

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

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

This text has shadow with #54F686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54F686 on black background.


Color preview on white background

This text has color #54F686 on white background.



Black color preview on #54F686 background

This text has black color on #54F686 background.


White color preview on #54F686 background

This text has white color on #54F686 background.