COLOR #91CC7D

HEX: #91CC7D
RGB: (145,204,125)

Color info

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

RGB color model

#91CC7D color RGB value is (145,204,125).

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

RGB channels and saturation

R 145 of 255 = 57%
G 204 of 255 = 80%
B 125 of 255 = 49%

145
204
125

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

Portions of RGB colors in percentages

R + G + B =
145 + 204 + 125 = 474 (100%)
R 145 of 474 ~ 30.59%
G 204 of 474 ~ 43.04%
B 125 of 474 ~ 26.37%

%30.59
%43.04
%26.37

CMYK color model

#91CC7D color CMYK value is (29,0,39,20).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 38.73%
  • key color value is 20.00%
CMYK:
(29,0,39,20)
C29M0Y39K20 
(29%,0%,39%,20%)
(0.29/0.00/0.39/0.20)	

CMYK percentages

%28.92
%0
%38.73
%20

Codes

Color #91CC7D in popluar color models

91CC7D
RGB145204125
HSL105°43.65%64.51%
HSB/HSV105°38.73%80.00%
CMYK28.92%0.00%38.73%
20.00%

Color #91CC7D in popluar number systems.

HEX91CC7D
Decimal145204125
Binary10010001110011001111101
Octal221314175

Shades and tints

Shades of #91CC7D

#91CC7D
(145,204,125)
#84BA72
(132,186,114)
#77A867
(119,168,103)
#6A965C
(106,150,92)
#5D8451
(93,132,81)
#507246
(80,114,70)
#43603B
(67,96,59)
#364E30
(54,78,48)
#293C25
(41,60,37)
#1C2A1A
(28,42,26)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #91CC7D

#91CC7D
(145,204,125)
#9BD088
(155,208,136)
#A5D493
(165,212,147)
#AFD89E
(175,216,158)
#B9DCA9
(185,220,169)
#C3E0B4
(195,224,180)
#CDE4BF
(205,228,191)
#D7E8CA
(215,232,202)
#E1ECD5
(225,236,213)
#EBF0E0
(235,240,224)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91CC7D; }

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

This text font color is #91CC7D.


Background Color

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

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

This div background color is #91CC7D.


Border color

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

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

This div border color is #91CC7D.


Opacity

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

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

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

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

This text has shadow with #91CC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91CC7D on black background.


Color preview on white background

This text has color #91CC7D on white background.



Black color preview on #91CC7D background

This text has black color on #91CC7D background.


White color preview on #91CC7D background

This text has white color on #91CC7D background.