COLOR #96CF35

HEX: #96CF35
RGB: (150,207,53)

Color info

#96CF35 contains mainly red and green colors. Web safe color of #96CF35 is #99CC33 (or #9C3).

RGB color model

#96CF35 color RGB value is (150,207,53).

  • red value is 150;
  • green value is 207;
  • blue value is 53.
RGB:
(150,207,53)
(59%,81%,21%)

RGB channels and saturation

R 150 of 255 = 59%
G 207 of 255 = 81%
B 53 of 255 = 21%

150
207
53

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

Portions of RGB colors in percentages

R + G + B =
150 + 207 + 53 = 410 (100%)
R 150 of 410 ~ 36.59%
G 207 of 410 ~ 50.49%
B 53 of 410 ~ 12.93%

%36.59
%50.49
%12.93

CMYK color model

#96CF35 color CMYK value is (28,0,74,19).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 74.40%
  • key color value is 18.82%
CMYK:
(28,0,74,19)
C28M0Y74K19 
(28%,0%,74%,19%)
(0.28/0.00/0.74/0.19)	

CMYK percentages

%27.54
%0
%74.4
%18.82

Codes

Color #96CF35 in popluar color models

96CF35
RGB15020753
HSL82°61.60%50.98%
HSB/HSV82°74.40%81.18%
CMYK27.54%0.00%74.40%
18.82%

Color #96CF35 in popluar number systems.

HEX96CF35
Decimal15020753
Binary1001011011001111110101
Octal22631765

Shades and tints

Shades of #96CF35

#96CF35
(150,207,53)
#89BD31
(137,189,49)
#7CAB2D
(124,171,45)
#6F9929
(111,153,41)
#628725
(98,135,37)
#557521
(85,117,33)
#48631D
(72,99,29)
#3B5119
(59,81,25)
#2E3F15
(46,63,21)
#212D11
(33,45,17)
#141B0D
(20,27,13)
#000000
(0,0,0)

Tints of #96CF35

#96CF35
(150,207,53)
#9FD347
(159,211,71)
#A8D759
(168,215,89)
#B1DB6B
(177,219,107)
#BADF7D
(186,223,125)
#C3E38F
(195,227,143)
#CCE7A1
(204,231,161)
#D5EBB3
(213,235,179)
#DEEFC5
(222,239,197)
#E7F3D7
(231,243,215)
#F0F7E9
(240,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CF35 color. Also use rgb(150,207,53) instead hex code.

Text Font Color

.myTextColor { color: #96CF35; }

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

This text font color is #96CF35.


Background Color

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

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

This div background color is #96CF35.


Border color

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

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

This div border color is #96CF35.


Opacity

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

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

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

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

This text has shadow with #96CF35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CF35 on black background.


Color preview on white background

This text has color #96CF35 on white background.



Black color preview on #96CF35 background

This text has black color on #96CF35 background.


White color preview on #96CF35 background

This text has white color on #96CF35 background.