COLOR #51A841

HEX: #51A841
RGB: (81,168,65)

Color info

#51A841 contains mainly green color. Web safe color of #51A841 is #669933 (or #693).

RGB color model

#51A841 color RGB value is (81,168,65).

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

RGB channels and saturation

R 81 of 255 = 32%
G 168 of 255 = 66%
B 65 of 255 = 25%

81
168
65

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

Portions of RGB colors in percentages

R + G + B =
81 + 168 + 65 = 314 (100%)
R 81 of 314 ~ 25.8%
G 168 of 314 ~ 53.5%
B 65 of 314 ~ 20.7%

%25.8
%53.5
%20.7

CMYK color model

#51A841 color CMYK value is (52,0,61,34).

  • cyan value is 51.79%
  • magenta value is 0.00%
  • yellow value is 61.31%
  • key color value is 34.12%
CMYK:
(52,0,61,34)
C52M0Y61K34 
(52%,0%,61%,34%)
(0.52/0.00/0.61/0.34)	

CMYK percentages

%51.79
%0
%61.31
%34.12

Codes

Color #51A841 in popluar color models

51A841
RGB8116865
HSL111°44.21%45.69%
HSB/HSV111°61.31%65.88%
CMYK51.79%0.00%61.31%
34.12%

Color #51A841 in popluar number systems.

HEX51A841
Decimal8116865
Binary1010001101010001000001
Octal121250101

Shades and tints

Shades of #51A841

#51A841
(81,168,65)
#4A993C
(74,153,60)
#438A37
(67,138,55)
#3C7B32
(60,123,50)
#356C2D
(53,108,45)
#2E5D28
(46,93,40)
#274E23
(39,78,35)
#203F1E
(32,63,30)
#193019
(25,48,25)
#122114
(18,33,20)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #51A841

#51A841
(81,168,65)
#60AF52
(96,175,82)
#6FB663
(111,182,99)
#7EBD74
(126,189,116)
#8DC485
(141,196,133)
#9CCB96
(156,203,150)
#ABD2A7
(171,210,167)
#BAD9B8
(186,217,184)
#C9E0C9
(201,224,201)
#D8E7DA
(216,231,218)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51A841; }

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

This text font color is #51A841.


Background Color

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

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

This div background color is #51A841.


Border color

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

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

This div border color is #51A841.


Opacity

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

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

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

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

This text has shadow with #51A841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A841 on black background.


Color preview on white background

This text has color #51A841 on white background.



Black color preview on #51A841 background

This text has black color on #51A841 background.


White color preview on #51A841 background

This text has white color on #51A841 background.