COLOR #96D501

HEX: #96D501
RGB: (150,213,1)

Color info

#96D501 contains mainly green color. Web safe color of #96D501 is #99CC00 (or #9C0).

RGB color model

#96D501 color RGB value is (150,213,1).

  • red value is 150;
  • green value is 213;
  • blue value is 1.
RGB:
(150,213,1)
(59%,84%,0%)

RGB channels and saturation

R 150 of 255 = 59%
G 213 of 255 = 84%
B 1 of 255 = 0%

150
213
1

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

Portions of RGB colors in percentages

R + G + B =
150 + 213 + 1 = 364 (100%)
R 150 of 364 ~ 41.21%
G 213 of 364 ~ 58.52%
B 1 of 364 ~ 0.27%

%41.21
%58.52

CMYK color model

#96D501 color CMYK value is (30,0,100,16).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 99.53%
  • key color value is 16.47%
CMYK:
(30,0,100,16)
C30M0Y100K16 
(30%,0%,100%,16%)
(0.30/0.00/1.00/0.16)	

CMYK percentages

%29.58
%0
%99.53
%16.47

Codes

Color #96D501 in popluar color models

96D501
RGB1502131
HSL78°99.07%41.96%
HSB/HSV78°99.53%83.53%
CMYK29.58%0.00%99.53%
16.47%

Color #96D501 in popluar number systems.

HEX96D501
Decimal1502131
Binary10010110110101011
Octal2263251

Shades and tints

Shades of #96D501

#96D501
(150,213,1)
#89C201
(137,194,1)
#7CAF01
(124,175,1)
#6F9C01
(111,156,1)
#628901
(98,137,1)
#557601
(85,118,1)
#486301
(72,99,1)
#3B5001
(59,80,1)
#2E3D01
(46,61,1)
#212A01
(33,42,1)
#141701
(20,23,1)
#000000
(0,0,0)

Tints of #96D501

#96D501
(150,213,1)
#9FD818
(159,216,24)
#A8DB2F
(168,219,47)
#B1DE46
(177,222,70)
#BAE15D
(186,225,93)
#C3E474
(195,228,116)
#CCE78B
(204,231,139)
#D5EAA2
(213,234,162)
#DEEDB9
(222,237,185)
#E7F0D0
(231,240,208)
#F0F3E7
(240,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D501 color. Also use rgb(150,213,1) instead hex code.

Text Font Color

.myTextColor { color: #96D501; }

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

This text font color is #96D501.


Background Color

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

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

This div background color is #96D501.


Border color

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

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

This div border color is #96D501.


Opacity

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

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

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

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

This text has shadow with #96D501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D501 on black background.


Color preview on white background

This text has color #96D501 on white background.



Black color preview on #96D501 background

This text has black color on #96D501 background.


White color preview on #96D501 background

This text has white color on #96D501 background.