COLOR #81E68D

HEX: #81E68D
RGB: (129,230,141)

Color info

#81E68D contains mainly green color. Web safe color of #81E68D is #99CC99 (or #9C9).

RGB color model

#81E68D color RGB value is (129,230,141).

  • red value is 129;
  • green value is 230;
  • blue value is 141.
RGB:
(129,230,141)
(51%,90%,55%)

RGB channels and saturation

R 129 of 255 = 51%
G 230 of 255 = 90%
B 141 of 255 = 55%

129
230
141

R + G + B ~ 65%. #81E68D is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 230 + 141 = 500 (100%)
R 129 of 500 ~ 25.8%
G 230 of 500 ~ 46%
B 141 of 500 ~ 28.2%

%25.8
%46
%28.2

CMYK color model

#81E68D color CMYK value is (44,0,39,10).

  • cyan value is 43.91%
  • magenta value is 0.00%
  • yellow value is 38.70%
  • key color value is 9.80%
CMYK:
(44,0,39,10)
C44M0Y39K10 
(44%,0%,39%,10%)
(0.44/0.00/0.39/0.10)	

CMYK percentages

%43.91
%0
%38.7
%9.8

Codes

Color #81E68D in popluar color models

81E68D
RGB129230141
HSL127°66.89%70.39%
HSB/HSV127°43.91%90.20%
CMYK43.91%0.00%38.70%
9.80%

Color #81E68D in popluar number systems.

HEX81E68D
Decimal129230141
Binary100000011110011010001101
Octal201346215

Shades and tints

Shades of #81E68D

#81E68D
(129,230,141)
#76D281
(118,210,129)
#6BBE75
(107,190,117)
#60AA69
(96,170,105)
#55965D
(85,150,93)
#4A8251
(74,130,81)
#3F6E45
(63,110,69)
#345A39
(52,90,57)
#29462D
(41,70,45)
#1E3221
(30,50,33)
#131E15
(19,30,21)
#000000
(0,0,0)

Tints of #81E68D

#81E68D
(129,230,141)
#8CE897
(140,232,151)
#97EAA1
(151,234,161)
#A2ECAB
(162,236,171)
#ADEEB5
(173,238,181)
#B8F0BF
(184,240,191)
#C3F2C9
(195,242,201)
#CEF4D3
(206,244,211)
#D9F6DD
(217,246,221)
#E4F8E7
(228,248,231)
#EFFAF1
(239,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81E68D color. Also use rgb(129,230,141) instead hex code.

Text Font Color

.myTextColor { color: #81E68D; }

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

This text font color is #81E68D.


Background Color

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

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

This div background color is #81E68D.


Border color

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

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

This div border color is #81E68D.


Opacity

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

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

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

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

This text has shadow with #81E68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81E68D on black background.


Color preview on white background

This text has color #81E68D on white background.



Black color preview on #81E68D background

This text has black color on #81E68D background.


White color preview on #81E68D background

This text has white color on #81E68D background.