COLOR #81D754

HEX: #81D754
RGB: (129,215,84)

Color info

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

RGB color model

#81D754 color RGB value is (129,215,84).

  • red value is 129;
  • green value is 215;
  • blue value is 84.
RGB:
(129,215,84)
(51%,84%,33%)

RGB channels and saturation

R 129 of 255 = 51%
G 215 of 255 = 84%
B 84 of 255 = 33%

129
215
84

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

Portions of RGB colors in percentages

R + G + B =
129 + 215 + 84 = 428 (100%)
R 129 of 428 ~ 30.14%
G 215 of 428 ~ 50.23%
B 84 of 428 ~ 19.63%

%30.14
%50.23
%19.63

CMYK color model

#81D754 color CMYK value is (40,0,61,16).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 60.93%
  • key color value is 15.69%
CMYK:
(40,0,61,16)
C40M0Y61K16 
(40%,0%,61%,16%)
(0.40/0.00/0.61/0.16)	

CMYK percentages

%40
%0
%60.93
%15.69

Codes

Color #81D754 in popluar color models

81D754
RGB12921584
HSL99°62.09%58.63%
HSB/HSV99°60.93%84.31%
CMYK40.00%0.00%60.93%
15.69%

Color #81D754 in popluar number systems.

HEX81D754
Decimal12921584
Binary10000001110101111010100
Octal201327124

Shades and tints

Shades of #81D754

#81D754
(129,215,84)
#76C44D
(118,196,77)
#6BB146
(107,177,70)
#609E3F
(96,158,63)
#558B38
(85,139,56)
#4A7831
(74,120,49)
#3F652A
(63,101,42)
#345223
(52,82,35)
#293F1C
(41,63,28)
#1E2C15
(30,44,21)
#13190E
(19,25,14)
#000000
(0,0,0)

Tints of #81D754

#81D754
(129,215,84)
#8CDA63
(140,218,99)
#97DD72
(151,221,114)
#A2E081
(162,224,129)
#ADE390
(173,227,144)
#B8E69F
(184,230,159)
#C3E9AE
(195,233,174)
#CEECBD
(206,236,189)
#D9EFCC
(217,239,204)
#E4F2DB
(228,242,219)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81D754 color. Also use rgb(129,215,84) instead hex code.

Text Font Color

.myTextColor { color: #81D754; }

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

This text font color is #81D754.


Background Color

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

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

This div background color is #81D754.


Border color

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

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

This div border color is #81D754.


Opacity

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

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

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

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

This text has shadow with #81D754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81D754 on black background.


Color preview on white background

This text has color #81D754 on white background.



Black color preview on #81D754 background

This text has black color on #81D754 background.


White color preview on #81D754 background

This text has white color on #81D754 background.