COLOR #81C589

HEX: #81C589
RGB: (129,197,137)

Color info

#81C589 contains mainly green color. Web safe color of #81C589 is #99CC99 (or #9C9).

RGB color model

#81C589 color RGB value is (129,197,137).

  • red value is 129;
  • green value is 197;
  • blue value is 137.
RGB:
(129,197,137)
(51%,77%,54%)

RGB channels and saturation

R 129 of 255 = 51%
G 197 of 255 = 77%
B 137 of 255 = 54%

129
197
137

R + G + B ~ 61%. #81C589 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 197 + 137 = 463 (100%)
R 129 of 463 ~ 27.86%
G 197 of 463 ~ 42.55%
B 137 of 463 ~ 29.59%

%27.86
%42.55
%29.59

CMYK color model

#81C589 color CMYK value is (35,0,30,23).

  • cyan value is 34.52%
  • magenta value is 0.00%
  • yellow value is 30.46%
  • key color value is 22.75%
CMYK:
(35,0,30,23)
C35M0Y30K23 
(35%,0%,30%,23%)
(0.35/0.00/0.30/0.23)	

CMYK percentages

%34.52
%0
%30.46
%22.75

Codes

Color #81C589 in popluar color models

81C589
RGB129197137
HSL127°36.96%63.92%
HSB/HSV127°34.52%77.25%
CMYK34.52%0.00%30.46%
22.75%

Color #81C589 in popluar number systems.

HEX81C589
Decimal129197137
Binary100000011100010110001001
Octal201305211

Shades and tints

Shades of #81C589

#81C589
(129,197,137)
#76B47D
(118,180,125)
#6BA371
(107,163,113)
#609265
(96,146,101)
#558159
(85,129,89)
#4A704D
(74,112,77)
#3F5F41
(63,95,65)
#344E35
(52,78,53)
#293D29
(41,61,41)
#1E2C1D
(30,44,29)
#131B11
(19,27,17)
#000000
(0,0,0)

Tints of #81C589

#81C589
(129,197,137)
#8CCA93
(140,202,147)
#97CF9D
(151,207,157)
#A2D4A7
(162,212,167)
#ADD9B1
(173,217,177)
#B8DEBB
(184,222,187)
#C3E3C5
(195,227,197)
#CEE8CF
(206,232,207)
#D9EDD9
(217,237,217)
#E4F2E3
(228,242,227)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81C589 color. Also use rgb(129,197,137) instead hex code.

Text Font Color

.myTextColor { color: #81C589; }

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

This text font color is #81C589.


Background Color

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

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

This div background color is #81C589.


Border color

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

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

This div border color is #81C589.


Opacity

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

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

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

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

This text has shadow with #81C589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81C589 on black background.


Color preview on white background

This text has color #81C589 on white background.



Black color preview on #81C589 background

This text has black color on #81C589 background.


White color preview on #81C589 background

This text has white color on #81C589 background.