COLOR #96CD85

HEX: #96CD85 RGB: (150,205,133)

Color info

#96CD85 contains mainly red and green colors. Web safe color of #96CD85 is #99CC99 (or #9C9).

RGB color model

#96CD85 color RGB value is (150,205,133).

RGB: (150,205,133) (59%, 80%, 52%)

RGB channels and saturation

R 150 of 255 = 59%
G 205 of 255 = 80%
B 133 of 255 = 52%

150
205
133

R + G + B ~ 64%. #96CD85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 205 + 133 = 488 (100%)
R 150 of 488 ~ 30.74%
G 205 of 488 ~ 42.01%
B 133 of 488 ~ 27.25'%

%30.74
%42.01
%27.25

CMYK color model

#96CD85 color CMYK value is (27,0,35,20).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 35.12%
  • key color value is 19.61%

CMYK: (27,0,35,20)
C27M0Y35K20 (27%, 0%, 35%, 20%)
(0.27 / 0.00 / 0.35 / 0.20)

CMYK percentages

%26.83
%0
%35.12
%19.61

Codes

Color #96CD85 in popluar color models

96 CD 85
RGB 150 205 133
HSL 106° 41.86% 66.27%
HSB/HSV 106° 35.12% 80.39%
CMYK 26.83% 0.00% 35.12%
19.61%

Color #96CD85 in popluar number systems.

HEX 96 CD 85
Decimal 150 205 133
Binary 10010110 11001101 10000101
Octal 226 315 205

Shades and tints

Shades of #96CD85

#96CD85
(150,205,133)
#89BB79
(137,187,121)
#7CA96D
(124,169,109)
#6F9761
(111,151,97)
#628555
(98,133,85)
#557349
(85,115,73)
#48613D
(72,97,61)
#3B4F31
(59,79,49)
#2E3D25
(46,61,37)
#212B19
(33,43,25)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #96CD85

#96CD85
(150,205,133)
#9FD190
(159,209,144)
#A8D59B
(168,213,155)
#B1D9A6
(177,217,166)
#BADDB1
(186,221,177)
#C3E1BC
(195,225,188)
#CCE5C7
(204,229,199)
#D5E9D2
(213,233,210)
#DEEDDD
(222,237,221)
#E7F1E8
(231,241,232)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CD85 color. Also use rgb(150,205,133) instead hex code.

Text Font Color

.myTextColor { color: #96CD85; }

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

This text font color is #96CD85.

Background Color

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

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

This div background color is #96CD85.

Border color

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

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

This div border color is #96CD85.

Opacity

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

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

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

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

This text has shadow with #96CD85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CD85.

Preview

Color preview on black background

This text has color #96CD85 on black background.


Color preview on white background

This text has color #96CD85 on white background.


Black color preview on #96CD85 background

This text has black color on #96CD85 background.


White color preview on #96CD85 background

This text has white color on #96CD85 background.


Related colors

Complementary color

Complementary color for #hex is #69327A.


I love getcolorcode.com

Triadic colors

1 #8596CD and #CD8596 with #96CD85 are triadic colors.

2 #85CD96 and #CD9685 with #96CD85 are triadic colors.