COLOR #81D163

HEX: #81D163
RGB: (129,209,99)

Color info

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

RGB color model

#81D163 color RGB value is (129,209,99).

  • red value is 129;
  • green value is 209;
  • blue value is 99.
RGB:
(129,209,99)
(51%,82%,39%)

RGB channels and saturation

R 129 of 255 = 51%
G 209 of 255 = 82%
B 99 of 255 = 39%

129
209
99

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

Portions of RGB colors in percentages

R + G + B =
129 + 209 + 99 = 437 (100%)
R 129 of 437 ~ 29.52%
G 209 of 437 ~ 47.83%
B 99 of 437 ~ 22.65%

%29.52
%47.83
%22.65

CMYK color model

#81D163 color CMYK value is (38,0,53,18).

  • cyan value is 38.28%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 18.04%
CMYK:
(38,0,53,18)
C38M0Y53K18 
(38%,0%,53%,18%)
(0.38/0.00/0.53/0.18)	

CMYK percentages

%38.28
%0
%52.63
%18.04

Codes

Color #81D163 in popluar color models

81D163
RGB12920999
HSL104°54.46%60.39%
HSB/HSV104°52.63%81.96%
CMYK38.28%0.00%52.63%
18.04%

Color #81D163 in popluar number systems.

HEX81D163
Decimal12920999
Binary10000001110100011100011
Octal201321143

Shades and tints

Shades of #81D163

#81D163
(129,209,99)
#76BE5A
(118,190,90)
#6BAB51
(107,171,81)
#609848
(96,152,72)
#55853F
(85,133,63)
#4A7236
(74,114,54)
#3F5F2D
(63,95,45)
#344C24
(52,76,36)
#29391B
(41,57,27)
#1E2612
(30,38,18)
#131309
(19,19,9)
#000000
(0,0,0)

Tints of #81D163

#81D163
(129,209,99)
#8CD571
(140,213,113)
#97D97F
(151,217,127)
#A2DD8D
(162,221,141)
#ADE19B
(173,225,155)
#B8E5A9
(184,229,169)
#C3E9B7
(195,233,183)
#CEEDC5
(206,237,197)
#D9F1D3
(217,241,211)
#E4F5E1
(228,245,225)
#EFF9EF
(239,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81D163 color. Also use rgb(129,209,99) instead hex code.

Text Font Color

.myTextColor { color: #81D163; }

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

This text font color is #81D163.


Background Color

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

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

This div background color is #81D163.


Border color

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

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

This div border color is #81D163.


Opacity

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

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

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

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

This text has shadow with #81D163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81D163 on black background.


Color preview on white background

This text has color #81D163 on white background.



Black color preview on #81D163 background

This text has black color on #81D163 background.


White color preview on #81D163 background

This text has white color on #81D163 background.