COLOR #96DD59

HEX: #96DD59
RGB: (150,221,89)

Color info

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

RGB color model

#96DD59 color RGB value is (150,221,89).

  • red value is 150;
  • green value is 221;
  • blue value is 89.
RGB:
(150,221,89)
(59%,87%,35%)

RGB channels and saturation

R 150 of 255 = 59%
G 221 of 255 = 87%
B 89 of 255 = 35%

150
221
89

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

Portions of RGB colors in percentages

R + G + B =
150 + 221 + 89 = 460 (100%)
R 150 of 460 ~ 32.61%
G 221 of 460 ~ 48.04%
B 89 of 460 ~ 19.35%

%32.61
%48.04
%19.35

CMYK color model

#96DD59 color CMYK value is (32,0,60,13).

  • cyan value is 32.13%
  • magenta value is 0.00%
  • yellow value is 59.73%
  • key color value is 13.33%
CMYK:
(32,0,60,13)
C32M0Y60K13 
(32%,0%,60%,13%)
(0.32/0.00/0.60/0.13)	

CMYK percentages

%32.13
%0
%59.73
%13.33

Codes

Color #96DD59 in popluar color models

96DD59
RGB15022189
HSL92°66.00%60.78%
HSB/HSV92°59.73%86.67%
CMYK32.13%0.00%59.73%
13.33%

Color #96DD59 in popluar number systems.

HEX96DD59
Decimal15022189
Binary10010110110111011011001
Octal226335131

Shades and tints

Shades of #96DD59

#96DD59
(150,221,89)
#89C951
(137,201,81)
#7CB549
(124,181,73)
#6FA141
(111,161,65)
#628D39
(98,141,57)
#557931
(85,121,49)
#486529
(72,101,41)
#3B5121
(59,81,33)
#2E3D19
(46,61,25)
#212911
(33,41,17)
#141509
(20,21,9)
#000000
(0,0,0)

Tints of #96DD59

#96DD59
(150,221,89)
#9FE068
(159,224,104)
#A8E377
(168,227,119)
#B1E686
(177,230,134)
#BAE995
(186,233,149)
#C3ECA4
(195,236,164)
#CCEFB3
(204,239,179)
#D5F2C2
(213,242,194)
#DEF5D1
(222,245,209)
#E7F8E0
(231,248,224)
#F0FBEF
(240,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96DD59; }

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

This text font color is #96DD59.


Background Color

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

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

This div background color is #96DD59.


Border color

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

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

This div border color is #96DD59.


Opacity

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

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

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

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

This text has shadow with #96DD59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DD59 on black background.


Color preview on white background

This text has color #96DD59 on white background.



Black color preview on #96DD59 background

This text has black color on #96DD59 background.


White color preview on #96DD59 background

This text has white color on #96DD59 background.