COLOR #81C596

HEX: #81C596 RGB: (129,197,150)

Color info

#81C596 contains mainly green and blue colors. Web safe color of #81C596 is #99CC99 (or #9C9).

RGB color model

#81C596 color RGB value is (129,197,150).

RGB: (129,197,150) (51%, 77%, 59%)

RGB channels and saturation

R 129 of 255 = 51%
G 197 of 255 = 77%
B 150 of 255 = 59%

129
197
150

R + G + B ~ 62%. #81C596 is quite light color.

Portions of RGB colors in percentages

R + G + B = 129 + 197 + 150 = 476 (100%)
R 129 of 476 ~ 27.1%
G 197 of 476 ~ 41.39%
B 150 of 476 ~ 31.51'%

%27.1
%41.39
%31.51

CMYK color model

#81C596 color CMYK value is (35,0,24,23).

  • cyan value is 34.52%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 22.75%

CMYK: (35,0,24,23)
C35M0Y24K23 (35%, 0%, 24%, 23%)
(0.35 / 0.00 / 0.24 / 0.23)

CMYK percentages

%34.52
%0
%23.86
%22.75

Codes

Color #81C596 in popluar color models

81 C5 96
RGB 129 197 150
HSL 139° 36.96% 63.92%
HSB/HSV 139° 34.52% 77.25%
CMYK 34.52% 0.00% 23.86%
22.75%

Color #81C596 in popluar number systems.

HEX 81 C5 96
Decimal 129 197 150
Binary 10000001 11000101 10010110
Octal 201 305 226

Shades and tints

Shades of #81C596

#81C596
(129,197,150)
#76B489
(118,180,137)
#6BA37C
(107,163,124)
#60926F
(96,146,111)
#558162
(85,129,98)
#4A7055
(74,112,85)
#3F5F48
(63,95,72)
#344E3B
(52,78,59)
#293D2E
(41,61,46)
#1E2C21
(30,44,33)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #81C596

#81C596
(129,197,150)
#8CCA9F
(140,202,159)
#97CFA8
(151,207,168)
#A2D4B1
(162,212,177)
#ADD9BA
(173,217,186)
#B8DEC3
(184,222,195)
#C3E3CC
(195,227,204)
#CEE8D5
(206,232,213)
#D9EDDE
(217,237,222)
#E4F2E7
(228,242,231)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81C596; }

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

This text font color is #81C596.

Background Color

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

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

This div background color is #81C596.

Border color

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

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

This div border color is #81C596.

Opacity

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

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

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

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

This text has shadow with #81C596 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81C596.

Preview

Color preview on black background

This text has color #81C596 on black background.


Color preview on white background

This text has color #81C596 on white background.


Black color preview on #81C596 background

This text has black color on #81C596 background.


White color preview on #81C596 background

This text has white color on #81C596 background.


Related colors

Complementary color

Complementary color for #hex is #7E3A69.


I love getcolorcode.com

Triadic colors

1 #9681C5 and #C59681 with #81C596 are triadic colors.

2 #96C581 and #C58196 with #81C596 are triadic colors.