COLOR #54F492

HEX: #54F492
RGB: (84,244,146)

Color info

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

RGB color model

#54F492 color RGB value is (84,244,146).

  • red value is 84;
  • green value is 244;
  • blue value is 146.
RGB:
(84,244,146)
(33%,96%,57%)

RGB channels and saturation

R 84 of 255 = 33%
G 244 of 255 = 96%
B 146 of 255 = 57%

84
244
146

R + G + B ~ 62%. #54F492 is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 244 + 146 = 474 (100%)
R 84 of 474 ~ 17.72%
G 244 of 474 ~ 51.48%
B 146 of 474 ~ 30.8%

%17.72
%51.48
%30.8

CMYK color model

#54F492 color CMYK value is (66,0,40,4).

  • cyan value is 65.57%
  • magenta value is 0.00%
  • yellow value is 40.16%
  • key color value is 4.31%
CMYK:
(66,0,40,4)
C66M0Y40K4 
(66%,0%,40%,4%)
(0.66/0.00/0.40/0.04)	

CMYK percentages

%65.57
%0
%40.16
%4.31

Codes

Color #54F492 in popluar color models

54F492
RGB84244146
HSL143°87.91%64.31%
HSB/HSV143°65.57%95.69%
CMYK65.57%0.00%40.16%
4.31%

Color #54F492 in popluar number systems.

HEX54F492
Decimal84244146
Binary10101001111010010010010
Octal124364222

Shades and tints

Shades of #54F492

#54F492
(84,244,146)
#4DDE85
(77,222,133)
#46C878
(70,200,120)
#3FB26B
(63,178,107)
#389C5E
(56,156,94)
#318651
(49,134,81)
#2A7044
(42,112,68)
#235A37
(35,90,55)
#1C442A
(28,68,42)
#152E1D
(21,46,29)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #54F492

#54F492
(84,244,146)
#63F59B
(99,245,155)
#72F6A4
(114,246,164)
#81F7AD
(129,247,173)
#90F8B6
(144,248,182)
#9FF9BF
(159,249,191)
#AEFAC8
(174,250,200)
#BDFBD1
(189,251,209)
#CCFCDA
(204,252,218)
#DBFDE3
(219,253,227)
#EAFEEC
(234,254,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54F492 color. Also use rgb(84,244,146) instead hex code.

Text Font Color

.myTextColor { color: #54F492; }

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

This text font color is #54F492.


Background Color

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

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

This div background color is #54F492.


Border color

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

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

This div border color is #54F492.


Opacity

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

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

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

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

This text has shadow with #54F492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54F492 on black background.


Color preview on white background

This text has color #54F492 on white background.



Black color preview on #54F492 background

This text has black color on #54F492 background.


White color preview on #54F492 background

This text has white color on #54F492 background.