COLOR #51BB6B

HEX: #51BB6B
RGB: (81,187,107)

Color info

#51BB6B contains mainly green color. Web safe color of #51BB6B is #66CC66 (or #6C6).

RGB color model

#51BB6B color RGB value is (81,187,107).

  • red value is 81;
  • green value is 187;
  • blue value is 107.
RGB:
(81,187,107)
(32%,73%,42%)

RGB channels and saturation

R 81 of 255 = 32%
G 187 of 255 = 73%
B 107 of 255 = 42%

81
187
107

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

Portions of RGB colors in percentages

R + G + B =
81 + 187 + 107 = 375 (100%)
R 81 of 375 ~ 21.6%
G 187 of 375 ~ 49.87%
B 107 of 375 ~ 28.53%

%21.6
%49.87
%28.53

CMYK color model

#51BB6B color CMYK value is (57,0,43,27).

  • cyan value is 56.68%
  • magenta value is 0.00%
  • yellow value is 42.78%
  • key color value is 26.67%
CMYK:
(57,0,43,27)
C57M0Y43K27 
(57%,0%,43%,27%)
(0.57/0.00/0.43/0.27)	

CMYK percentages

%56.68
%0
%42.78
%26.67

Codes

Color #51BB6B in popluar color models

51BB6B
RGB81187107
HSL135°43.80%52.55%
HSB/HSV135°56.68%73.33%
CMYK56.68%0.00%42.78%
26.67%

Color #51BB6B in popluar number systems.

HEX51BB6B
Decimal81187107
Binary1010001101110111101011
Octal121273153

Shades and tints

Shades of #51BB6B

#51BB6B
(81,187,107)
#4AAA62
(74,170,98)
#439959
(67,153,89)
#3C8850
(60,136,80)
#357747
(53,119,71)
#2E663E
(46,102,62)
#275535
(39,85,53)
#20442C
(32,68,44)
#193323
(25,51,35)
#12221A
(18,34,26)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #51BB6B

#51BB6B
(81,187,107)
#60C178
(96,193,120)
#6FC785
(111,199,133)
#7ECD92
(126,205,146)
#8DD39F
(141,211,159)
#9CD9AC
(156,217,172)
#ABDFB9
(171,223,185)
#BAE5C6
(186,229,198)
#C9EBD3
(201,235,211)
#D8F1E0
(216,241,224)
#E7F7ED
(231,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51BB6B color. Also use rgb(81,187,107) instead hex code.

Text Font Color

.myTextColor { color: #51BB6B; }

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

This text font color is #51BB6B.


Background Color

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

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

This div background color is #51BB6B.


Border color

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

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

This div border color is #51BB6B.


Opacity

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

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

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

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

This text has shadow with #51BB6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51BB6B on black background.


Color preview on white background

This text has color #51BB6B on white background.



Black color preview on #51BB6B background

This text has black color on #51BB6B background.


White color preview on #51BB6B background

This text has white color on #51BB6B background.