COLOR #81BE4C

HEX: #81BE4C
RGB: (129,190,76)

Color info

#81BE4C contains mainly green color. Web safe color of #81BE4C is #99CC33 (or #9C3).

RGB color model

#81BE4C color RGB value is (129,190,76).

  • red value is 129;
  • green value is 190;
  • blue value is 76.
RGB:
(129,190,76)
(51%,75%,30%)

RGB channels and saturation

R 129 of 255 = 51%
G 190 of 255 = 75%
B 76 of 255 = 30%

129
190
76

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

Portions of RGB colors in percentages

R + G + B =
129 + 190 + 76 = 395 (100%)
R 129 of 395 ~ 32.66%
G 190 of 395 ~ 48.1%
B 76 of 395 ~ 19.24%

%32.66
%48.1
%19.24

CMYK color model

#81BE4C color CMYK value is (32,0,60,25).

  • cyan value is 32.11%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 25.49%
CMYK:
(32,0,60,25)
C32M0Y60K25 
(32%,0%,60%,25%)
(0.32/0.00/0.60/0.25)	

CMYK percentages

%32.11
%0
%60
%25.49

Codes

Color #81BE4C in popluar color models

81BE4C
RGB12919076
HSL92°46.72%52.16%
HSB/HSV92°60.00%74.51%
CMYK32.11%0.00%60.00%
25.49%

Color #81BE4C in popluar number systems.

HEX81BE4C
Decimal12919076
Binary10000001101111101001100
Octal201276114

Shades and tints

Shades of #81BE4C

#81BE4C
(129,190,76)
#76AD46
(118,173,70)
#6B9C40
(107,156,64)
#608B3A
(96,139,58)
#557A34
(85,122,52)
#4A692E
(74,105,46)
#3F5828
(63,88,40)
#344722
(52,71,34)
#29361C
(41,54,28)
#1E2516
(30,37,22)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #81BE4C

#81BE4C
(129,190,76)
#8CC35C
(140,195,92)
#97C86C
(151,200,108)
#A2CD7C
(162,205,124)
#ADD28C
(173,210,140)
#B8D79C
(184,215,156)
#C3DCAC
(195,220,172)
#CEE1BC
(206,225,188)
#D9E6CC
(217,230,204)
#E4EBDC
(228,235,220)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81BE4C color. Also use rgb(129,190,76) instead hex code.

Text Font Color

.myTextColor { color: #81BE4C; }

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

This text font color is #81BE4C.


Background Color

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

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

This div background color is #81BE4C.


Border color

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

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

This div border color is #81BE4C.


Opacity

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

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

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

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

This text has shadow with #81BE4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81BE4C on black background.


Color preview on white background

This text has color #81BE4C on white background.



Black color preview on #81BE4C background

This text has black color on #81BE4C background.


White color preview on #81BE4C background

This text has white color on #81BE4C background.