COLOR #81ED4E

HEX: #81ED4E
RGB: (129,237,78)

Color info

#81ED4E contains mainly green color. Web safe color of #81ED4E is #99FF66 (or #9F6).

RGB color model

#81ED4E color RGB value is (129,237,78).

  • red value is 129;
  • green value is 237;
  • blue value is 78.
RGB:
(129,237,78)
(51%,93%,31%)

RGB channels and saturation

R 129 of 255 = 51%
G 237 of 255 = 93%
B 78 of 255 = 31%

129
237
78

R + G + B ~ 58%. #81ED4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 237 + 78 = 444 (100%)
R 129 of 444 ~ 29.05%
G 237 of 444 ~ 53.38%
B 78 of 444 ~ 17.57%

%29.05
%53.38
%17.57

CMYK color model

#81ED4E color CMYK value is (46,0,67,7).

  • cyan value is 45.57%
  • magenta value is 0.00%
  • yellow value is 67.09%
  • key color value is 7.06%
CMYK:
(46,0,67,7)
C46M0Y67K7 
(46%,0%,67%,7%)
(0.46/0.00/0.67/0.07)	

CMYK percentages

%45.57
%0
%67.09
%7.06

Codes

Color #81ED4E in popluar color models

81ED4E
RGB12923778
HSL101°81.54%61.76%
HSB/HSV101°67.09%92.94%
CMYK45.57%0.00%67.09%
7.06%

Color #81ED4E in popluar number systems.

HEX81ED4E
Decimal12923778
Binary10000001111011011001110
Octal201355116

Shades and tints

Shades of #81ED4E

#81ED4E
(129,237,78)
#76D847
(118,216,71)
#6BC340
(107,195,64)
#60AE39
(96,174,57)
#559932
(85,153,50)
#4A842B
(74,132,43)
#3F6F24
(63,111,36)
#345A1D
(52,90,29)
#294516
(41,69,22)
#1E300F
(30,48,15)
#131B08
(19,27,8)
#000000
(0,0,0)

Tints of #81ED4E

#81ED4E
(129,237,78)
#8CEE5E
(140,238,94)
#97EF6E
(151,239,110)
#A2F07E
(162,240,126)
#ADF18E
(173,241,142)
#B8F29E
(184,242,158)
#C3F3AE
(195,243,174)
#CEF4BE
(206,244,190)
#D9F5CE
(217,245,206)
#E4F6DE
(228,246,222)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81ED4E color. Also use rgb(129,237,78) instead hex code.

Text Font Color

.myTextColor { color: #81ED4E; }

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

This text font color is #81ED4E.


Background Color

.myBgColor { background-color: #81ED4E; }

<div style="background-color:#81ED4E">Inner text</div>

This div background color is #81ED4E.


Border color

.myBorderColor { border: 1px solid #81ED4E; }

<div style="border:3px solid #81ED4E">Div</div>

This div border color is #81ED4E.


Opacity

.myOpacity80 { color: #81ED4E; opacity: 0.8; }

<p style="color:#81ED4E;opacity:0.8;">80%</p>

Text with #81ED4E 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 #81ED4E;}

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

This text has shadow with #81ED4E color.

.textShadow {text-shadow: 3px 3px 1px #81ED4E, 3px 3px 1px red;}

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

This text has shadow with #81ED4E primary color and red secondary color.


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

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

This text has shadow with #81ED4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81ED4E on black background.


Color preview on white background

This text has color #81ED4E on white background.



Black color preview on #81ED4E background

This text has black color on #81ED4E background.


White color preview on #81ED4E background

This text has white color on #81ED4E background.