COLOR #51A250

HEX: #51A250
RGB: (81,162,80)

Color info

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

RGB color model

#51A250 color RGB value is (81,162,80).

  • red value is 81;
  • green value is 162;
  • blue value is 80.
RGB:
(81,162,80)
(32%,64%,31%)

RGB channels and saturation

R 81 of 255 = 32%
G 162 of 255 = 64%
B 80 of 255 = 31%

81
162
80

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

Portions of RGB colors in percentages

R + G + B =
81 + 162 + 80 = 323 (100%)
R 81 of 323 ~ 25.08%
G 162 of 323 ~ 50.15%
B 80 of 323 ~ 24.77%

%25.08
%50.15
%24.77

CMYK color model

#51A250 color CMYK value is (50,0,51,36).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 50.62%
  • key color value is 36.47%
CMYK:
(50,0,51,36)
C50M0Y51K36 
(50%,0%,51%,36%)
(0.50/0.00/0.51/0.36)	

CMYK percentages

%50
%0
%50.62
%36.47

Codes

Color #51A250 in popluar color models

51A250
RGB8116280
HSL119°33.88%47.45%
HSB/HSV119°50.62%63.53%
CMYK50.00%0.00%50.62%
36.47%

Color #51A250 in popluar number systems.

HEX51A250
Decimal8116280
Binary1010001101000101010000
Octal121242120

Shades and tints

Shades of #51A250

#51A250
(81,162,80)
#4A9449
(74,148,73)
#438642
(67,134,66)
#3C783B
(60,120,59)
#356A34
(53,106,52)
#2E5C2D
(46,92,45)
#274E26
(39,78,38)
#20401F
(32,64,31)
#193218
(25,50,24)
#122411
(18,36,17)
#0B160A
(11,22,10)
#000000
(0,0,0)

Tints of #51A250

#51A250
(81,162,80)
#60AA5F
(96,170,95)
#6FB26E
(111,178,110)
#7EBA7D
(126,186,125)
#8DC28C
(141,194,140)
#9CCA9B
(156,202,155)
#ABD2AA
(171,210,170)
#BADAB9
(186,218,185)
#C9E2C8
(201,226,200)
#D8EAD7
(216,234,215)
#E7F2E6
(231,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A250 color. Also use rgb(81,162,80) instead hex code.

Text Font Color

.myTextColor { color: #51A250; }

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

This text font color is #51A250.


Background Color

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

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

This div background color is #51A250.


Border color

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

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

This div border color is #51A250.


Opacity

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

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

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

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

This text has shadow with #51A250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A250 on black background.


Color preview on white background

This text has color #51A250 on white background.



Black color preview on #51A250 background

This text has black color on #51A250 background.


White color preview on #51A250 background

This text has white color on #51A250 background.