COLOR #96DF93

HEX: #96DF93
RGB: (150,223,147)

Color info

#96DF93 contains mainly green color. Web safe color of #96DF93 is #99CC99 (or #9C9).

RGB color model

#96DF93 color RGB value is (150,223,147).

  • red value is 150;
  • green value is 223;
  • blue value is 147.
RGB:
(150,223,147)
(59%,87%,58%)

RGB channels and saturation

R 150 of 255 = 59%
G 223 of 255 = 87%
B 147 of 255 = 58%

150
223
147

R + G + B ~ 68%. #96DF93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 223 + 147 = 520 (100%)
R 150 of 520 ~ 28.85%
G 223 of 520 ~ 42.88%
B 147 of 520 ~ 28.27%

%28.85
%42.88
%28.27

CMYK color model

#96DF93 color CMYK value is (33,0,34,13).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 34.08%
  • key color value is 12.55%
CMYK:
(33,0,34,13)
C33M0Y34K13 
(33%,0%,34%,13%)
(0.33/0.00/0.34/0.13)	

CMYK percentages

%32.74
%0
%34.08
%12.55

Codes

Color #96DF93 in popluar color models

96DF93
RGB150223147
HSL118°54.29%72.55%
HSB/HSV118°34.08%87.45%
CMYK32.74%0.00%34.08%
12.55%

Color #96DF93 in popluar number systems.

HEX96DF93
Decimal150223147
Binary100101101101111110010011
Octal226337223

Shades and tints

Shades of #96DF93

#96DF93
(150,223,147)
#89CB86
(137,203,134)
#7CB779
(124,183,121)
#6FA36C
(111,163,108)
#628F5F
(98,143,95)
#557B52
(85,123,82)
#486745
(72,103,69)
#3B5338
(59,83,56)
#2E3F2B
(46,63,43)
#212B1E
(33,43,30)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #96DF93

#96DF93
(150,223,147)
#9FE19C
(159,225,156)
#A8E3A5
(168,227,165)
#B1E5AE
(177,229,174)
#BAE7B7
(186,231,183)
#C3E9C0
(195,233,192)
#CCEBC9
(204,235,201)
#D5EDD2
(213,237,210)
#DEEFDB
(222,239,219)
#E7F1E4
(231,241,228)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DF93 color. Also use rgb(150,223,147) instead hex code.

Text Font Color

.myTextColor { color: #96DF93; }

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

This text font color is #96DF93.


Background Color

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

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

This div background color is #96DF93.


Border color

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

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

This div border color is #96DF93.


Opacity

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

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

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

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

This text has shadow with #96DF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DF93 on black background.


Color preview on white background

This text has color #96DF93 on white background.



Black color preview on #96DF93 background

This text has black color on #96DF93 background.


White color preview on #96DF93 background

This text has white color on #96DF93 background.