COLOR #91D992

HEX: #91D992
RGB: (145,217,146)

Color info

#91D992 contains mainly green color. Web safe color of #91D992 is #99CC99 (or #9C9).

RGB color model

#91D992 color RGB value is (145,217,146).

  • red value is 145;
  • green value is 217;
  • blue value is 146.
RGB:
(145,217,146)
(57%,85%,57%)

RGB channels and saturation

R 145 of 255 = 57%
G 217 of 255 = 85%
B 146 of 255 = 57%

145
217
146

R + G + B ~ 66%. #91D992 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 217 + 146 = 508 (100%)
R 145 of 508 ~ 28.54%
G 217 of 508 ~ 42.72%
B 146 of 508 ~ 28.74%

%28.54
%42.72
%28.74

CMYK color model

#91D992 color CMYK value is (33,0,33,15).

  • cyan value is 33.18%
  • magenta value is 0.00%
  • yellow value is 32.72%
  • key color value is 14.90%
CMYK:
(33,0,33,15)
C33M0Y33K15 
(33%,0%,33%,15%)
(0.33/0.00/0.33/0.15)	

CMYK percentages

%33.18
%0
%32.72
%14.9

Codes

Color #91D992 in popluar color models

91D992
RGB145217146
HSL121°48.65%70.98%
HSB/HSV121°33.18%85.10%
CMYK33.18%0.00%32.72%
14.90%

Color #91D992 in popluar number systems.

HEX91D992
Decimal145217146
Binary100100011101100110010010
Octal221331222

Shades and tints

Shades of #91D992

#91D992
(145,217,146)
#84C685
(132,198,133)
#77B378
(119,179,120)
#6AA06B
(106,160,107)
#5D8D5E
(93,141,94)
#507A51
(80,122,81)
#436744
(67,103,68)
#365437
(54,84,55)
#29412A
(41,65,42)
#1C2E1D
(28,46,29)
#0F1B10
(15,27,16)
#000000
(0,0,0)

Tints of #91D992

#91D992
(145,217,146)
#9BDC9B
(155,220,155)
#A5DFA4
(165,223,164)
#AFE2AD
(175,226,173)
#B9E5B6
(185,229,182)
#C3E8BF
(195,232,191)
#CDEBC8
(205,235,200)
#D7EED1
(215,238,209)
#E1F1DA
(225,241,218)
#EBF4E3
(235,244,227)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91D992 color. Also use rgb(145,217,146) instead hex code.

Text Font Color

.myTextColor { color: #91D992; }

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

This text font color is #91D992.


Background Color

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

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

This div background color is #91D992.


Border color

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

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

This div border color is #91D992.


Opacity

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

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

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

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

This text has shadow with #91D992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91D992 on black background.


Color preview on white background

This text has color #91D992 on white background.



Black color preview on #91D992 background

This text has black color on #91D992 background.


White color preview on #91D992 background

This text has white color on #91D992 background.