COLOR #51B507

HEX: #51B507
RGB: (81,181,7)

Color info

#51B507 contains mainly green color. Web safe color of #51B507 is #66CC00 (or #6C0).

RGB color model

#51B507 color RGB value is (81,181,7).

  • red value is 81;
  • green value is 181;
  • blue value is 7.
RGB:
(81,181,7)
(32%,71%,3%)

RGB channels and saturation

R 81 of 255 = 32%
G 181 of 255 = 71%
B 7 of 255 = 3%

81
181
7

R + G + B ~ 35%. #51B507 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 181 + 7 = 269 (100%)
R 81 of 269 ~ 30.11%
G 181 of 269 ~ 67.29%
B 7 of 269 ~ 2.6%

%30.11
%67.29

CMYK color model

#51B507 color CMYK value is (55,0,96,29).

  • cyan value is 55.25%
  • magenta value is 0.00%
  • yellow value is 96.13%
  • key color value is 29.02%
CMYK:
(55,0,96,29)
C55M0Y96K29 
(55%,0%,96%,29%)
(0.55/0.00/0.96/0.29)	

CMYK percentages

%55.25
%0
%96.13
%29.02

Codes

Color #51B507 in popluar color models

51B507
RGB811817
HSL94°92.55%36.86%
HSB/HSV94°96.13%70.98%
CMYK55.25%0.00%96.13%
29.02%

Color #51B507 in popluar number systems.

HEX51B507
Decimal811817
Binary101000110110101111
Octal1212657

Shades and tints

Shades of #51B507

#51B507
(81,181,7)
#4AA507
(74,165,7)
#439507
(67,149,7)
#3C8507
(60,133,7)
#357507
(53,117,7)
#2E6507
(46,101,7)
#275507
(39,85,7)
#204507
(32,69,7)
#193507
(25,53,7)
#122507
(18,37,7)
#0B1507
(11,21,7)
#000000
(0,0,0)

Tints of #51B507

#51B507
(81,181,7)
#60BB1D
(96,187,29)
#6FC133
(111,193,51)
#7EC749
(126,199,73)
#8DCD5F
(141,205,95)
#9CD375
(156,211,117)
#ABD98B
(171,217,139)
#BADFA1
(186,223,161)
#C9E5B7
(201,229,183)
#D8EBCD
(216,235,205)
#E7F1E3
(231,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51B507 color. Also use rgb(81,181,7) instead hex code.

Text Font Color

.myTextColor { color: #51B507; }

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

This text font color is #51B507.


Background Color

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

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

This div background color is #51B507.


Border color

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

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

This div border color is #51B507.


Opacity

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

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

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

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

This text has shadow with #51B507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51B507 on black background.


Color preview on white background

This text has color #51B507 on white background.



Black color preview on #51B507 background

This text has black color on #51B507 background.


White color preview on #51B507 background

This text has white color on #51B507 background.