COLOR #81D829

HEX: #81D829 RGB: (129,216,41)

Color info

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

RGB color model

#81D829 color RGB value is (129,216,41).

RGB: (129,216,41) (51%, 85%, 16%)

RGB channels and saturation

R 129 of 255 = 51%
G 216 of 255 = 85%
B 41 of 255 = 16%

129
216
41

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

Portions of RGB colors in percentages

R + G + B = 129 + 216 + 41 = 386 (100%)
R 129 of 386 ~ 33.42%
G 216 of 386 ~ 55.96%
B 41 of 386 ~ 10.62'%

%33.42
%55.96
%10.62

CMYK color model

#81D829 color CMYK value is (40,0,81,15).

  • cyan value is 40.28%
  • magenta value is 0.00%
  • yellow value is 81.02%
  • key color value is 15.29%

CMYK: (40,0,81,15)
C40M0Y81K15 (40%, 0%, 81%, 15%)
(0.40 / 0.00 / 0.81 / 0.15)

CMYK percentages

%40.28
%0
%81.02
%15.29

Codes

Color #81D829 in popluar color models

81 D8 29
RGB 129 216 41
HSL 90° 69.17% 50.39%
HSB/HSV 90° 81.02% 84.71%
CMYK 40.28% 0.00% 81.02%
15.29%

Color #81D829 in popluar number systems.

HEX 81 D8 29
Decimal 129 216 41
Binary 10000001 11011000 101001
Octal 201 330 51

Shades and tints

Shades of #81D829

#81D829
(129,216,41)
#76C526
(118,197,38)
#6BB223
(107,178,35)
#609F20
(96,159,32)
#558C1D
(85,140,29)
#4A791A
(74,121,26)
#3F6617
(63,102,23)
#345314
(52,83,20)
#294011
(41,64,17)
#1E2D0E
(30,45,14)
#131A0B
(19,26,11)
#000000
(0,0,0)

Tints of #81D829

#81D829
(129,216,41)
#8CDB3C
(140,219,60)
#97DE4F
(151,222,79)
#A2E162
(162,225,98)
#ADE475
(173,228,117)
#B8E788
(184,231,136)
#C3EA9B
(195,234,155)
#CEEDAE
(206,237,174)
#D9F0C1
(217,240,193)
#E4F3D4
(228,243,212)
#EFF6E7
(239,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81D829; }

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

This text font color is #81D829.

Background Color

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

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

This div background color is #81D829.

Border color

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

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

This div border color is #81D829.

Opacity

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

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

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

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

This text has shadow with #81D829 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81D829.

Preview

Color preview on black background

This text has color #81D829 on black background.


Color preview on white background

This text has color #81D829 on white background.


Black color preview on #81D829 background

This text has black color on #81D829 background.


White color preview on #81D829 background

This text has white color on #81D829 background.


Related colors

Complementary color

Complementary color for #81D829 is #7E27D6.


I love getcolorcode.com

Triadic colors

1 #2981D8 and #D82981 with #81D829 are triadic colors.

2 #29D881 and #D88129 with #81D829 are triadic colors.