COLOR #51D07B

HEX: #51D07B
RGB: (81,208,123)

Color info

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

RGB color model

#51D07B color RGB value is (81,208,123).

  • red value is 81;
  • green value is 208;
  • blue value is 123.
RGB:
(81,208,123)
(32%,82%,48%)

RGB channels and saturation

R 81 of 255 = 32%
G 208 of 255 = 82%
B 123 of 255 = 48%

81
208
123

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

Portions of RGB colors in percentages

R + G + B =
81 + 208 + 123 = 412 (100%)
R 81 of 412 ~ 19.66%
G 208 of 412 ~ 50.49%
B 123 of 412 ~ 29.85%

%19.66
%50.49
%29.85

CMYK color model

#51D07B color CMYK value is (61,0,41,18).

  • cyan value is 61.06%
  • magenta value is 0.00%
  • yellow value is 40.87%
  • key color value is 18.43%
CMYK:
(61,0,41,18)
C61M0Y41K18 
(61%,0%,41%,18%)
(0.61/0.00/0.41/0.18)	

CMYK percentages

%61.06
%0
%40.87
%18.43

Codes

Color #51D07B in popluar color models

51D07B
RGB81208123
HSL140°57.47%56.67%
HSB/HSV140°61.06%81.57%
CMYK61.06%0.00%40.87%
18.43%

Color #51D07B in popluar number systems.

HEX51D07B
Decimal81208123
Binary1010001110100001111011
Octal121320173

Shades and tints

Shades of #51D07B

#51D07B
(81,208,123)
#4ABE70
(74,190,112)
#43AC65
(67,172,101)
#3C9A5A
(60,154,90)
#35884F
(53,136,79)
#2E7644
(46,118,68)
#276439
(39,100,57)
#20522E
(32,82,46)
#194023
(25,64,35)
#122E18
(18,46,24)
#0B1C0D
(11,28,13)
#000000
(0,0,0)

Tints of #51D07B

#51D07B
(81,208,123)
#60D487
(96,212,135)
#6FD893
(111,216,147)
#7EDC9F
(126,220,159)
#8DE0AB
(141,224,171)
#9CE4B7
(156,228,183)
#ABE8C3
(171,232,195)
#BAECCF
(186,236,207)
#C9F0DB
(201,240,219)
#D8F4E7
(216,244,231)
#E7F8F3
(231,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51D07B color. Also use rgb(81,208,123) instead hex code.

Text Font Color

.myTextColor { color: #51D07B; }

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

This text font color is #51D07B.


Background Color

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

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

This div background color is #51D07B.


Border color

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

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

This div border color is #51D07B.


Opacity

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

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

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

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

This text has shadow with #51D07B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51D07B on black background.


Color preview on white background

This text has color #51D07B on white background.



Black color preview on #51D07B background

This text has black color on #51D07B background.


White color preview on #51D07B background

This text has white color on #51D07B background.