COLOR #91CC80

HEX: #91CC80
RGB: (145,204,128)

Color info

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

RGB color model

#91CC80 color RGB value is (145,204,128).

  • red value is 145;
  • green value is 204;
  • blue value is 128.
RGB:
(145,204,128)
(57%,80%,50%)

RGB channels and saturation

R 145 of 255 = 57%
G 204 of 255 = 80%
B 128 of 255 = 50%

145
204
128

R + G + B ~ 62%. #91CC80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 204 + 128 = 477 (100%)
R 145 of 477 ~ 30.4%
G 204 of 477 ~ 42.77%
B 128 of 477 ~ 26.83%

%30.4
%42.77
%26.83

CMYK color model

#91CC80 color CMYK value is (29,0,37,20).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 20.00%
CMYK:
(29,0,37,20)
C29M0Y37K20 
(29%,0%,37%,20%)
(0.29/0.00/0.37/0.20)	

CMYK percentages

%28.92
%0
%37.25
%20

Codes

Color #91CC80 in popluar color models

91CC80
RGB145204128
HSL107°42.70%65.10%
HSB/HSV107°37.25%80.00%
CMYK28.92%0.00%37.25%
20.00%

Color #91CC80 in popluar number systems.

HEX91CC80
Decimal145204128
Binary100100011100110010000000
Octal221314200

Shades and tints

Shades of #91CC80

#91CC80
(145,204,128)
#84BA75
(132,186,117)
#77A86A
(119,168,106)
#6A965F
(106,150,95)
#5D8454
(93,132,84)
#507249
(80,114,73)
#43603E
(67,96,62)
#364E33
(54,78,51)
#293C28
(41,60,40)
#1C2A1D
(28,42,29)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #91CC80

#91CC80
(145,204,128)
#9BD08B
(155,208,139)
#A5D496
(165,212,150)
#AFD8A1
(175,216,161)
#B9DCAC
(185,220,172)
#C3E0B7
(195,224,183)
#CDE4C2
(205,228,194)
#D7E8CD
(215,232,205)
#E1ECD8
(225,236,216)
#EBF0E3
(235,240,227)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91CC80 color. Also use rgb(145,204,128) instead hex code.

Text Font Color

.myTextColor { color: #91CC80; }

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

This text font color is #91CC80.


Background Color

.myBgColor { background-color: #91CC80; }

<div style="background-color:#91CC80">Inner text</div>

This div background color is #91CC80.


Border color

.myBorderColor { border: 1px solid #91CC80; }

<div style="border:3px solid #91CC80">Div</div>

This div border color is #91CC80.


Opacity

.myOpacity80 { color: #91CC80; opacity: 0.8; }

<p style="color:#91CC80;opacity:0.8;">80%</p>

Text with #91CC80 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 #91CC80;}

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

This text has shadow with #91CC80 color.

.textShadow {text-shadow: 3px 3px 1px #91CC80, 3px 3px 1px red;}

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

This text has shadow with #91CC80 primary color and red secondary color.


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

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

This text has shadow with #91CC80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91CC80 on black background.


Color preview on white background

This text has color #91CC80 on white background.



Black color preview on #91CC80 background

This text has black color on #91CC80 background.


White color preview on #91CC80 background

This text has white color on #91CC80 background.