COLOR #51FD50

HEX: #51FD50 RGB: (81,253,80)

Color info

#51FD50 contains mainly green color. Web safe color of #51FD50 is #66FF66 (or #6F6).

RGB color model

#51FD50 color RGB value is (81,253,80).

RGB: (81,253,80) (32%, 99%, 31%)

RGB channels and saturation

R 81 of 255 = 32%
G 253 of 255 = 99%
B 80 of 255 = 31%

81
253
80

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

Portions of RGB colors in percentages

R + G + B = 81 + 253 + 80 = 414 (100%)
R 81 of 414 ~ 19.57%
G 253 of 414 ~ 61.11%
B 80 of 414 ~ 19.32'%

%19.57
%61.11
%19.32

CMYK color model

#51FD50 color CMYK value is (68,0,68,1).

  • cyan value is 67.98%
  • magenta value is 0.00%
  • yellow value is 68.38%
  • key color value is 0.78%

CMYK: (68,0,68,1)
C68M0Y68K1 (68%, 0%, 68%, 1%)
(0.68 / 0.00 / 0.68 / 0.01)

CMYK percentages

%67.98
%0
%68.38
%0.78

Codes

Color #51FD50 in popluar color models

51 FD 50
RGB 81 253 80
HSL 120° 97.74% 65.29%
HSB/HSV 120° 68.38% 99.22%
CMYK 67.98% 0.00% 68.38%
0.78%

Color #51FD50 in popluar number systems.

HEX 51 FD 50
Decimal 81 253 80
Binary 1010001 11111101 1010000
Octal 121 375 120

Shades and tints

Shades of #51FD50

#51FD50
(81,253,80)
#4AE649
(74,230,73)
#43CF42
(67,207,66)
#3CB83B
(60,184,59)
#35A134
(53,161,52)
#2E8A2D
(46,138,45)
#277326
(39,115,38)
#205C1F
(32,92,31)
#194518
(25,69,24)
#122E11
(18,46,17)
#0B170A
(11,23,10)
#000000
(0,0,0)

Tints of #51FD50

#51FD50
(81,253,80)
#60FD5F
(96,253,95)
#6FFD6E
(111,253,110)
#7EFD7D
(126,253,125)
#8DFD8C
(141,253,140)
#9CFD9B
(156,253,155)
#ABFDAA
(171,253,170)
#BAFDB9
(186,253,185)
#C9FDC8
(201,253,200)
#D8FDD7
(216,253,215)
#E7FDE6
(231,253,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51FD50; }

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

This text font color is #51FD50.

Background Color

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

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

This div background color is #51FD50.

Border color

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

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

This div border color is #51FD50.

Opacity

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

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

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

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

This text has shadow with #51FD50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51FD50.

Preview

Color preview on black background

This text has color #51FD50 on black background.


Color preview on white background

This text has color #51FD50 on white background.


Black color preview on #51FD50 background

This text has black color on #51FD50 background.


White color preview on #51FD50 background

This text has white color on #51FD50 background.


Related colors

Complementary color

Complementary color for #hex is #AE02AF.


I love getcolorcode.com

Triadic colors

1 #5051FD and #FD5051 with #51FD50 are triadic colors.

2 #50FD51 and #FD5150 with #51FD50 are triadic colors.