COLOR #51CE80

HEX: #51CE80
RGB: (81,206,128)

Color info

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

RGB color model

#51CE80 color RGB value is (81,206,128).

  • red value is 81;
  • green value is 206;
  • blue value is 128.
RGB:
(81,206,128)
(32%,81%,50%)

RGB channels and saturation

R 81 of 255 = 32%
G 206 of 255 = 81%
B 128 of 255 = 50%

81
206
128

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

Portions of RGB colors in percentages

R + G + B =
81 + 206 + 128 = 415 (100%)
R 81 of 415 ~ 19.52%
G 206 of 415 ~ 49.64%
B 128 of 415 ~ 30.84%

%19.52
%49.64
%30.84

CMYK color model

#51CE80 color CMYK value is (61,0,38,19).

  • cyan value is 60.68%
  • magenta value is 0.00%
  • yellow value is 37.86%
  • key color value is 19.22%
CMYK:
(61,0,38,19)
C61M0Y38K19 
(61%,0%,38%,19%)
(0.61/0.00/0.38/0.19)	

CMYK percentages

%60.68
%0
%37.86
%19.22

Codes

Color #51CE80 in popluar color models

51CE80
RGB81206128
HSL143°56.05%56.27%
HSB/HSV143°60.68%80.78%
CMYK60.68%0.00%37.86%
19.22%

Color #51CE80 in popluar number systems.

HEX51CE80
Decimal81206128
Binary10100011100111010000000
Octal121316200

Shades and tints

Shades of #51CE80

#51CE80
(81,206,128)
#4ABC75
(74,188,117)
#43AA6A
(67,170,106)
#3C985F
(60,152,95)
#358654
(53,134,84)
#2E7449
(46,116,73)
#27623E
(39,98,62)
#205033
(32,80,51)
#193E28
(25,62,40)
#122C1D
(18,44,29)
#0B1A12
(11,26,18)
#000000
(0,0,0)

Tints of #51CE80

#51CE80
(81,206,128)
#60D28B
(96,210,139)
#6FD696
(111,214,150)
#7EDAA1
(126,218,161)
#8DDEAC
(141,222,172)
#9CE2B7
(156,226,183)
#ABE6C2
(171,230,194)
#BAEACD
(186,234,205)
#C9EED8
(201,238,216)
#D8F2E3
(216,242,227)
#E7F6EE
(231,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51CE80 color. Also use rgb(81,206,128) instead hex code.

Text Font Color

.myTextColor { color: #51CE80; }

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

This text font color is #51CE80.


Background Color

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

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

This div background color is #51CE80.


Border color

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

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

This div border color is #51CE80.


Opacity

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

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

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

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

This text has shadow with #51CE80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51CE80 on black background.


Color preview on white background

This text has color #51CE80 on white background.



Black color preview on #51CE80 background

This text has black color on #51CE80 background.


White color preview on #51CE80 background

This text has white color on #51CE80 background.