COLOR #81BE60

HEX: #81BE60 RGB: (129,190,96)

Color info

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

RGB color model

#81BE60 color RGB value is (129,190,96).

RGB: (129,190,96) (51%, 75%, 38%)

RGB channels and saturation

R 129 of 255 = 51%
G 190 of 255 = 75%
B 96 of 255 = 38%

129
190
96

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

Portions of RGB colors in percentages

R + G + B = 129 + 190 + 96 = 415 (100%)
R 129 of 415 ~ 31.08%
G 190 of 415 ~ 45.78%
B 96 of 415 ~ 23.13'%

%31.08
%45.78
%23.13

CMYK color model

#81BE60 color CMYK value is (32,0,49,25).

  • cyan value is 32.11%
  • magenta value is 0.00%
  • yellow value is 49.47%
  • key color value is 25.49%

CMYK: (32,0,49,25)
C32M0Y49K25 (32%, 0%, 49%, 25%)
(0.32 / 0.00 / 0.49 / 0.25)

CMYK percentages

%32.11
%0
%49.47
%25.49

Codes

Color #81BE60 in popluar color models

81 BE 60
RGB 129 190 96
HSL 99° 41.96% 56.08%
HSB/HSV 99° 49.47% 74.51%
CMYK 32.11% 0.00% 49.47%
25.49%

Color #81BE60 in popluar number systems.

HEX 81 BE 60
Decimal 129 190 96
Binary 10000001 10111110 1100000
Octal 201 276 140

Shades and tints

Shades of #81BE60

#81BE60
(129,190,96)
#76AD58
(118,173,88)
#6B9C50
(107,156,80)
#608B48
(96,139,72)
#557A40
(85,122,64)
#4A6938
(74,105,56)
#3F5830
(63,88,48)
#344728
(52,71,40)
#293620
(41,54,32)
#1E2518
(30,37,24)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #81BE60

#81BE60
(129,190,96)
#8CC36E
(140,195,110)
#97C87C
(151,200,124)
#A2CD8A
(162,205,138)
#ADD298
(173,210,152)
#B8D7A6
(184,215,166)
#C3DCB4
(195,220,180)
#CEE1C2
(206,225,194)
#D9E6D0
(217,230,208)
#E4EBDE
(228,235,222)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81BE60; }

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

This text font color is #81BE60.

Background Color

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

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

This div background color is #81BE60.

Border color

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

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

This div border color is #81BE60.

Opacity

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

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

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

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

This text has shadow with #81BE60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81BE60.

Preview

Color preview on black background

This text has color #81BE60 on black background.


Color preview on white background

This text has color #81BE60 on white background.


Black color preview on #81BE60 background

This text has black color on #81BE60 background.


White color preview on #81BE60 background

This text has white color on #81BE60 background.


Related colors

Complementary color

Complementary color for #hex is #7E419F.


I love getcolorcode.com

Triadic colors

1 #6081BE and #BE6081 with #81BE60 are triadic colors.

2 #60BE81 and #BE8160 with #81BE60 are triadic colors.