COLOR #51B941

HEX: #51B941
RGB: (81,185,65)

Color info

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

RGB color model

#51B941 color RGB value is (81,185,65).

  • red value is 81;
  • green value is 185;
  • blue value is 65.
RGB:
(81,185,65)
(32%,73%,25%)

RGB channels and saturation

R 81 of 255 = 32%
G 185 of 255 = 73%
B 65 of 255 = 25%

81
185
65

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

Portions of RGB colors in percentages

R + G + B =
81 + 185 + 65 = 331 (100%)
R 81 of 331 ~ 24.47%
G 185 of 331 ~ 55.89%
B 65 of 331 ~ 19.64%

%24.47
%55.89
%19.64

CMYK color model

#51B941 color CMYK value is (56,0,65,27).

  • cyan value is 56.22%
  • magenta value is 0.00%
  • yellow value is 64.86%
  • key color value is 27.45%
CMYK:
(56,0,65,27)
C56M0Y65K27 
(56%,0%,65%,27%)
(0.56/0.00/0.65/0.27)	

CMYK percentages

%56.22
%0
%64.86
%27.45

Codes

Color #51B941 in popluar color models

51B941
RGB8118565
HSL112°48.00%49.02%
HSB/HSV112°64.86%72.55%
CMYK56.22%0.00%64.86%
27.45%

Color #51B941 in popluar number systems.

HEX51B941
Decimal8118565
Binary1010001101110011000001
Octal121271101

Shades and tints

Shades of #51B941

#51B941
(81,185,65)
#4AA93C
(74,169,60)
#439937
(67,153,55)
#3C8932
(60,137,50)
#35792D
(53,121,45)
#2E6928
(46,105,40)
#275923
(39,89,35)
#20491E
(32,73,30)
#193919
(25,57,25)
#122914
(18,41,20)
#0B190F
(11,25,15)
#000000
(0,0,0)

Tints of #51B941

#51B941
(81,185,65)
#60BF52
(96,191,82)
#6FC563
(111,197,99)
#7ECB74
(126,203,116)
#8DD185
(141,209,133)
#9CD796
(156,215,150)
#ABDDA7
(171,221,167)
#BAE3B8
(186,227,184)
#C9E9C9
(201,233,201)
#D8EFDA
(216,239,218)
#E7F5EB
(231,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51B941 color. Also use rgb(81,185,65) instead hex code.

Text Font Color

.myTextColor { color: #51B941; }

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

This text font color is #51B941.


Background Color

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

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

This div background color is #51B941.


Border color

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

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

This div border color is #51B941.


Opacity

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

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

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

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

This text has shadow with #51B941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51B941 on black background.


Color preview on white background

This text has color #51B941 on white background.



Black color preview on #51B941 background

This text has black color on #51B941 background.


White color preview on #51B941 background

This text has white color on #51B941 background.