COLOR #96DD5B

HEX: #96DD5B RGB: (150,221,91)

Color info

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

RGB color model

#96DD5B color RGB value is (150,221,91).

RGB: (150,221,91) (59%, 87%, 36%)

RGB channels and saturation

R 150 of 255 = 59%
G 221 of 255 = 87%
B 91 of 255 = 36%

150
221
91

R + G + B ~ 61%. #96DD5B is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 221 + 91 = 462 (100%)
R 150 of 462 ~ 32.47%
G 221 of 462 ~ 47.84%
B 91 of 462 ~ 19.7'%

%32.47
%47.84
%19.7

CMYK color model

#96DD5B color CMYK value is (32,0,59,13).

  • cyan value is 32.13%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 13.33%

CMYK: (32,0,59,13)
C32M0Y59K13 (32%, 0%, 59%, 13%)
(0.32 / 0.00 / 0.59 / 0.13)

CMYK percentages

%32.13
%0
%58.82
%13.33

Codes

Color #96DD5B in popluar color models

96 DD 5B
RGB 150 221 91
HSL 93° 65.66% 61.18%
HSB/HSV 93° 58.82% 86.67%
CMYK 32.13% 0.00% 58.82%
13.33%

Color #96DD5B in popluar number systems.

HEX 96 DD 5B
Decimal 150 221 91
Binary 10010110 11011101 1011011
Octal 226 335 133

Shades and tints

Shades of #96DD5B

#96DD5B
(150,221,91)
#89C953
(137,201,83)
#7CB54B
(124,181,75)
#6FA143
(111,161,67)
#628D3B
(98,141,59)
#557933
(85,121,51)
#48652B
(72,101,43)
#3B5123
(59,81,35)
#2E3D1B
(46,61,27)
#212913
(33,41,19)
#14150B
(20,21,11)
#000000
(0,0,0)

Tints of #96DD5B

#96DD5B
(150,221,91)
#9FE069
(159,224,105)
#A8E377
(168,227,119)
#B1E685
(177,230,133)
#BAE993
(186,233,147)
#C3ECA1
(195,236,161)
#CCEFAF
(204,239,175)
#D5F2BD
(213,242,189)
#DEF5CB
(222,245,203)
#E7F8D9
(231,248,217)
#F0FBE7
(240,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DD5B color. Also use rgb(150,221,91) instead hex code.

Text Font Color

.myTextColor { color: #96DD5B; }

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

This text font color is #96DD5B.

Background Color

.myBgColor { background-color: #96DD5B; }

<div style="background-color:#96DD5B">Inner text</div>

This div background color is #96DD5B.

Border color

.myBorderColor { border: 1px solid #96DD5B; }

<div style="border:3px solid #96DD5B">Div</div>

This div border color is #96DD5B.

Opacity

.myOpacity80 { color: #96DD5B; opacity: 0.8; }

<p style="color:#96DD5B;opacity:0.8;">80%</p>

Text with #96DD5B 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 #96DD5B;}

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

This text has shadow with #96DD5B color.


.textShadow {text-shadow: 3px 3px 1px #96DD5B', 3px 3px 1px red;}

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

This text has shadow with #96DD5B primary color and red secondary color.


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

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

This text has shadow with #96DD5B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96DD5B; -webkit-box-shadow: 1px 1px 3px 2px #96DD5B; box-shadow:1px 1px 3px 2px #96DD5B;">
Div content here
</div>

This div box has shadow with color #96DD5B.

Preview

Color preview on black background

This text has color #96DD5B on black background.


Color preview on white background

This text has color #96DD5B on white background.


Black color preview on #96DD5B background

This text has black color on #96DD5B background.


White color preview on #96DD5B background

This text has white color on #96DD5B background.


Related colors

Complementary color

Complementary color for #hex is #6922A4.


I love getcolorcode.com

Triadic colors

1 #5B96DD and #DD5B96 with #96DD5B are triadic colors.

2 #5BDD96 and #DD965B with #96DD5B are triadic colors.