COLOR #96D757

HEX: #96D757
RGB: (150,215,87)

Color info

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

RGB color model

#96D757 color RGB value is (150,215,87).

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

RGB channels and saturation

R 150 of 255 = 59%
G 215 of 255 = 84%
B 87 of 255 = 34%

150
215
87

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

Portions of RGB colors in percentages

R + G + B =
150 + 215 + 87 = 452 (100%)
R 150 of 452 ~ 33.19%
G 215 of 452 ~ 47.57%
B 87 of 452 ~ 19.25%

%33.19
%47.57
%19.25

CMYK color model

#96D757 color CMYK value is (30,0,60,16).

  • cyan value is 30.23%
  • magenta value is 0.00%
  • yellow value is 59.53%
  • key color value is 15.69%
CMYK:
(30,0,60,16)
C30M0Y60K16 
(30%,0%,60%,16%)
(0.30/0.00/0.60/0.16)	

CMYK percentages

%30.23
%0
%59.53
%15.69

Codes

Color #96D757 in popluar color models

96D757
RGB15021587
HSL90°61.54%59.22%
HSB/HSV90°59.53%84.31%
CMYK30.23%0.00%59.53%
15.69%

Color #96D757 in popluar number systems.

HEX96D757
Decimal15021587
Binary10010110110101111010111
Octal226327127

Shades and tints

Shades of #96D757

#96D757
(150,215,87)
#89C450
(137,196,80)
#7CB149
(124,177,73)
#6F9E42
(111,158,66)
#628B3B
(98,139,59)
#557834
(85,120,52)
#48652D
(72,101,45)
#3B5226
(59,82,38)
#2E3F1F
(46,63,31)
#212C18
(33,44,24)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #96D757

#96D757
(150,215,87)
#9FDA66
(159,218,102)
#A8DD75
(168,221,117)
#B1E084
(177,224,132)
#BAE393
(186,227,147)
#C3E6A2
(195,230,162)
#CCE9B1
(204,233,177)
#D5ECC0
(213,236,192)
#DEEFCF
(222,239,207)
#E7F2DE
(231,242,222)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D757; }

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

This text font color is #96D757.


Background Color

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

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

This div background color is #96D757.


Border color

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

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

This div border color is #96D757.


Opacity

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

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

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

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

This text has shadow with #96D757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D757 on black background.


Color preview on white background

This text has color #96D757 on white background.



Black color preview on #96D757 background

This text has black color on #96D757 background.


White color preview on #96D757 background

This text has white color on #96D757 background.