COLOR #96DE4B

HEX: #96DE4B
RGB: (150,222,75)

Color info

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

RGB color model

#96DE4B color RGB value is (150,222,75).

  • red value is 150;
  • green value is 222;
  • blue value is 75.
RGB:
(150,222,75)
(59%,87%,29%)

RGB channels and saturation

R 150 of 255 = 59%
G 222 of 255 = 87%
B 75 of 255 = 29%

150
222
75

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

Portions of RGB colors in percentages

R + G + B =
150 + 222 + 75 = 447 (100%)
R 150 of 447 ~ 33.56%
G 222 of 447 ~ 49.66%
B 75 of 447 ~ 16.78%

%33.56
%49.66
%16.78

CMYK color model

#96DE4B color CMYK value is (32,0,66,13).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 66.22%
  • key color value is 12.94%
CMYK:
(32,0,66,13)
C32M0Y66K13 
(32%,0%,66%,13%)
(0.32/0.00/0.66/0.13)	

CMYK percentages

%32.43
%0
%66.22
%12.94

Codes

Color #96DE4B in popluar color models

96DE4B
RGB15022275
HSL89°69.01%58.24%
HSB/HSV89°66.22%87.06%
CMYK32.43%0.00%66.22%
12.94%

Color #96DE4B in popluar number systems.

HEX96DE4B
Decimal15022275
Binary10010110110111101001011
Octal226336113

Shades and tints

Shades of #96DE4B

#96DE4B
(150,222,75)
#89CA45
(137,202,69)
#7CB63F
(124,182,63)
#6FA239
(111,162,57)
#628E33
(98,142,51)
#557A2D
(85,122,45)
#486627
(72,102,39)
#3B5221
(59,82,33)
#2E3E1B
(46,62,27)
#212A15
(33,42,21)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #96DE4B

#96DE4B
(150,222,75)
#9FE15B
(159,225,91)
#A8E46B
(168,228,107)
#B1E77B
(177,231,123)
#BAEA8B
(186,234,139)
#C3ED9B
(195,237,155)
#CCF0AB
(204,240,171)
#D5F3BB
(213,243,187)
#DEF6CB
(222,246,203)
#E7F9DB
(231,249,219)
#F0FCEB
(240,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DE4B color. Also use rgb(150,222,75) instead hex code.

Text Font Color

.myTextColor { color: #96DE4B; }

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

This text font color is #96DE4B.


Background Color

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

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

This div background color is #96DE4B.


Border color

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

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

This div border color is #96DE4B.


Opacity

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

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

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

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

This text has shadow with #96DE4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DE4B on black background.


Color preview on white background

This text has color #96DE4B on white background.



Black color preview on #96DE4B background

This text has black color on #96DE4B background.


White color preview on #96DE4B background

This text has white color on #96DE4B background.