COLOR #81CD73

HEX: #81CD73 RGB: (129,205,115)

Color info

#81CD73 contains mainly green color. Web safe color of #81CD73 is #99CC66 (or #9C6).

RGB color model

#81CD73 color RGB value is (129,205,115).

RGB: (129,205,115) (51%, 80%, 45%)

RGB channels and saturation

R 129 of 255 = 51%
G 205 of 255 = 80%
B 115 of 255 = 45%

129
205
115

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

Portions of RGB colors in percentages

R + G + B = 129 + 205 + 115 = 449 (100%)
R 129 of 449 ~ 28.73%
G 205 of 449 ~ 45.66%
B 115 of 449 ~ 25.61'%

%28.73
%45.66
%25.61

CMYK color model

#81CD73 color CMYK value is (37,0,44,20).

  • cyan value is 37.07%
  • magenta value is 0.00%
  • yellow value is 43.90%
  • key color value is 19.61%

CMYK: (37,0,44,20)
C37M0Y44K20 (37%, 0%, 44%, 20%)
(0.37 / 0.00 / 0.44 / 0.20)

CMYK percentages

%37.07
%0
%43.9
%19.61

Codes

Color #81CD73 in popluar color models

81 CD 73
RGB 129 205 115
HSL 111° 47.37% 62.75%
HSB/HSV 111° 43.90% 80.39%
CMYK 37.07% 0.00% 43.90%
19.61%

Color #81CD73 in popluar number systems.

HEX 81 CD 73
Decimal 129 205 115
Binary 10000001 11001101 1110011
Octal 201 315 163

Shades and tints

Shades of #81CD73

#81CD73
(129,205,115)
#76BB69
(118,187,105)
#6BA95F
(107,169,95)
#609755
(96,151,85)
#55854B
(85,133,75)
#4A7341
(74,115,65)
#3F6137
(63,97,55)
#344F2D
(52,79,45)
#293D23
(41,61,35)
#1E2B19
(30,43,25)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #81CD73

#81CD73
(129,205,115)
#8CD17F
(140,209,127)
#97D58B
(151,213,139)
#A2D997
(162,217,151)
#ADDDA3
(173,221,163)
#B8E1AF
(184,225,175)
#C3E5BB
(195,229,187)
#CEE9C7
(206,233,199)
#D9EDD3
(217,237,211)
#E4F1DF
(228,241,223)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81CD73 color. Also use rgb(129,205,115) instead hex code.

Text Font Color

.myTextColor { color: #81CD73; }

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

This text font color is #81CD73.

Background Color

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

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

This div background color is #81CD73.

Border color

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

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

This div border color is #81CD73.

Opacity

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

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

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

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

This text has shadow with #81CD73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81CD73.

Preview

Color preview on black background

This text has color #81CD73 on black background.


Color preview on white background

This text has color #81CD73 on white background.


Black color preview on #81CD73 background

This text has black color on #81CD73 background.


White color preview on #81CD73 background

This text has white color on #81CD73 background.


Related colors

Complementary color

Complementary color for #hex is #7E328C.


I love getcolorcode.com

Triadic colors

1 #7381CD and #CD7381 with #81CD73 are triadic colors.

2 #73CD81 and #CD8173 with #81CD73 are triadic colors.