COLOR #91D465

HEX: #91D465
RGB: (145,212,101)

Color info

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

RGB color model

#91D465 color RGB value is (145,212,101).

  • red value is 145;
  • green value is 212;
  • blue value is 101.
RGB:
(145,212,101)
(57%,83%,40%)

RGB channels and saturation

R 145 of 255 = 57%
G 212 of 255 = 83%
B 101 of 255 = 40%

145
212
101

R + G + B ~ 60%. #91D465 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 212 + 101 = 458 (100%)
R 145 of 458 ~ 31.66%
G 212 of 458 ~ 46.29%
B 101 of 458 ~ 22.05%

%31.66
%46.29
%22.05

CMYK color model

#91D465 color CMYK value is (32,0,52,17).

  • cyan value is 31.60%
  • magenta value is 0.00%
  • yellow value is 52.36%
  • key color value is 16.86%
CMYK:
(32,0,52,17)
C32M0Y52K17 
(32%,0%,52%,17%)
(0.32/0.00/0.52/0.17)	

CMYK percentages

%31.6
%0
%52.36
%16.86

Codes

Color #91D465 in popluar color models

91D465
RGB145212101
HSL96°56.35%61.37%
HSB/HSV96°52.36%83.14%
CMYK31.60%0.00%52.36%
16.86%

Color #91D465 in popluar number systems.

HEX91D465
Decimal145212101
Binary10010001110101001100101
Octal221324145

Shades and tints

Shades of #91D465

#91D465
(145,212,101)
#84C15C
(132,193,92)
#77AE53
(119,174,83)
#6A9B4A
(106,155,74)
#5D8841
(93,136,65)
#507538
(80,117,56)
#43622F
(67,98,47)
#364F26
(54,79,38)
#293C1D
(41,60,29)
#1C2914
(28,41,20)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #91D465

#91D465
(145,212,101)
#9BD773
(155,215,115)
#A5DA81
(165,218,129)
#AFDD8F
(175,221,143)
#B9E09D
(185,224,157)
#C3E3AB
(195,227,171)
#CDE6B9
(205,230,185)
#D7E9C7
(215,233,199)
#E1ECD5
(225,236,213)
#EBEFE3
(235,239,227)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91D465 color. Also use rgb(145,212,101) instead hex code.

Text Font Color

.myTextColor { color: #91D465; }

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

This text font color is #91D465.


Background Color

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

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

This div background color is #91D465.


Border color

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

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

This div border color is #91D465.


Opacity

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

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

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

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

This text has shadow with #91D465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91D465 on black background.


Color preview on white background

This text has color #91D465 on white background.



Black color preview on #91D465 background

This text has black color on #91D465 background.


White color preview on #91D465 background

This text has white color on #91D465 background.