COLOR #96EC32

HEX: #96EC32
RGB: (150,236,50)

Color info

#96EC32 contains mainly green color. Web safe color of #96EC32 is #99FF33 (or #9F3).

RGB color model

#96EC32 color RGB value is (150,236,50).

  • red value is 150;
  • green value is 236;
  • blue value is 50.
RGB:
(150,236,50)
(59%,93%,20%)

RGB channels and saturation

R 150 of 255 = 59%
G 236 of 255 = 93%
B 50 of 255 = 20%

150
236
50

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

Portions of RGB colors in percentages

R + G + B =
150 + 236 + 50 = 436 (100%)
R 150 of 436 ~ 34.4%
G 236 of 436 ~ 54.13%
B 50 of 436 ~ 11.47%

%34.4
%54.13
%11.47

CMYK color model

#96EC32 color CMYK value is (36,0,79,7).

  • cyan value is 36.44%
  • magenta value is 0.00%
  • yellow value is 78.81%
  • key color value is 7.45%
CMYK:
(36,0,79,7)
C36M0Y79K7 
(36%,0%,79%,7%)
(0.36/0.00/0.79/0.07)	

CMYK percentages

%36.44
%0
%78.81
%7.45

Codes

Color #96EC32 in popluar color models

96EC32
RGB15023650
HSL88°83.04%56.08%
HSB/HSV88°78.81%92.55%
CMYK36.44%0.00%78.81%
7.45%

Color #96EC32 in popluar number systems.

HEX96EC32
Decimal15023650
Binary1001011011101100110010
Octal22635462

Shades and tints

Shades of #96EC32

#96EC32
(150,236,50)
#89D72E
(137,215,46)
#7CC22A
(124,194,42)
#6FAD26
(111,173,38)
#629822
(98,152,34)
#55831E
(85,131,30)
#486E1A
(72,110,26)
#3B5916
(59,89,22)
#2E4412
(46,68,18)
#212F0E
(33,47,14)
#141A0A
(20,26,10)
#000000
(0,0,0)

Tints of #96EC32

#96EC32
(150,236,50)
#9FED44
(159,237,68)
#A8EE56
(168,238,86)
#B1EF68
(177,239,104)
#BAF07A
(186,240,122)
#C3F18C
(195,241,140)
#CCF29E
(204,242,158)
#D5F3B0
(213,243,176)
#DEF4C2
(222,244,194)
#E7F5D4
(231,245,212)
#F0F6E6
(240,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96EC32 color. Also use rgb(150,236,50) instead hex code.

Text Font Color

.myTextColor { color: #96EC32; }

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

This text font color is #96EC32.


Background Color

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

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

This div background color is #96EC32.


Border color

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

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

This div border color is #96EC32.


Opacity

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

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

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

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

This text has shadow with #96EC32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96EC32 on black background.


Color preview on white background

This text has color #96EC32 on white background.



Black color preview on #96EC32 background

This text has black color on #96EC32 background.


White color preview on #96EC32 background

This text has white color on #96EC32 background.