COLOR #81E71A

HEX: #81E71A RGB: (129,231,26)

Color info

#81E71A contains mainly green color. Web safe color of #81E71A is #99FF00 (or #9F0).

RGB color model

#81E71A color RGB value is (129,231,26).

RGB: (129,231,26) (51%, 91%, 10%)

RGB channels and saturation

R 129 of 255 = 51%
G 231 of 255 = 91%
B 26 of 255 = 10%

129
231
26

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

Portions of RGB colors in percentages

R + G + B = 129 + 231 + 26 = 386 (100%)
R 129 of 386 ~ 33.42%
G 231 of 386 ~ 59.84%
B 26 of 386 ~ 6.74'%

%33.42
%59.84

CMYK color model

#81E71A color CMYK value is (44,0,89,9).

  • cyan value is 44.16%
  • magenta value is 0.00%
  • yellow value is 88.74%
  • key color value is 9.41%

CMYK: (44,0,89,9)
C44M0Y89K9 (44%, 0%, 89%, 9%)
(0.44 / 0.00 / 0.89 / 0.09)

CMYK percentages

%44.16
%0
%88.74
%9.41

Codes

Color #81E71A in popluar color models

81 E7 1A
RGB 129 231 26
HSL 90° 81.03% 50.39%
HSB/HSV 90° 88.74% 90.59%
CMYK 44.16% 0.00% 88.74%
9.41%

Color #81E71A in popluar number systems.

HEX 81 E7 1A
Decimal 129 231 26
Binary 10000001 11100111 11010
Octal 201 347 32

Shades and tints

Shades of #81E71A

#81E71A
(129,231,26)
#76D218
(118,210,24)
#6BBD16
(107,189,22)
#60A814
(96,168,20)
#559312
(85,147,18)
#4A7E10
(74,126,16)
#3F690E
(63,105,14)
#34540C
(52,84,12)
#293F0A
(41,63,10)
#1E2A08
(30,42,8)
#131506
(19,21,6)
#000000
(0,0,0)

Tints of #81E71A

#81E71A
(129,231,26)
#8CE92E
(140,233,46)
#97EB42
(151,235,66)
#A2ED56
(162,237,86)
#ADEF6A
(173,239,106)
#B8F17E
(184,241,126)
#C3F392
(195,243,146)
#CEF5A6
(206,245,166)
#D9F7BA
(217,247,186)
#E4F9CE
(228,249,206)
#EFFBE2
(239,251,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81E71A color. Also use rgb(129,231,26) instead hex code.

Text Font Color

.myTextColor { color: #81E71A; }

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

This text font color is #81E71A.

Background Color

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

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

This div background color is #81E71A.

Border color

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

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

This div border color is #81E71A.

Opacity

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

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

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

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

This text has shadow with #81E71A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81E71A.

Preview

Color preview on black background

This text has color #81E71A on black background.


Color preview on white background

This text has color #81E71A on white background.


Black color preview on #81E71A background

This text has black color on #81E71A background.


White color preview on #81E71A background

This text has white color on #81E71A background.


Related colors

Complementary color

Complementary color for #hex is #7E18E5.


I love getcolorcode.com

Triadic colors

1 #1A81E7 and #E71A81 with #81E71A are triadic colors.

2 #1AE781 and #E7811A with #81E71A are triadic colors.