COLOR #96DB47

HEX: #96DB47
RGB: (150,219,71)

Color info

#96DB47 contains mainly green color. Web safe color of #96DB47 is #99CC33 (or #9C3).

RGB color model

#96DB47 color RGB value is (150,219,71).

  • red value is 150;
  • green value is 219;
  • blue value is 71.
RGB:
(150,219,71)
(59%,86%,28%)

RGB channels and saturation

R 150 of 255 = 59%
G 219 of 255 = 86%
B 71 of 255 = 28%

150
219
71

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

Portions of RGB colors in percentages

R + G + B =
150 + 219 + 71 = 440 (100%)
R 150 of 440 ~ 34.09%
G 219 of 440 ~ 49.77%
B 71 of 440 ~ 16.14%

%34.09
%49.77
%16.14

CMYK color model

#96DB47 color CMYK value is (32,0,68,14).

  • cyan value is 31.51%
  • magenta value is 0.00%
  • yellow value is 67.58%
  • key color value is 14.12%
CMYK:
(32,0,68,14)
C32M0Y68K14 
(32%,0%,68%,14%)
(0.32/0.00/0.68/0.14)	

CMYK percentages

%31.51
%0
%67.58
%14.12

Codes

Color #96DB47 in popluar color models

96DB47
RGB15021971
HSL88°67.27%56.86%
HSB/HSV88°67.58%85.88%
CMYK31.51%0.00%67.58%
14.12%

Color #96DB47 in popluar number systems.

HEX96DB47
Decimal15021971
Binary10010110110110111000111
Octal226333107

Shades and tints

Shades of #96DB47

#96DB47
(150,219,71)
#89C841
(137,200,65)
#7CB53B
(124,181,59)
#6FA235
(111,162,53)
#628F2F
(98,143,47)
#557C29
(85,124,41)
#486923
(72,105,35)
#3B561D
(59,86,29)
#2E4317
(46,67,23)
#213011
(33,48,17)
#141D0B
(20,29,11)
#000000
(0,0,0)

Tints of #96DB47

#96DB47
(150,219,71)
#9FDE57
(159,222,87)
#A8E167
(168,225,103)
#B1E477
(177,228,119)
#BAE787
(186,231,135)
#C3EA97
(195,234,151)
#CCEDA7
(204,237,167)
#D5F0B7
(213,240,183)
#DEF3C7
(222,243,199)
#E7F6D7
(231,246,215)
#F0F9E7
(240,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DB47 color. Also use rgb(150,219,71) instead hex code.

Text Font Color

.myTextColor { color: #96DB47; }

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

This text font color is #96DB47.


Background Color

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

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

This div background color is #96DB47.


Border color

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

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

This div border color is #96DB47.


Opacity

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

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

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

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

This text has shadow with #96DB47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DB47 on black background.


Color preview on white background

This text has color #96DB47 on white background.



Black color preview on #96DB47 background

This text has black color on #96DB47 background.


White color preview on #96DB47 background

This text has white color on #96DB47 background.