COLOR #81E429

HEX: #81E429 RGB: (129,228,41)

Color info

#81E429 contains mainly green color. Web safe color of #81E429 is #99CC33 (or #9C3).

RGB color model

#81E429 color RGB value is (129,228,41).

RGB: (129,228,41) (51%, 89%, 16%)

RGB channels and saturation

R 129 of 255 = 51%
G 228 of 255 = 89%
B 41 of 255 = 16%

129
228
41

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

Portions of RGB colors in percentages

R + G + B = 129 + 228 + 41 = 398 (100%)
R 129 of 398 ~ 32.41%
G 228 of 398 ~ 57.29%
B 41 of 398 ~ 10.3'%

%32.41
%57.29

CMYK color model

#81E429 color CMYK value is (43,0,82,11).

  • cyan value is 43.42%
  • magenta value is 0.00%
  • yellow value is 82.02%
  • key color value is 10.59%

CMYK: (43,0,82,11)
C43M0Y82K11 (43%, 0%, 82%, 11%)
(0.43 / 0.00 / 0.82 / 0.11)

CMYK percentages

%43.42
%0
%82.02
%10.59

Codes

Color #81E429 in popluar color models

81 E4 29
RGB 129 228 41
HSL 92° 77.59% 52.75%
HSB/HSV 92° 82.02% 89.41%
CMYK 43.42% 0.00% 82.02%
10.59%

Color #81E429 in popluar number systems.

HEX 81 E4 29
Decimal 129 228 41
Binary 10000001 11100100 101001
Octal 201 344 51

Shades and tints

Shades of #81E429

#81E429
(129,228,41)
#76D026
(118,208,38)
#6BBC23
(107,188,35)
#60A820
(96,168,32)
#55941D
(85,148,29)
#4A801A
(74,128,26)
#3F6C17
(63,108,23)
#345814
(52,88,20)
#294411
(41,68,17)
#1E300E
(30,48,14)
#131C0B
(19,28,11)
#000000
(0,0,0)

Tints of #81E429

#81E429
(129,228,41)
#8CE63C
(140,230,60)
#97E84F
(151,232,79)
#A2EA62
(162,234,98)
#ADEC75
(173,236,117)
#B8EE88
(184,238,136)
#C3F09B
(195,240,155)
#CEF2AE
(206,242,174)
#D9F4C1
(217,244,193)
#E4F6D4
(228,246,212)
#EFF8E7
(239,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81E429 color. Also use rgb(129,228,41) instead hex code.

Text Font Color

.myTextColor { color: #81E429; }

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

This text font color is #81E429.

Background Color

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

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

This div background color is #81E429.

Border color

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

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

This div border color is #81E429.

Opacity

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

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

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

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

This text has shadow with #81E429 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81E429.

Preview

Color preview on black background

This text has color #81E429 on black background.


Color preview on white background

This text has color #81E429 on white background.


Black color preview on #81E429 background

This text has black color on #81E429 background.


White color preview on #81E429 background

This text has white color on #81E429 background.


Related colors

Complementary color

Complementary color for #hex is #7E1BD6.


I love getcolorcode.com

Triadic colors

1 #2981E4 and #E42981 with #81E429 are triadic colors.

2 #29E481 and #E48129 with #81E429 are triadic colors.