COLOR #96CD80

HEX: #96CD80
RGB: (150,205,128)

Color info

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

RGB color model

#96CD80 color RGB value is (150,205,128).

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

RGB channels and saturation

R 150 of 255 = 59%
G 205 of 255 = 80%
B 128 of 255 = 50%

150
205
128

R + G + B ~ 63%. #96CD80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 205 + 128 = 483 (100%)
R 150 of 483 ~ 31.06%
G 205 of 483 ~ 42.44%
B 128 of 483 ~ 26.5%

%31.06
%42.44
%26.5

CMYK color model

#96CD80 color CMYK value is (27,0,38,20).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 37.56%
  • key color value is 19.61%
CMYK:
(27,0,38,20)
C27M0Y38K20 
(27%,0%,38%,20%)
(0.27/0.00/0.38/0.20)	

CMYK percentages

%26.83
%0
%37.56
%19.61

Codes

Color #96CD80 in popluar color models

96CD80
RGB150205128
HSL103°43.50%65.29%
HSB/HSV103°37.56%80.39%
CMYK26.83%0.00%37.56%
19.61%

Color #96CD80 in popluar number systems.

HEX96CD80
Decimal150205128
Binary100101101100110110000000
Octal226315200

Shades and tints

Shades of #96CD80

#96CD80
(150,205,128)
#89BB75
(137,187,117)
#7CA96A
(124,169,106)
#6F975F
(111,151,95)
#628554
(98,133,84)
#557349
(85,115,73)
#48613E
(72,97,62)
#3B4F33
(59,79,51)
#2E3D28
(46,61,40)
#212B1D
(33,43,29)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #96CD80

#96CD80
(150,205,128)
#9FD18B
(159,209,139)
#A8D596
(168,213,150)
#B1D9A1
(177,217,161)
#BADDAC
(186,221,172)
#C3E1B7
(195,225,183)
#CCE5C2
(204,229,194)
#D5E9CD
(213,233,205)
#DEEDD8
(222,237,216)
#E7F1E3
(231,241,227)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CD80; }

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

This text font color is #96CD80.


Background Color

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

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

This div background color is #96CD80.


Border color

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

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

This div border color is #96CD80.


Opacity

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

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

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

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

This text has shadow with #96CD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CD80 on black background.


Color preview on white background

This text has color #96CD80 on white background.



Black color preview on #96CD80 background

This text has black color on #96CD80 background.


White color preview on #96CD80 background

This text has white color on #96CD80 background.