COLOR #96FB91

HEX: #96FB91
RGB: (150,251,145)

Color info

#96FB91 contains mainly green color. Web safe color of #96FB91 is #99FF99 (or #9F9).

RGB color model

#96FB91 color RGB value is (150,251,145).

  • red value is 150;
  • green value is 251;
  • blue value is 145.
RGB:
(150,251,145)
(59%,98%,57%)

RGB channels and saturation

R 150 of 255 = 59%
G 251 of 255 = 98%
B 145 of 255 = 57%

150
251
145

R + G + B ~ 71%. #96FB91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 251 + 145 = 546 (100%)
R 150 of 546 ~ 27.47%
G 251 of 546 ~ 45.97%
B 145 of 546 ~ 26.56%

%27.47
%45.97
%26.56

CMYK color model

#96FB91 color CMYK value is (40,0,42,2).

  • cyan value is 40.24%
  • magenta value is 0.00%
  • yellow value is 42.23%
  • key color value is 1.57%
CMYK:
(40,0,42,2)
C40M0Y42K2 
(40%,0%,42%,2%)
(0.40/0.00/0.42/0.02)	

CMYK percentages

%40.24
%0
%42.23
%1.57

Codes

Color #96FB91 in popluar color models

96FB91
RGB150251145
HSL117°92.98%77.65%
HSB/HSV117°42.23%98.43%
CMYK40.24%0.00%42.23%
1.57%

Color #96FB91 in popluar number systems.

HEX96FB91
Decimal150251145
Binary100101101111101110010001
Octal226373221

Shades and tints

Shades of #96FB91

#96FB91
(150,251,145)
#89E584
(137,229,132)
#7CCF77
(124,207,119)
#6FB96A
(111,185,106)
#62A35D
(98,163,93)
#558D50
(85,141,80)
#487743
(72,119,67)
#3B6136
(59,97,54)
#2E4B29
(46,75,41)
#21351C
(33,53,28)
#141F0F
(20,31,15)
#000000
(0,0,0)

Tints of #96FB91

#96FB91
(150,251,145)
#9FFB9B
(159,251,155)
#A8FBA5
(168,251,165)
#B1FBAF
(177,251,175)
#BAFBB9
(186,251,185)
#C3FBC3
(195,251,195)
#CCFBCD
(204,251,205)
#D5FBD7
(213,251,215)
#DEFBE1
(222,251,225)
#E7FBEB
(231,251,235)
#F0FBF5
(240,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96FB91 color. Also use rgb(150,251,145) instead hex code.

Text Font Color

.myTextColor { color: #96FB91; }

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

This text font color is #96FB91.


Background Color

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

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

This div background color is #96FB91.


Border color

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

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

This div border color is #96FB91.


Opacity

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

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

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

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

This text has shadow with #96FB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96FB91 on black background.


Color preview on white background

This text has color #96FB91 on white background.



Black color preview on #96FB91 background

This text has black color on #96FB91 background.


White color preview on #96FB91 background

This text has white color on #96FB91 background.