COLOR #81C558

HEX: #81C558
RGB: (129,197,88)

Color info

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

RGB color model

#81C558 color RGB value is (129,197,88).

  • red value is 129;
  • green value is 197;
  • blue value is 88.
RGB:
(129,197,88)
(51%,77%,35%)

RGB channels and saturation

R 129 of 255 = 51%
G 197 of 255 = 77%
B 88 of 255 = 35%

129
197
88

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

Portions of RGB colors in percentages

R + G + B =
129 + 197 + 88 = 414 (100%)
R 129 of 414 ~ 31.16%
G 197 of 414 ~ 47.58%
B 88 of 414 ~ 21.26%

%31.16
%47.58
%21.26

CMYK color model

#81C558 color CMYK value is (35,0,55,23).

  • cyan value is 34.52%
  • magenta value is 0.00%
  • yellow value is 55.33%
  • key color value is 22.75%
CMYK:
(35,0,55,23)
C35M0Y55K23 
(35%,0%,55%,23%)
(0.35/0.00/0.55/0.23)	

CMYK percentages

%34.52
%0
%55.33
%22.75

Codes

Color #81C558 in popluar color models

81C558
RGB12919788
HSL97°48.44%55.88%
HSB/HSV97°55.33%77.25%
CMYK34.52%0.00%55.33%
22.75%

Color #81C558 in popluar number systems.

HEX81C558
Decimal12919788
Binary10000001110001011011000
Octal201305130

Shades and tints

Shades of #81C558

#81C558
(129,197,88)
#76B450
(118,180,80)
#6BA348
(107,163,72)
#609240
(96,146,64)
#558138
(85,129,56)
#4A7030
(74,112,48)
#3F5F28
(63,95,40)
#344E20
(52,78,32)
#293D18
(41,61,24)
#1E2C10
(30,44,16)
#131B08
(19,27,8)
#000000
(0,0,0)

Tints of #81C558

#81C558
(129,197,88)
#8CCA67
(140,202,103)
#97CF76
(151,207,118)
#A2D485
(162,212,133)
#ADD994
(173,217,148)
#B8DEA3
(184,222,163)
#C3E3B2
(195,227,178)
#CEE8C1
(206,232,193)
#D9EDD0
(217,237,208)
#E4F2DF
(228,242,223)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81C558 color. Also use rgb(129,197,88) instead hex code.

Text Font Color

.myTextColor { color: #81C558; }

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

This text font color is #81C558.


Background Color

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

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

This div background color is #81C558.


Border color

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

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

This div border color is #81C558.


Opacity

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

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

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

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

This text has shadow with #81C558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81C558 on black background.


Color preview on white background

This text has color #81C558 on white background.



Black color preview on #81C558 background

This text has black color on #81C558 background.


White color preview on #81C558 background

This text has white color on #81C558 background.