COLOR #81EC76

HEX: #81EC76
RGB: (129,236,118)

Color info

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

RGB color model

#81EC76 color RGB value is (129,236,118).

  • red value is 129;
  • green value is 236;
  • blue value is 118.
RGB:
(129,236,118)
(51%,93%,46%)

RGB channels and saturation

R 129 of 255 = 51%
G 236 of 255 = 93%
B 118 of 255 = 46%

129
236
118

R + G + B ~ 63%. #81EC76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 236 + 118 = 483 (100%)
R 129 of 483 ~ 26.71%
G 236 of 483 ~ 48.86%
B 118 of 483 ~ 24.43%

%26.71
%48.86
%24.43

CMYK color model

#81EC76 color CMYK value is (45,0,50,7).

  • cyan value is 45.34%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 7.45%
CMYK:
(45,0,50,7)
C45M0Y50K7 
(45%,0%,50%,7%)
(0.45/0.00/0.50/0.07)	

CMYK percentages

%45.34
%0
%50
%7.45

Codes

Color #81EC76 in popluar color models

81EC76
RGB129236118
HSL114°75.64%69.41%
HSB/HSV114°50.00%92.55%
CMYK45.34%0.00%50.00%
7.45%

Color #81EC76 in popluar number systems.

HEX81EC76
Decimal129236118
Binary10000001111011001110110
Octal201354166

Shades and tints

Shades of #81EC76

#81EC76
(129,236,118)
#76D76C
(118,215,108)
#6BC262
(107,194,98)
#60AD58
(96,173,88)
#55984E
(85,152,78)
#4A8344
(74,131,68)
#3F6E3A
(63,110,58)
#345930
(52,89,48)
#294426
(41,68,38)
#1E2F1C
(30,47,28)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #81EC76

#81EC76
(129,236,118)
#8CED82
(140,237,130)
#97EE8E
(151,238,142)
#A2EF9A
(162,239,154)
#ADF0A6
(173,240,166)
#B8F1B2
(184,241,178)
#C3F2BE
(195,242,190)
#CEF3CA
(206,243,202)
#D9F4D6
(217,244,214)
#E4F5E2
(228,245,226)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81EC76 color. Also use rgb(129,236,118) instead hex code.

Text Font Color

.myTextColor { color: #81EC76; }

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

This text font color is #81EC76.


Background Color

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

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

This div background color is #81EC76.


Border color

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

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

This div border color is #81EC76.


Opacity

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

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

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

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

This text has shadow with #81EC76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81EC76 on black background.


Color preview on white background

This text has color #81EC76 on white background.



Black color preview on #81EC76 background

This text has black color on #81EC76 background.


White color preview on #81EC76 background

This text has white color on #81EC76 background.