COLOR #96CE68

HEX: #96CE68 RGB: (150,206,104)

Color info

#96CE68 contains mainly red and green colors. Web safe color of #96CE68 is #99CC66 (or #9C6).

RGB color model

#96CE68 color RGB value is (150,206,104).

RGB: (150,206,104) (59%, 81%, 41%)

RGB channels and saturation

R 150 of 255 = 59%
G 206 of 255 = 81%
B 104 of 255 = 41%

150
206
104

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

Portions of RGB colors in percentages

R + G + B = 150 + 206 + 104 = 460 (100%)
R 150 of 460 ~ 32.61%
G 206 of 460 ~ 44.78%
B 104 of 460 ~ 22.61'%

%32.61
%44.78
%22.61

CMYK color model

#96CE68 color CMYK value is (27,0,50,19).

  • cyan value is 27.18%
  • magenta value is 0.00%
  • yellow value is 49.51%
  • key color value is 19.22%

CMYK: (27,0,50,19)
C27M0Y50K19 (27%, 0%, 50%, 19%)
(0.27 / 0.00 / 0.50 / 0.19)

CMYK percentages

%27.18
%0
%49.51
%19.22

Codes

Color #96CE68 in popluar color models

96 CE 68
RGB 150 206 104
HSL 93° 51.00% 60.78%
HSB/HSV 93° 49.51% 80.78%
CMYK 27.18% 0.00% 49.51%
19.22%

Color #96CE68 in popluar number systems.

HEX 96 CE 68
Decimal 150 206 104
Binary 10010110 11001110 1101000
Octal 226 316 150

Shades and tints

Shades of #96CE68

#96CE68
(150,206,104)
#89BC5F
(137,188,95)
#7CAA56
(124,170,86)
#6F984D
(111,152,77)
#628644
(98,134,68)
#55743B
(85,116,59)
#486232
(72,98,50)
#3B5029
(59,80,41)
#2E3E20
(46,62,32)
#212C17
(33,44,23)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #96CE68

#96CE68
(150,206,104)
#9FD275
(159,210,117)
#A8D682
(168,214,130)
#B1DA8F
(177,218,143)
#BADE9C
(186,222,156)
#C3E2A9
(195,226,169)
#CCE6B6
(204,230,182)
#D5EAC3
(213,234,195)
#DEEED0
(222,238,208)
#E7F2DD
(231,242,221)
#F0F6EA
(240,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CE68 color. Also use rgb(150,206,104) instead hex code.

Text Font Color

.myTextColor { color: #96CE68; }

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

This text font color is #96CE68.

Background Color

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

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

This div background color is #96CE68.

Border color

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

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

This div border color is #96CE68.

Opacity

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

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

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

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

This text has shadow with #96CE68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CE68.

Preview

Color preview on black background

This text has color #96CE68 on black background.


Color preview on white background

This text has color #96CE68 on white background.


Black color preview on #96CE68 background

This text has black color on #96CE68 background.


White color preview on #96CE68 background

This text has white color on #96CE68 background.


Related colors

Complementary color

Complementary color for #hex is #693197.


I love getcolorcode.com

Triadic colors

1 #6896CE and #CE6896 with #96CE68 are triadic colors.

2 #68CE96 and #CE9668 with #96CE68 are triadic colors.