COLOR #96D781

HEX: #96D781
RGB: (150,215,129)

Color info

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

RGB color model

#96D781 color RGB value is (150,215,129).

  • red value is 150;
  • green value is 215;
  • blue value is 129.
RGB:
(150,215,129)
(59%,84%,51%)

RGB channels and saturation

R 150 of 255 = 59%
G 215 of 255 = 84%
B 129 of 255 = 51%

150
215
129

R + G + B ~ 65%. #96D781 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 215 + 129 = 494 (100%)
R 150 of 494 ~ 30.36%
G 215 of 494 ~ 43.52%
B 129 of 494 ~ 26.11%

%30.36
%43.52
%26.11

CMYK color model

#96D781 color CMYK value is (30,0,40,16).

  • cyan value is 30.23%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 15.69%
CMYK:
(30,0,40,16)
C30M0Y40K16 
(30%,0%,40%,16%)
(0.30/0.00/0.40/0.16)	

CMYK percentages

%30.23
%0
%40
%15.69

Codes

Color #96D781 in popluar color models

96D781
RGB150215129
HSL105°51.81%67.45%
HSB/HSV105°40.00%84.31%
CMYK30.23%0.00%40.00%
15.69%

Color #96D781 in popluar number systems.

HEX96D781
Decimal150215129
Binary100101101101011110000001
Octal226327201

Shades and tints

Shades of #96D781

#96D781
(150,215,129)
#89C476
(137,196,118)
#7CB16B
(124,177,107)
#6F9E60
(111,158,96)
#628B55
(98,139,85)
#55784A
(85,120,74)
#48653F
(72,101,63)
#3B5234
(59,82,52)
#2E3F29
(46,63,41)
#212C1E
(33,44,30)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #96D781

#96D781
(150,215,129)
#9FDA8C
(159,218,140)
#A8DD97
(168,221,151)
#B1E0A2
(177,224,162)
#BAE3AD
(186,227,173)
#C3E6B8
(195,230,184)
#CCE9C3
(204,233,195)
#D5ECCE
(213,236,206)
#DEEFD9
(222,239,217)
#E7F2E4
(231,242,228)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D781 color. Also use rgb(150,215,129) instead hex code.

Text Font Color

.myTextColor { color: #96D781; }

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

This text font color is #96D781.


Background Color

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

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

This div background color is #96D781.


Border color

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

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

This div border color is #96D781.


Opacity

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

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

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

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

This text has shadow with #96D781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D781 on black background.


Color preview on white background

This text has color #96D781 on white background.



Black color preview on #96D781 background

This text has black color on #96D781 background.


White color preview on #96D781 background

This text has white color on #96D781 background.