COLOR #81D865

HEX: #81D865
RGB: (129,216,101)

Color info

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

RGB color model

#81D865 color RGB value is (129,216,101).

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

RGB channels and saturation

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

129
216
101

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

Portions of RGB colors in percentages

R + G + B =
129 + 216 + 101 = 446 (100%)
R 129 of 446 ~ 28.92%
G 216 of 446 ~ 48.43%
B 101 of 446 ~ 22.65%

%28.92
%48.43
%22.65

CMYK color model

#81D865 color CMYK value is (40,0,53,15).

  • cyan value is 40.28%
  • magenta value is 0.00%
  • yellow value is 53.24%
  • key color value is 15.29%
CMYK:
(40,0,53,15)
C40M0Y53K15 
(40%,0%,53%,15%)
(0.40/0.00/0.53/0.15)	

CMYK percentages

%40.28
%0
%53.24
%15.29

Codes

Color #81D865 in popluar color models

81D865
RGB129216101
HSL105°59.59%62.16%
HSB/HSV105°53.24%84.71%
CMYK40.28%0.00%53.24%
15.29%

Color #81D865 in popluar number systems.

HEX81D865
Decimal129216101
Binary10000001110110001100101
Octal201330145

Shades and tints

Shades of #81D865

#81D865
(129,216,101)
#76C55C
(118,197,92)
#6BB253
(107,178,83)
#609F4A
(96,159,74)
#558C41
(85,140,65)
#4A7938
(74,121,56)
#3F662F
(63,102,47)
#345326
(52,83,38)
#29401D
(41,64,29)
#1E2D14
(30,45,20)
#131A0B
(19,26,11)
#000000
(0,0,0)

Tints of #81D865

#81D865
(129,216,101)
#8CDB73
(140,219,115)
#97DE81
(151,222,129)
#A2E18F
(162,225,143)
#ADE49D
(173,228,157)
#B8E7AB
(184,231,171)
#C3EAB9
(195,234,185)
#CEEDC7
(206,237,199)
#D9F0D5
(217,240,213)
#E4F3E3
(228,243,227)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81D865; }

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

This text font color is #81D865.


Background Color

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

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

This div background color is #81D865.


Border color

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

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

This div border color is #81D865.


Opacity

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

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

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

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

This text has shadow with #81D865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81D865 on black background.


Color preview on white background

This text has color #81D865 on white background.



Black color preview on #81D865 background

This text has black color on #81D865 background.


White color preview on #81D865 background

This text has white color on #81D865 background.