COLOR #96CE49

HEX: #96CE49
RGB: (150,206,73)

Color info

#96CE49 contains mainly red and green colors. Web safe color of #96CE49 is #99CC33 (or #9C3).

RGB color model

#96CE49 color RGB value is (150,206,73).

  • red value is 150;
  • green value is 206;
  • blue value is 73.
RGB:
(150,206,73)
(59%,81%,29%)

RGB channels and saturation

R 150 of 255 = 59%
G 206 of 255 = 81%
B 73 of 255 = 29%

150
206
73

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

Portions of RGB colors in percentages

R + G + B =
150 + 206 + 73 = 429 (100%)
R 150 of 429 ~ 34.97%
G 206 of 429 ~ 48.02%
B 73 of 429 ~ 17.02%

%34.97
%48.02
%17.02

CMYK color model

#96CE49 color CMYK value is (27,0,65,19).

  • cyan value is 27.18%
  • magenta value is 0.00%
  • yellow value is 64.56%
  • key color value is 19.22%
CMYK:
(27,0,65,19)
C27M0Y65K19 
(27%,0%,65%,19%)
(0.27/0.00/0.65/0.19)	

CMYK percentages

%27.18
%0
%64.56
%19.22

Codes

Color #96CE49 in popluar color models

96CE49
RGB15020673
HSL85°57.58%54.71%
HSB/HSV85°64.56%80.78%
CMYK27.18%0.00%64.56%
19.22%

Color #96CE49 in popluar number systems.

HEX96CE49
Decimal15020673
Binary10010110110011101001001
Octal226316111

Shades and tints

Shades of #96CE49

#96CE49
(150,206,73)
#89BC43
(137,188,67)
#7CAA3D
(124,170,61)
#6F9837
(111,152,55)
#628631
(98,134,49)
#55742B
(85,116,43)
#486225
(72,98,37)
#3B501F
(59,80,31)
#2E3E19
(46,62,25)
#212C13
(33,44,19)
#141A0D
(20,26,13)
#000000
(0,0,0)

Tints of #96CE49

#96CE49
(150,206,73)
#9FD259
(159,210,89)
#A8D669
(168,214,105)
#B1DA79
(177,218,121)
#BADE89
(186,222,137)
#C3E299
(195,226,153)
#CCE6A9
(204,230,169)
#D5EAB9
(213,234,185)
#DEEEC9
(222,238,201)
#E7F2D9
(231,242,217)
#F0F6E9
(240,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CE49 color. Also use rgb(150,206,73) instead hex code.

Text Font Color

.myTextColor { color: #96CE49; }

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

This text font color is #96CE49.


Background Color

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

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

This div background color is #96CE49.


Border color

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

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

This div border color is #96CE49.


Opacity

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

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

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

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

This text has shadow with #96CE49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CE49 on black background.


Color preview on white background

This text has color #96CE49 on white background.



Black color preview on #96CE49 background

This text has black color on #96CE49 background.


White color preview on #96CE49 background

This text has white color on #96CE49 background.