COLOR #51A562

HEX: #51A562
RGB: (81,165,98)

Color info

#51A562 contains mainly green color. Web safe color of #51A562 is #669966 (or #696).

RGB color model

#51A562 color RGB value is (81,165,98).

  • red value is 81;
  • green value is 165;
  • blue value is 98.
RGB:
(81,165,98)
(32%,65%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 165 of 255 = 65%
B 98 of 255 = 38%

81
165
98

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

Portions of RGB colors in percentages

R + G + B =
81 + 165 + 98 = 344 (100%)
R 81 of 344 ~ 23.55%
G 165 of 344 ~ 47.97%
B 98 of 344 ~ 28.49%

%23.55
%47.97
%28.49

CMYK color model

#51A562 color CMYK value is (51,0,41,35).

  • cyan value is 50.91%
  • magenta value is 0.00%
  • yellow value is 40.61%
  • key color value is 35.29%
CMYK:
(51,0,41,35)
C51M0Y41K35 
(51%,0%,41%,35%)
(0.51/0.00/0.41/0.35)	

CMYK percentages

%50.91
%0
%40.61
%35.29

Codes

Color #51A562 in popluar color models

51A562
RGB8116598
HSL132°34.15%48.24%
HSB/HSV132°50.91%64.71%
CMYK50.91%0.00%40.61%
35.29%

Color #51A562 in popluar number systems.

HEX51A562
Decimal8116598
Binary1010001101001011100010
Octal121245142

Shades and tints

Shades of #51A562

#51A562
(81,165,98)
#4A965A
(74,150,90)
#438752
(67,135,82)
#3C784A
(60,120,74)
#356942
(53,105,66)
#2E5A3A
(46,90,58)
#274B32
(39,75,50)
#203C2A
(32,60,42)
#192D22
(25,45,34)
#121E1A
(18,30,26)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #51A562

#51A562
(81,165,98)
#60AD70
(96,173,112)
#6FB57E
(111,181,126)
#7EBD8C
(126,189,140)
#8DC59A
(141,197,154)
#9CCDA8
(156,205,168)
#ABD5B6
(171,213,182)
#BADDC4
(186,221,196)
#C9E5D2
(201,229,210)
#D8EDE0
(216,237,224)
#E7F5EE
(231,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A562 color. Also use rgb(81,165,98) instead hex code.

Text Font Color

.myTextColor { color: #51A562; }

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

This text font color is #51A562.


Background Color

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

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

This div background color is #51A562.


Border color

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

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

This div border color is #51A562.


Opacity

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

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

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

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

This text has shadow with #51A562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A562 on black background.


Color preview on white background

This text has color #51A562 on white background.



Black color preview on #51A562 background

This text has black color on #51A562 background.


White color preview on #51A562 background

This text has white color on #51A562 background.