COLOR #81C735

HEX: #81C735
RGB: (129,199,53)

Color info

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

RGB color model

#81C735 color RGB value is (129,199,53).

  • red value is 129;
  • green value is 199;
  • blue value is 53.
RGB:
(129,199,53)
(51%,78%,21%)

RGB channels and saturation

R 129 of 255 = 51%
G 199 of 255 = 78%
B 53 of 255 = 21%

129
199
53

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

Portions of RGB colors in percentages

R + G + B =
129 + 199 + 53 = 381 (100%)
R 129 of 381 ~ 33.86%
G 199 of 381 ~ 52.23%
B 53 of 381 ~ 13.91%

%33.86
%52.23
%13.91

CMYK color model

#81C735 color CMYK value is (35,0,73,22).

  • cyan value is 35.18%
  • magenta value is 0.00%
  • yellow value is 73.37%
  • key color value is 21.96%
CMYK:
(35,0,73,22)
C35M0Y73K22 
(35%,0%,73%,22%)
(0.35/0.00/0.73/0.22)	

CMYK percentages

%35.18
%0
%73.37
%21.96

Codes

Color #81C735 in popluar color models

81C735
RGB12919953
HSL89°57.94%49.41%
HSB/HSV89°73.37%78.04%
CMYK35.18%0.00%73.37%
21.96%

Color #81C735 in popluar number systems.

HEX81C735
Decimal12919953
Binary1000000111000111110101
Octal20130765

Shades and tints

Shades of #81C735

#81C735
(129,199,53)
#76B531
(118,181,49)
#6BA32D
(107,163,45)
#609129
(96,145,41)
#557F25
(85,127,37)
#4A6D21
(74,109,33)
#3F5B1D
(63,91,29)
#344919
(52,73,25)
#293715
(41,55,21)
#1E2511
(30,37,17)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #81C735

#81C735
(129,199,53)
#8CCC47
(140,204,71)
#97D159
(151,209,89)
#A2D66B
(162,214,107)
#ADDB7D
(173,219,125)
#B8E08F
(184,224,143)
#C3E5A1
(195,229,161)
#CEEAB3
(206,234,179)
#D9EFC5
(217,239,197)
#E4F4D7
(228,244,215)
#EFF9E9
(239,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81C735 color. Also use rgb(129,199,53) instead hex code.

Text Font Color

.myTextColor { color: #81C735; }

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

This text font color is #81C735.


Background Color

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

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

This div background color is #81C735.


Border color

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

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

This div border color is #81C735.


Opacity

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

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

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

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

This text has shadow with #81C735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81C735 on black background.


Color preview on white background

This text has color #81C735 on white background.



Black color preview on #81C735 background

This text has black color on #81C735 background.


White color preview on #81C735 background

This text has white color on #81C735 background.