COLOR #96F4C5

HEX: #96F4C5
RGB: (150,244,197)

Color info

#96F4C5 contains mainly green and blue colors. Web safe color of #96F4C5 is #99FFCC (or #9FC).

RGB color model

#96F4C5 color RGB value is (150,244,197).

  • red value is 150;
  • green value is 244;
  • blue value is 197.
RGB:
(150,244,197)
(59%,96%,77%)

RGB channels and saturation

R 150 of 255 = 59%
G 244 of 255 = 96%
B 197 of 255 = 77%

150
244
197

R + G + B ~ 77%. #96F4C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 244 + 197 = 591 (100%)
R 150 of 591 ~ 25.38%
G 244 of 591 ~ 41.29%
B 197 of 591 ~ 33.33%

%25.38
%41.29
%33.33

CMYK color model

#96F4C5 color CMYK value is (39,0,19,4).

  • cyan value is 38.52%
  • magenta value is 0.00%
  • yellow value is 19.26%
  • key color value is 4.31%
CMYK:
(39,0,19,4)
C39M0Y19K4 
(39%,0%,19%,4%)
(0.39/0.00/0.19/0.04)	

CMYK percentages

%38.52
%0
%19.26
%4.31

Codes

Color #96F4C5 in popluar color models

96F4C5
RGB150244197
HSL150°81.03%77.25%
HSB/HSV150°38.52%95.69%
CMYK38.52%0.00%19.26%
4.31%

Color #96F4C5 in popluar number systems.

HEX96F4C5
Decimal150244197
Binary100101101111010011000101
Octal226364305

Shades and tints

Shades of #96F4C5

#96F4C5
(150,244,197)
#89DEB4
(137,222,180)
#7CC8A3
(124,200,163)
#6FB292
(111,178,146)
#629C81
(98,156,129)
#558670
(85,134,112)
#48705F
(72,112,95)
#3B5A4E
(59,90,78)
#2E443D
(46,68,61)
#212E2C
(33,46,44)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #96F4C5

#96F4C5
(150,244,197)
#9FF5CA
(159,245,202)
#A8F6CF
(168,246,207)
#B1F7D4
(177,247,212)
#BAF8D9
(186,248,217)
#C3F9DE
(195,249,222)
#CCFAE3
(204,250,227)
#D5FBE8
(213,251,232)
#DEFCED
(222,252,237)
#E7FDF2
(231,253,242)
#F0FEF7
(240,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96F4C5 color. Also use rgb(150,244,197) instead hex code.

Text Font Color

.myTextColor { color: #96F4C5; }

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

This text font color is #96F4C5.


Background Color

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

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

This div background color is #96F4C5.


Border color

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

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

This div border color is #96F4C5.


Opacity

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

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

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

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

This text has shadow with #96F4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96F4C5 on black background.


Color preview on white background

This text has color #96F4C5 on white background.



Black color preview on #96F4C5 background

This text has black color on #96F4C5 background.


White color preview on #96F4C5 background

This text has white color on #96F4C5 background.