COLOR #96CD55

HEX: #96CD55
RGB: (150,205,85)

Color info

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

RGB color model

#96CD55 color RGB value is (150,205,85).

  • red value is 150;
  • green value is 205;
  • blue value is 85.
RGB:
(150,205,85)
(59%,80%,33%)

RGB channels and saturation

R 150 of 255 = 59%
G 205 of 255 = 80%
B 85 of 255 = 33%

150
205
85

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

Portions of RGB colors in percentages

R + G + B =
150 + 205 + 85 = 440 (100%)
R 150 of 440 ~ 34.09%
G 205 of 440 ~ 46.59%
B 85 of 440 ~ 19.32%

%34.09
%46.59
%19.32

CMYK color model

#96CD55 color CMYK value is (27,0,59,20).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 58.54%
  • key color value is 19.61%
CMYK:
(27,0,59,20)
C27M0Y59K20 
(27%,0%,59%,20%)
(0.27/0.00/0.59/0.20)	

CMYK percentages

%26.83
%0
%58.54
%19.61

Codes

Color #96CD55 in popluar color models

96CD55
RGB15020585
HSL88°54.55%56.86%
HSB/HSV88°58.54%80.39%
CMYK26.83%0.00%58.54%
19.61%

Color #96CD55 in popluar number systems.

HEX96CD55
Decimal15020585
Binary10010110110011011010101
Octal226315125

Shades and tints

Shades of #96CD55

#96CD55
(150,205,85)
#89BB4E
(137,187,78)
#7CA947
(124,169,71)
#6F9740
(111,151,64)
#628539
(98,133,57)
#557332
(85,115,50)
#48612B
(72,97,43)
#3B4F24
(59,79,36)
#2E3D1D
(46,61,29)
#212B16
(33,43,22)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #96CD55

#96CD55
(150,205,85)
#9FD164
(159,209,100)
#A8D573
(168,213,115)
#B1D982
(177,217,130)
#BADD91
(186,221,145)
#C3E1A0
(195,225,160)
#CCE5AF
(204,229,175)
#D5E9BE
(213,233,190)
#DEEDCD
(222,237,205)
#E7F1DC
(231,241,220)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CD55 color. Also use rgb(150,205,85) instead hex code.

Text Font Color

.myTextColor { color: #96CD55; }

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

This text font color is #96CD55.


Background Color

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

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

This div background color is #96CD55.


Border color

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

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

This div border color is #96CD55.


Opacity

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

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

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

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

This text has shadow with #96CD55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CD55 on black background.


Color preview on white background

This text has color #96CD55 on white background.



Black color preview on #96CD55 background

This text has black color on #96CD55 background.


White color preview on #96CD55 background

This text has white color on #96CD55 background.