COLOR #51B84D

HEX: #51B84D RGB: (81,184,77)

Color info

#51B84D contains mainly green color. Web safe color of #51B84D is #66CC33 (or #6C3).

RGB color model

#51B84D color RGB value is (81,184,77).

RGB: (81,184,77) (32%, 72%, 30%)

RGB channels and saturation

R 81 of 255 = 32%
G 184 of 255 = 72%
B 77 of 255 = 30%

81
184
77

R + G + B ~ 45%. #51B84D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 81 + 184 + 77 = 342 (100%)
R 81 of 342 ~ 23.68%
G 184 of 342 ~ 53.8%
B 77 of 342 ~ 22.51'%

%23.68
%53.8
%22.51

CMYK color model

#51B84D color CMYK value is (56,0,58,28).

  • cyan value is 55.98%
  • magenta value is 0.00%
  • yellow value is 58.15%
  • key color value is 27.84%

CMYK: (56,0,58,28)
C56M0Y58K28 (56%, 0%, 58%, 28%)
(0.56 / 0.00 / 0.58 / 0.28)

CMYK percentages

%55.98
%0
%58.15
%27.84

Codes

Color #51B84D in popluar color models

51 B8 4D
RGB 81 184 77
HSL 118° 42.97% 51.18%
HSB/HSV 118° 58.15% 72.16%
CMYK 55.98% 0.00% 58.15%
27.84%

Color #51B84D in popluar number systems.

HEX 51 B8 4D
Decimal 81 184 77
Binary 1010001 10111000 1001101
Octal 121 270 115

Shades and tints

Shades of #51B84D

#51B84D
(81,184,77)
#4AA846
(74,168,70)
#43983F
(67,152,63)
#3C8838
(60,136,56)
#357831
(53,120,49)
#2E682A
(46,104,42)
#275823
(39,88,35)
#20481C
(32,72,28)
#193815
(25,56,21)
#12280E
(18,40,14)
#0B1807
(11,24,7)
#000000
(0,0,0)

Tints of #51B84D

#51B84D
(81,184,77)
#60BE5D
(96,190,93)
#6FC46D
(111,196,109)
#7ECA7D
(126,202,125)
#8DD08D
(141,208,141)
#9CD69D
(156,214,157)
#ABDCAD
(171,220,173)
#BAE2BD
(186,226,189)
#C9E8CD
(201,232,205)
#D8EEDD
(216,238,221)
#E7F4ED
(231,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51B84D color. Also use rgb(81,184,77) instead hex code.

Text Font Color

.myTextColor { color: #51B84D; }

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

This text font color is #51B84D.

Background Color

.myBgColor { background-color: #51B84D; }

<div style="background-color:#51B84D">Inner text</div>

This div background color is #51B84D.

Border color

.myBorderColor { border: 1px solid #51B84D; }

<div style="border:3px solid #51B84D">Div</div>

This div border color is #51B84D.

Opacity

.myOpacity80 { color: #51B84D; opacity: 0.8; }

<p style="color:#51B84D;opacity:0.8;">80%</p>

Text with #51B84D 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 #51B84D;}

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

This text has shadow with #51B84D color.


.textShadow {text-shadow: 3px 3px 1px #51B84D', 3px 3px 1px red;}

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

This text has shadow with #51B84D primary color and red secondary color.


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

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

This text has shadow with #51B84D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51B84D; -webkit-box-shadow: 1px 1px 3px 2px #51B84D; box-shadow:1px 1px 3px 2px #51B84D;">
Div content here
</div>

This div box has shadow with color #51B84D.

Preview

Color preview on black background

This text has color #51B84D on black background.


Color preview on white background

This text has color #51B84D on white background.


Black color preview on #51B84D background

This text has black color on #51B84D background.


White color preview on #51B84D background

This text has white color on #51B84D background.


Related colors

Complementary color

Complementary color for #hex is #AE47B2.


I love getcolorcode.com

Triadic colors

1 #4D51B8 and #B84D51 with #51B84D are triadic colors.

2 #4DB851 and #B8514D with #51B84D are triadic colors.