COLOR #81BC61

HEX: #81BC61
RGB: (129,188,97)

Color info

#81BC61 contains mainly red and green colors. Web safe color of #81BC61 is #99CC66 (or #9C6).

RGB color model

#81BC61 color RGB value is (129,188,97).

  • red value is 129;
  • green value is 188;
  • blue value is 97.
RGB:
(129,188,97)
(51%,74%,38%)

RGB channels and saturation

R 129 of 255 = 51%
G 188 of 255 = 74%
B 97 of 255 = 38%

129
188
97

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

Portions of RGB colors in percentages

R + G + B =
129 + 188 + 97 = 414 (100%)
R 129 of 414 ~ 31.16%
G 188 of 414 ~ 45.41%
B 97 of 414 ~ 23.43%

%31.16
%45.41
%23.43

CMYK color model

#81BC61 color CMYK value is (31,0,48,26).

  • cyan value is 31.38%
  • magenta value is 0.00%
  • yellow value is 48.40%
  • key color value is 26.27%
CMYK:
(31,0,48,26)
C31M0Y48K26 
(31%,0%,48%,26%)
(0.31/0.00/0.48/0.26)	

CMYK percentages

%31.38
%0
%48.4
%26.27

Codes

Color #81BC61 in popluar color models

81BC61
RGB12918897
HSL99°40.44%55.88%
HSB/HSV99°48.40%73.73%
CMYK31.38%0.00%48.40%
26.27%

Color #81BC61 in popluar number systems.

HEX81BC61
Decimal12918897
Binary10000001101111001100001
Octal201274141

Shades and tints

Shades of #81BC61

#81BC61
(129,188,97)
#76AB59
(118,171,89)
#6B9A51
(107,154,81)
#608949
(96,137,73)
#557841
(85,120,65)
#4A6739
(74,103,57)
#3F5631
(63,86,49)
#344529
(52,69,41)
#293421
(41,52,33)
#1E2319
(30,35,25)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #81BC61

#81BC61
(129,188,97)
#8CC26F
(140,194,111)
#97C87D
(151,200,125)
#A2CE8B
(162,206,139)
#ADD499
(173,212,153)
#B8DAA7
(184,218,167)
#C3E0B5
(195,224,181)
#CEE6C3
(206,230,195)
#D9ECD1
(217,236,209)
#E4F2DF
(228,242,223)
#EFF8ED
(239,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81BC61 color. Also use rgb(129,188,97) instead hex code.

Text Font Color

.myTextColor { color: #81BC61; }

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

This text font color is #81BC61.


Background Color

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

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

This div background color is #81BC61.


Border color

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

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

This div border color is #81BC61.


Opacity

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

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

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

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

This text has shadow with #81BC61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81BC61 on black background.


Color preview on white background

This text has color #81BC61 on white background.



Black color preview on #81BC61 background

This text has black color on #81BC61 background.


White color preview on #81BC61 background

This text has white color on #81BC61 background.