COLOR #51E761

HEX: #51E761 RGB: (81,231,97)

Color info

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

RGB color model

#51E761 color RGB value is (81,231,97).

RGB: (81,231,97) (32%, 91%, 38%)

RGB channels and saturation

R 81 of 255 = 32%
G 231 of 255 = 91%
B 97 of 255 = 38%

81
231
97

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

Portions of RGB colors in percentages

R + G + B = 81 + 231 + 97 = 409 (100%)
R 81 of 409 ~ 19.8%
G 231 of 409 ~ 56.48%
B 97 of 409 ~ 23.72'%

%19.8
%56.48
%23.72

CMYK color model

#51E761 color CMYK value is (65,0,58,9).

  • cyan value is 64.94%
  • magenta value is 0.00%
  • yellow value is 58.01%
  • key color value is 9.41%

CMYK: (65,0,58,9)
C65M0Y58K9 (65%, 0%, 58%, 9%)
(0.65 / 0.00 / 0.58 / 0.09)

CMYK percentages

%64.94
%0
%58.01
%9.41

Codes

Color #51E761 in popluar color models

51 E7 61
RGB 81 231 97
HSL 126° 75.76% 61.18%
HSB/HSV 126° 64.94% 90.59%
CMYK 64.94% 0.00% 58.01%
9.41%

Color #51E761 in popluar number systems.

HEX 51 E7 61
Decimal 81 231 97
Binary 1010001 11100111 1100001
Octal 121 347 141

Shades and tints

Shades of #51E761

#51E761
(81,231,97)
#4AD259
(74,210,89)
#43BD51
(67,189,81)
#3CA849
(60,168,73)
#359341
(53,147,65)
#2E7E39
(46,126,57)
#276931
(39,105,49)
#205429
(32,84,41)
#193F21
(25,63,33)
#122A19
(18,42,25)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #51E761

#51E761
(81,231,97)
#60E96F
(96,233,111)
#6FEB7D
(111,235,125)
#7EED8B
(126,237,139)
#8DEF99
(141,239,153)
#9CF1A7
(156,241,167)
#ABF3B5
(171,243,181)
#BAF5C3
(186,245,195)
#C9F7D1
(201,247,209)
#D8F9DF
(216,249,223)
#E7FBED
(231,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51E761 color. Also use rgb(81,231,97) instead hex code.

Text Font Color

.myTextColor { color: #51E761; }

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

This text font color is #51E761.

Background Color

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

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

This div background color is #51E761.

Border color

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

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

This div border color is #51E761.

Opacity

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

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

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

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

This text has shadow with #51E761 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51E761.

Preview

Color preview on black background

This text has color #51E761 on black background.


Color preview on white background

This text has color #51E761 on white background.


Black color preview on #51E761 background

This text has black color on #51E761 background.


White color preview on #51E761 background

This text has white color on #51E761 background.


Related colors

Complementary color

Complementary color for #hex is #AE189E.


I love getcolorcode.com

Triadic colors

1 #6151E7 and #E76151 with #51E761 are triadic colors.

2 #61E751 and #E75161 with #51E761 are triadic colors.