COLOR #54B00F

HEX: #54B00F
RGB: (84,176,15)

Color info

#54B00F contains mainly green color. Web safe color of #54B00F is #669900 (or #690).

RGB color model

#54B00F color RGB value is (84,176,15).

  • red value is 84;
  • green value is 176;
  • blue value is 15.
RGB:
(84,176,15)
(33%,69%,6%)

RGB channels and saturation

R 84 of 255 = 33%
G 176 of 255 = 69%
B 15 of 255 = 6%

84
176
15

R + G + B ~ 36%. #54B00F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 176 + 15 = 275 (100%)
R 84 of 275 ~ 30.55%
G 176 of 275 ~ 64%
B 15 of 275 ~ 5.45%

%30.55
%64

CMYK color model

#54B00F color CMYK value is (52,0,91,31).

  • cyan value is 52.27%
  • magenta value is 0.00%
  • yellow value is 91.48%
  • key color value is 30.98%
CMYK:
(52,0,91,31)
C52M0Y91K31 
(52%,0%,91%,31%)
(0.52/0.00/0.91/0.31)	

CMYK percentages

%52.27
%0
%91.48
%30.98

Codes

Color #54B00F in popluar color models

54B00F
RGB8417615
HSL94°84.29%37.45%
HSB/HSV94°91.48%69.02%
CMYK52.27%0.00%91.48%
30.98%

Color #54B00F in popluar number systems.

HEX54B00F
Decimal8417615
Binary1010100101100001111
Octal12426017

Shades and tints

Shades of #54B00F

#54B00F
(84,176,15)
#4DA00E
(77,160,14)
#46900D
(70,144,13)
#3F800C
(63,128,12)
#38700B
(56,112,11)
#31600A
(49,96,10)
#2A5009
(42,80,9)
#234008
(35,64,8)
#1C3007
(28,48,7)
#152006
(21,32,6)
#0E1005
(14,16,5)
#000000
(0,0,0)

Tints of #54B00F

#54B00F
(84,176,15)
#63B724
(99,183,36)
#72BE39
(114,190,57)
#81C54E
(129,197,78)
#90CC63
(144,204,99)
#9FD378
(159,211,120)
#AEDA8D
(174,218,141)
#BDE1A2
(189,225,162)
#CCE8B7
(204,232,183)
#DBEFCC
(219,239,204)
#EAF6E1
(234,246,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54B00F color. Also use rgb(84,176,15) instead hex code.

Text Font Color

.myTextColor { color: #54B00F; }

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

This text font color is #54B00F.


Background Color

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

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

This div background color is #54B00F.


Border color

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

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

This div border color is #54B00F.


Opacity

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

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

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

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

This text has shadow with #54B00F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54B00F on black background.


Color preview on white background

This text has color #54B00F on white background.



Black color preview on #54B00F background

This text has black color on #54B00F background.


White color preview on #54B00F background

This text has white color on #54B00F background.