COLOR #54B610

HEX: #54B610
RGB: (84,182,16)

Color info

#54B610 contains mainly green color. Web safe color of #54B610 is #66CC00 (or #6C0).

RGB color model

#54B610 color RGB value is (84,182,16).

  • red value is 84;
  • green value is 182;
  • blue value is 16.
RGB:
(84,182,16)
(33%,71%,6%)

RGB channels and saturation

R 84 of 255 = 33%
G 182 of 255 = 71%
B 16 of 255 = 6%

84
182
16

R + G + B ~ 37%. #54B610 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 182 + 16 = 282 (100%)
R 84 of 282 ~ 29.79%
G 182 of 282 ~ 64.54%
B 16 of 282 ~ 5.67%

%29.79
%64.54

CMYK color model

#54B610 color CMYK value is (54,0,91,29).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 91.21%
  • key color value is 28.63%
CMYK:
(54,0,91,29)
C54M0Y91K29 
(54%,0%,91%,29%)
(0.54/0.00/0.91/0.29)	

CMYK percentages

%53.85
%0
%91.21
%28.63

Codes

Color #54B610 in popluar color models

54B610
RGB8418216
HSL95°83.84%38.82%
HSB/HSV95°91.21%71.37%
CMYK53.85%0.00%91.21%
28.63%

Color #54B610 in popluar number systems.

HEX54B610
Decimal8418216
Binary10101001011011010000
Octal12426620

Shades and tints

Shades of #54B610

#54B610
(84,182,16)
#4DA60F
(77,166,15)
#46960E
(70,150,14)
#3F860D
(63,134,13)
#38760C
(56,118,12)
#31660B
(49,102,11)
#2A560A
(42,86,10)
#234609
(35,70,9)
#1C3608
(28,54,8)
#152607
(21,38,7)
#0E1606
(14,22,6)
#000000
(0,0,0)

Tints of #54B610

#54B610
(84,182,16)
#63BC25
(99,188,37)
#72C23A
(114,194,58)
#81C84F
(129,200,79)
#90CE64
(144,206,100)
#9FD479
(159,212,121)
#AEDA8E
(174,218,142)
#BDE0A3
(189,224,163)
#CCE6B8
(204,230,184)
#DBECCD
(219,236,205)
#EAF2E2
(234,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54B610 color. Also use rgb(84,182,16) instead hex code.

Text Font Color

.myTextColor { color: #54B610; }

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

This text font color is #54B610.


Background Color

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

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

This div background color is #54B610.


Border color

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

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

This div border color is #54B610.


Opacity

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

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

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

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

This text has shadow with #54B610 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54B610 on black background.


Color preview on white background

This text has color #54B610 on white background.



Black color preview on #54B610 background

This text has black color on #54B610 background.


White color preview on #54B610 background

This text has white color on #54B610 background.