COLOR #91CC74

HEX: #91CC74
RGB: (145,204,116)

Color info

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

RGB color model

#91CC74 color RGB value is (145,204,116).

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

RGB channels and saturation

R 145 of 255 = 57%
G 204 of 255 = 80%
B 116 of 255 = 45%

145
204
116

R + G + B ~ 61%. #91CC74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 204 + 116 = 465 (100%)
R 145 of 465 ~ 31.18%
G 204 of 465 ~ 43.87%
B 116 of 465 ~ 24.95%

%31.18
%43.87
%24.95

CMYK color model

#91CC74 color CMYK value is (29,0,43,20).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 43.14%
  • key color value is 20.00%
CMYK:
(29,0,43,20)
C29M0Y43K20 
(29%,0%,43%,20%)
(0.29/0.00/0.43/0.20)	

CMYK percentages

%28.92
%0
%43.14
%20

Codes

Color #91CC74 in popluar color models

91CC74
RGB145204116
HSL100°46.32%62.75%
HSB/HSV100°43.14%80.00%
CMYK28.92%0.00%43.14%
20.00%

Color #91CC74 in popluar number systems.

HEX91CC74
Decimal145204116
Binary10010001110011001110100
Octal221314164

Shades and tints

Shades of #91CC74

#91CC74
(145,204,116)
#84BA6A
(132,186,106)
#77A860
(119,168,96)
#6A9656
(106,150,86)
#5D844C
(93,132,76)
#507242
(80,114,66)
#436038
(67,96,56)
#364E2E
(54,78,46)
#293C24
(41,60,36)
#1C2A1A
(28,42,26)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #91CC74

#91CC74
(145,204,116)
#9BD080
(155,208,128)
#A5D48C
(165,212,140)
#AFD898
(175,216,152)
#B9DCA4
(185,220,164)
#C3E0B0
(195,224,176)
#CDE4BC
(205,228,188)
#D7E8C8
(215,232,200)
#E1ECD4
(225,236,212)
#EBF0E0
(235,240,224)
#F5F4EC
(245,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91CC74; }

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

This text font color is #91CC74.


Background Color

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

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

This div background color is #91CC74.


Border color

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

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

This div border color is #91CC74.


Opacity

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

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

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

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

This text has shadow with #91CC74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91CC74 on black background.


Color preview on white background

This text has color #91CC74 on white background.



Black color preview on #91CC74 background

This text has black color on #91CC74 background.


White color preview on #91CC74 background

This text has white color on #91CC74 background.