COLOR #81D965

HEX: #81D965
RGB: (129,217,101)

Color info

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

RGB color model

#81D965 color RGB value is (129,217,101).

  • red value is 129;
  • green value is 217;
  • blue value is 101.
RGB:
(129,217,101)
(51%,85%,40%)

RGB channels and saturation

R 129 of 255 = 51%
G 217 of 255 = 85%
B 101 of 255 = 40%

129
217
101

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

Portions of RGB colors in percentages

R + G + B =
129 + 217 + 101 = 447 (100%)
R 129 of 447 ~ 28.86%
G 217 of 447 ~ 48.55%
B 101 of 447 ~ 22.6%

%28.86
%48.55
%22.6

CMYK color model

#81D965 color CMYK value is (41,0,53,15).

  • cyan value is 40.55%
  • magenta value is 0.00%
  • yellow value is 53.46%
  • key color value is 14.90%
CMYK:
(41,0,53,15)
C41M0Y53K15 
(41%,0%,53%,15%)
(0.41/0.00/0.53/0.15)	

CMYK percentages

%40.55
%0
%53.46
%14.9

Codes

Color #81D965 in popluar color models

81D965
RGB129217101
HSL106°60.42%62.35%
HSB/HSV106°53.46%85.10%
CMYK40.55%0.00%53.46%
14.90%

Color #81D965 in popluar number systems.

HEX81D965
Decimal129217101
Binary10000001110110011100101
Octal201331145

Shades and tints

Shades of #81D965

#81D965
(129,217,101)
#76C65C
(118,198,92)
#6BB353
(107,179,83)
#60A04A
(96,160,74)
#558D41
(85,141,65)
#4A7A38
(74,122,56)
#3F672F
(63,103,47)
#345426
(52,84,38)
#29411D
(41,65,29)
#1E2E14
(30,46,20)
#131B0B
(19,27,11)
#000000
(0,0,0)

Tints of #81D965

#81D965
(129,217,101)
#8CDC73
(140,220,115)
#97DF81
(151,223,129)
#A2E28F
(162,226,143)
#ADE59D
(173,229,157)
#B8E8AB
(184,232,171)
#C3EBB9
(195,235,185)
#CEEEC7
(206,238,199)
#D9F1D5
(217,241,213)
#E4F4E3
(228,244,227)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81D965 color. Also use rgb(129,217,101) instead hex code.

Text Font Color

.myTextColor { color: #81D965; }

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

This text font color is #81D965.


Background Color

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

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

This div background color is #81D965.


Border color

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

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

This div border color is #81D965.


Opacity

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

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

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

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

This text has shadow with #81D965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81D965 on black background.


Color preview on white background

This text has color #81D965 on white background.



Black color preview on #81D965 background

This text has black color on #81D965 background.


White color preview on #81D965 background

This text has white color on #81D965 background.