COLOR #96C758

HEX: #96C758
RGB: (150,199,88)

Color info

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

RGB color model

#96C758 color RGB value is (150,199,88).

  • red value is 150;
  • green value is 199;
  • blue value is 88.
RGB:
(150,199,88)
(59%,78%,35%)

RGB channels and saturation

R 150 of 255 = 59%
G 199 of 255 = 78%
B 88 of 255 = 35%

150
199
88

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

Portions of RGB colors in percentages

R + G + B =
150 + 199 + 88 = 437 (100%)
R 150 of 437 ~ 34.32%
G 199 of 437 ~ 45.54%
B 88 of 437 ~ 20.14%

%34.32
%45.54
%20.14

CMYK color model

#96C758 color CMYK value is (25,0,56,22).

  • cyan value is 24.62%
  • magenta value is 0.00%
  • yellow value is 55.78%
  • key color value is 21.96%
CMYK:
(25,0,56,22)
C25M0Y56K22 
(25%,0%,56%,22%)
(0.25/0.00/0.56/0.22)	

CMYK percentages

%24.62
%0
%55.78
%21.96

Codes

Color #96C758 in popluar color models

96C758
RGB15019988
HSL86°49.78%56.27%
HSB/HSV86°55.78%78.04%
CMYK24.62%0.00%55.78%
21.96%

Color #96C758 in popluar number systems.

HEX96C758
Decimal15019988
Binary10010110110001111011000
Octal226307130

Shades and tints

Shades of #96C758

#96C758
(150,199,88)
#89B550
(137,181,80)
#7CA348
(124,163,72)
#6F9140
(111,145,64)
#627F38
(98,127,56)
#556D30
(85,109,48)
#485B28
(72,91,40)
#3B4920
(59,73,32)
#2E3718
(46,55,24)
#212510
(33,37,16)
#141308
(20,19,8)
#000000
(0,0,0)

Tints of #96C758

#96C758
(150,199,88)
#9FCC67
(159,204,103)
#A8D176
(168,209,118)
#B1D685
(177,214,133)
#BADB94
(186,219,148)
#C3E0A3
(195,224,163)
#CCE5B2
(204,229,178)
#D5EAC1
(213,234,193)
#DEEFD0
(222,239,208)
#E7F4DF
(231,244,223)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C758 color. Also use rgb(150,199,88) instead hex code.

Text Font Color

.myTextColor { color: #96C758; }

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

This text font color is #96C758.


Background Color

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

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

This div background color is #96C758.


Border color

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

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

This div border color is #96C758.


Opacity

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

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

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

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

This text has shadow with #96C758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C758 on black background.


Color preview on white background

This text has color #96C758 on white background.



Black color preview on #96C758 background

This text has black color on #96C758 background.


White color preview on #96C758 background

This text has white color on #96C758 background.