COLOR #81BE5D

HEX: #81BE5D
RGB: (129,190,93)

Color info

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

RGB color model

#81BE5D color RGB value is (129,190,93).

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

RGB channels and saturation

R 129 of 255 = 51%
G 190 of 255 = 75%
B 93 of 255 = 36%

129
190
93

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

Portions of RGB colors in percentages

R + G + B =
129 + 190 + 93 = 412 (100%)
R 129 of 412 ~ 31.31%
G 190 of 412 ~ 46.12%
B 93 of 412 ~ 22.57%

%31.31
%46.12
%22.57

CMYK color model

#81BE5D color CMYK value is (32,0,51,25).

  • cyan value is 32.11%
  • magenta value is 0.00%
  • yellow value is 51.05%
  • key color value is 25.49%
CMYK:
(32,0,51,25)
C32M0Y51K25 
(32%,0%,51%,25%)
(0.32/0.00/0.51/0.25)	

CMYK percentages

%32.11
%0
%51.05
%25.49

Codes

Color #81BE5D in popluar color models

81BE5D
RGB12919093
HSL98°42.73%55.49%
HSB/HSV98°51.05%74.51%
CMYK32.11%0.00%51.05%
25.49%

Color #81BE5D in popluar number systems.

HEX81BE5D
Decimal12919093
Binary10000001101111101011101
Octal201276135

Shades and tints

Shades of #81BE5D

#81BE5D
(129,190,93)
#76AD55
(118,173,85)
#6B9C4D
(107,156,77)
#608B45
(96,139,69)
#557A3D
(85,122,61)
#4A6935
(74,105,53)
#3F582D
(63,88,45)
#344725
(52,71,37)
#29361D
(41,54,29)
#1E2515
(30,37,21)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #81BE5D

#81BE5D
(129,190,93)
#8CC36B
(140,195,107)
#97C879
(151,200,121)
#A2CD87
(162,205,135)
#ADD295
(173,210,149)
#B8D7A3
(184,215,163)
#C3DCB1
(195,220,177)
#CEE1BF
(206,225,191)
#D9E6CD
(217,230,205)
#E4EBDB
(228,235,219)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81BE5D; }

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

This text font color is #81BE5D.


Background Color

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

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

This div background color is #81BE5D.


Border color

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

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

This div border color is #81BE5D.


Opacity

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

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

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

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

This text has shadow with #81BE5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81BE5D on black background.


Color preview on white background

This text has color #81BE5D on white background.



Black color preview on #81BE5D background

This text has black color on #81BE5D background.


White color preview on #81BE5D background

This text has white color on #81BE5D background.