COLOR #96C651

HEX: #96C651
RGB: (150,198,81)

Color info

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

RGB color model

#96C651 color RGB value is (150,198,81).

  • red value is 150;
  • green value is 198;
  • blue value is 81.
RGB:
(150,198,81)
(59%,78%,32%)

RGB channels and saturation

R 150 of 255 = 59%
G 198 of 255 = 78%
B 81 of 255 = 32%

150
198
81

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

Portions of RGB colors in percentages

R + G + B =
150 + 198 + 81 = 429 (100%)
R 150 of 429 ~ 34.97%
G 198 of 429 ~ 46.15%
B 81 of 429 ~ 18.88%

%34.97
%46.15
%18.88

CMYK color model

#96C651 color CMYK value is (24,0,59,22).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 22.35%
CMYK:
(24,0,59,22)
C24M0Y59K22 
(24%,0%,59%,22%)
(0.24/0.00/0.59/0.22)	

CMYK percentages

%24.24
%0
%59.09
%22.35

Codes

Color #96C651 in popluar color models

96C651
RGB15019881
HSL85°50.65%54.71%
HSB/HSV85°59.09%77.65%
CMYK24.24%0.00%59.09%
22.35%

Color #96C651 in popluar number systems.

HEX96C651
Decimal15019881
Binary10010110110001101010001
Octal226306121

Shades and tints

Shades of #96C651

#96C651
(150,198,81)
#89B44A
(137,180,74)
#7CA243
(124,162,67)
#6F903C
(111,144,60)
#627E35
(98,126,53)
#556C2E
(85,108,46)
#485A27
(72,90,39)
#3B4820
(59,72,32)
#2E3619
(46,54,25)
#212412
(33,36,18)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #96C651

#96C651
(150,198,81)
#9FCB60
(159,203,96)
#A8D06F
(168,208,111)
#B1D57E
(177,213,126)
#BADA8D
(186,218,141)
#C3DF9C
(195,223,156)
#CCE4AB
(204,228,171)
#D5E9BA
(213,233,186)
#DEEEC9
(222,238,201)
#E7F3D8
(231,243,216)
#F0F8E7
(240,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C651 color. Also use rgb(150,198,81) instead hex code.

Text Font Color

.myTextColor { color: #96C651; }

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

This text font color is #96C651.


Background Color

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

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

This div background color is #96C651.


Border color

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

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

This div border color is #96C651.


Opacity

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

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

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

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

This text has shadow with #96C651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C651 on black background.


Color preview on white background

This text has color #96C651 on white background.



Black color preview on #96C651 background

This text has black color on #96C651 background.


White color preview on #96C651 background

This text has white color on #96C651 background.