COLOR #81DB76

HEX: #81DB76 RGB: (129,219,118)

Color info

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

RGB color model

#81DB76 color RGB value is (129,219,118).

RGB: (129,219,118) (51%, 86%, 46%)

RGB channels and saturation

R 129 of 255 = 51%
G 219 of 255 = 86%
B 118 of 255 = 46%

129
219
118

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

Portions of RGB colors in percentages

R + G + B = 129 + 219 + 118 = 466 (100%)
R 129 of 466 ~ 27.68%
G 219 of 466 ~ 47%
B 118 of 466 ~ 25.32'%

%27.68
%47
%25.32

CMYK color model

#81DB76 color CMYK value is (41,0,46,14).

  • cyan value is 41.10%
  • magenta value is 0.00%
  • yellow value is 46.12%
  • key color value is 14.12%

CMYK: (41,0,46,14)
C41M0Y46K14 (41%, 0%, 46%, 14%)
(0.41 / 0.00 / 0.46 / 0.14)

CMYK percentages

%41.1
%0
%46.12
%14.12

Codes

Color #81DB76 in popluar color models

81 DB 76
RGB 129 219 118
HSL 113° 58.38% 66.08%
HSB/HSV 113° 46.12% 85.88%
CMYK 41.10% 0.00% 46.12%
14.12%

Color #81DB76 in popluar number systems.

HEX 81 DB 76
Decimal 129 219 118
Binary 10000001 11011011 1110110
Octal 201 333 166

Shades and tints

Shades of #81DB76

#81DB76
(129,219,118)
#76C86C
(118,200,108)
#6BB562
(107,181,98)
#60A258
(96,162,88)
#558F4E
(85,143,78)
#4A7C44
(74,124,68)
#3F693A
(63,105,58)
#345630
(52,86,48)
#294326
(41,67,38)
#1E301C
(30,48,28)
#131D12
(19,29,18)
#000000
(0,0,0)

Tints of #81DB76

#81DB76
(129,219,118)
#8CDE82
(140,222,130)
#97E18E
(151,225,142)
#A2E49A
(162,228,154)
#ADE7A6
(173,231,166)
#B8EAB2
(184,234,178)
#C3EDBE
(195,237,190)
#CEF0CA
(206,240,202)
#D9F3D6
(217,243,214)
#E4F6E2
(228,246,226)
#EFF9EE
(239,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81DB76 color. Also use rgb(129,219,118) instead hex code.

Text Font Color

.myTextColor { color: #81DB76; }

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

This text font color is #81DB76.

Background Color

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

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

This div background color is #81DB76.

Border color

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

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

This div border color is #81DB76.

Opacity

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

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

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

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

This text has shadow with #81DB76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81DB76.

Preview

Color preview on black background

This text has color #81DB76 on black background.


Color preview on white background

This text has color #81DB76 on white background.


Black color preview on #81DB76 background

This text has black color on #81DB76 background.


White color preview on #81DB76 background

This text has white color on #81DB76 background.


Related colors

Complementary color

Complementary color for #hex is #7E2489.


I love getcolorcode.com

Triadic colors

1 #7681DB and #DB7681 with #81DB76 are triadic colors.

2 #76DB81 and #DB8176 with #81DB76 are triadic colors.