COLOR #96DE63

HEX: #96DE63
RGB: (150,222,99)

Color info

#96DE63 contains mainly green color. Web safe color of #96DE63 is #99CC66 (or #9C6).

RGB color model

#96DE63 color RGB value is (150,222,99).

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

RGB channels and saturation

R 150 of 255 = 59%
G 222 of 255 = 87%
B 99 of 255 = 39%

150
222
99

R + G + B ~ 62%. #96DE63 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 222 + 99 = 471 (100%)
R 150 of 471 ~ 31.85%
G 222 of 471 ~ 47.13%
B 99 of 471 ~ 21.02%

%31.85
%47.13
%21.02

CMYK color model

#96DE63 color CMYK value is (32,0,55,13).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 55.41%
  • key color value is 12.94%
CMYK:
(32,0,55,13)
C32M0Y55K13 
(32%,0%,55%,13%)
(0.32/0.00/0.55/0.13)	

CMYK percentages

%32.43
%0
%55.41
%12.94

Codes

Color #96DE63 in popluar color models

96DE63
RGB15022299
HSL95°65.08%62.94%
HSB/HSV95°55.41%87.06%
CMYK32.43%0.00%55.41%
12.94%

Color #96DE63 in popluar number systems.

HEX96DE63
Decimal15022299
Binary10010110110111101100011
Octal226336143

Shades and tints

Shades of #96DE63

#96DE63
(150,222,99)
#89CA5A
(137,202,90)
#7CB651
(124,182,81)
#6FA248
(111,162,72)
#628E3F
(98,142,63)
#557A36
(85,122,54)
#48662D
(72,102,45)
#3B5224
(59,82,36)
#2E3E1B
(46,62,27)
#212A12
(33,42,18)
#141609
(20,22,9)
#000000
(0,0,0)

Tints of #96DE63

#96DE63
(150,222,99)
#9FE171
(159,225,113)
#A8E47F
(168,228,127)
#B1E78D
(177,231,141)
#BAEA9B
(186,234,155)
#C3EDA9
(195,237,169)
#CCF0B7
(204,240,183)
#D5F3C5
(213,243,197)
#DEF6D3
(222,246,211)
#E7F9E1
(231,249,225)
#F0FCEF
(240,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96DE63; }

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

This text font color is #96DE63.


Background Color

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

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

This div background color is #96DE63.


Border color

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

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

This div border color is #96DE63.


Opacity

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

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

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

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

This text has shadow with #96DE63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DE63 on black background.


Color preview on white background

This text has color #96DE63 on white background.



Black color preview on #96DE63 background

This text has black color on #96DE63 background.


White color preview on #96DE63 background

This text has white color on #96DE63 background.