COLOR #51E961

HEX: #51E961
RGB: (81,233,97)

Color info

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

RGB color model

#51E961 color RGB value is (81,233,97).

  • red value is 81;
  • green value is 233;
  • blue value is 97.
RGB:
(81,233,97)
(32%,91%,38%)

RGB channels and saturation

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

81
233
97

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

Portions of RGB colors in percentages

R + G + B =
81 + 233 + 97 = 411 (100%)
R 81 of 411 ~ 19.71%
G 233 of 411 ~ 56.69%
B 97 of 411 ~ 23.6%

%19.71
%56.69
%23.6

CMYK color model

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

  • cyan value is 65.24%
  • magenta value is 0.00%
  • yellow value is 58.37%
  • key color value is 8.63%
CMYK:
(65,0,58,9)
C65M0Y58K9 
(65%,0%,58%,9%)
(0.65/0.00/0.58/0.09)	

CMYK percentages

%65.24
%0
%58.37
%8.63

Codes

Color #51E961 in popluar color models

51E961
RGB8123397
HSL126°77.55%61.57%
HSB/HSV126°65.24%91.37%
CMYK65.24%0.00%58.37%
8.63%

Color #51E961 in popluar number systems.

HEX51E961
Decimal8123397
Binary1010001111010011100001
Octal121351141

Shades and tints

Shades of #51E961

#51E961
(81,233,97)
#4AD459
(74,212,89)
#43BF51
(67,191,81)
#3CAA49
(60,170,73)
#359541
(53,149,65)
#2E8039
(46,128,57)
#276B31
(39,107,49)
#205629
(32,86,41)
#194121
(25,65,33)
#122C19
(18,44,25)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #51E961

#51E961
(81,233,97)
#60EB6F
(96,235,111)
#6FED7D
(111,237,125)
#7EEF8B
(126,239,139)
#8DF199
(141,241,153)
#9CF3A7
(156,243,167)
#ABF5B5
(171,245,181)
#BAF7C3
(186,247,195)
#C9F9D1
(201,249,209)
#D8FBDF
(216,251,223)
#E7FDED
(231,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51E961; }

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

This text font color is #51E961.


Background Color

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

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

This div background color is #51E961.


Border color

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

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

This div border color is #51E961.


Opacity

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

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

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

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

This text has shadow with #51E961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51E961 on black background.


Color preview on white background

This text has color #51E961 on white background.



Black color preview on #51E961 background

This text has black color on #51E961 background.


White color preview on #51E961 background

This text has white color on #51E961 background.