COLOR #81B863

HEX: #81B863
RGB: (129,184,99)

Color info

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

RGB color model

#81B863 color RGB value is (129,184,99).

  • red value is 129;
  • green value is 184;
  • blue value is 99.
RGB:
(129,184,99)
(51%,72%,39%)

RGB channels and saturation

R 129 of 255 = 51%
G 184 of 255 = 72%
B 99 of 255 = 39%

129
184
99

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

Portions of RGB colors in percentages

R + G + B =
129 + 184 + 99 = 412 (100%)
R 129 of 412 ~ 31.31%
G 184 of 412 ~ 44.66%
B 99 of 412 ~ 24.03%

%31.31
%44.66
%24.03

CMYK color model

#81B863 color CMYK value is (30,0,46,28).

  • cyan value is 29.89%
  • magenta value is 0.00%
  • yellow value is 46.20%
  • key color value is 27.84%
CMYK:
(30,0,46,28)
C30M0Y46K28 
(30%,0%,46%,28%)
(0.30/0.00/0.46/0.28)	

CMYK percentages

%29.89
%0
%46.2
%27.84

Codes

Color #81B863 in popluar color models

81B863
RGB12918499
HSL99°37.44%55.49%
HSB/HSV99°46.20%72.16%
CMYK29.89%0.00%46.20%
27.84%

Color #81B863 in popluar number systems.

HEX81B863
Decimal12918499
Binary10000001101110001100011
Octal201270143

Shades and tints

Shades of #81B863

#81B863
(129,184,99)
#76A85A
(118,168,90)
#6B9851
(107,152,81)
#608848
(96,136,72)
#55783F
(85,120,63)
#4A6836
(74,104,54)
#3F582D
(63,88,45)
#344824
(52,72,36)
#29381B
(41,56,27)
#1E2812
(30,40,18)
#131809
(19,24,9)
#000000
(0,0,0)

Tints of #81B863

#81B863
(129,184,99)
#8CBE71
(140,190,113)
#97C47F
(151,196,127)
#A2CA8D
(162,202,141)
#ADD09B
(173,208,155)
#B8D6A9
(184,214,169)
#C3DCB7
(195,220,183)
#CEE2C5
(206,226,197)
#D9E8D3
(217,232,211)
#E4EEE1
(228,238,225)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B863 color. Also use rgb(129,184,99) instead hex code.

Text Font Color

.myTextColor { color: #81B863; }

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

This text font color is #81B863.


Background Color

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

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

This div background color is #81B863.


Border color

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

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

This div border color is #81B863.


Opacity

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

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

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

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

This text has shadow with #81B863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81B863 on black background.


Color preview on white background

This text has color #81B863 on white background.



Black color preview on #81B863 background

This text has black color on #81B863 background.


White color preview on #81B863 background

This text has white color on #81B863 background.