COLOR #51E394

HEX: #51E394
RGB: (81,227,148)

Color info

#51E394 contains mainly green color. Web safe color of #51E394 is #66CC99 (or #6C9).

RGB color model

#51E394 color RGB value is (81,227,148).

  • red value is 81;
  • green value is 227;
  • blue value is 148.
RGB:
(81,227,148)
(32%,89%,58%)

RGB channels and saturation

R 81 of 255 = 32%
G 227 of 255 = 89%
B 148 of 255 = 58%

81
227
148

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

Portions of RGB colors in percentages

R + G + B =
81 + 227 + 148 = 456 (100%)
R 81 of 456 ~ 17.76%
G 227 of 456 ~ 49.78%
B 148 of 456 ~ 32.46%

%17.76
%49.78
%32.46

CMYK color model

#51E394 color CMYK value is (64,0,35,11).

  • cyan value is 64.32%
  • magenta value is 0.00%
  • yellow value is 34.80%
  • key color value is 10.98%
CMYK:
(64,0,35,11)
C64M0Y35K11 
(64%,0%,35%,11%)
(0.64/0.00/0.35/0.11)	

CMYK percentages

%64.32
%0
%34.8
%10.98

Codes

Color #51E394 in popluar color models

51E394
RGB81227148
HSL148°72.28%60.39%
HSB/HSV148°64.32%89.02%
CMYK64.32%0.00%34.80%
10.98%

Color #51E394 in popluar number systems.

HEX51E394
Decimal81227148
Binary10100011110001110010100
Octal121343224

Shades and tints

Shades of #51E394

#51E394
(81,227,148)
#4ACF87
(74,207,135)
#43BB7A
(67,187,122)
#3CA76D
(60,167,109)
#359360
(53,147,96)
#2E7F53
(46,127,83)
#276B46
(39,107,70)
#205739
(32,87,57)
#19432C
(25,67,44)
#122F1F
(18,47,31)
#0B1B12
(11,27,18)
#000000
(0,0,0)

Tints of #51E394

#51E394
(81,227,148)
#60E59D
(96,229,157)
#6FE7A6
(111,231,166)
#7EE9AF
(126,233,175)
#8DEBB8
(141,235,184)
#9CEDC1
(156,237,193)
#ABEFCA
(171,239,202)
#BAF1D3
(186,241,211)
#C9F3DC
(201,243,220)
#D8F5E5
(216,245,229)
#E7F7EE
(231,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51E394 color. Also use rgb(81,227,148) instead hex code.

Text Font Color

.myTextColor { color: #51E394; }

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

This text font color is #51E394.


Background Color

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

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

This div background color is #51E394.


Border color

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

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

This div border color is #51E394.


Opacity

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

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

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

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

This text has shadow with #51E394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51E394 on black background.


Color preview on white background

This text has color #51E394 on white background.



Black color preview on #51E394 background

This text has black color on #51E394 background.


White color preview on #51E394 background

This text has white color on #51E394 background.