COLOR #96FD89

HEX: #96FD89
RGB: (150,253,137)

Color info

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

RGB color model

#96FD89 color RGB value is (150,253,137).

  • red value is 150;
  • green value is 253;
  • blue value is 137.
RGB:
(150,253,137)
(59%,99%,54%)

RGB channels and saturation

R 150 of 255 = 59%
G 253 of 255 = 99%
B 137 of 255 = 54%

150
253
137

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

Portions of RGB colors in percentages

R + G + B =
150 + 253 + 137 = 540 (100%)
R 150 of 540 ~ 27.78%
G 253 of 540 ~ 46.85%
B 137 of 540 ~ 25.37%

%27.78
%46.85
%25.37

CMYK color model

#96FD89 color CMYK value is (41,0,46,1).

  • cyan value is 40.71%
  • magenta value is 0.00%
  • yellow value is 45.85%
  • key color value is 0.78%
CMYK:
(41,0,46,1)
C41M0Y46K1 
(41%,0%,46%,1%)
(0.41/0.00/0.46/0.01)	

CMYK percentages

%40.71
%0
%45.85
%0.78

Codes

Color #96FD89 in popluar color models

96FD89
RGB150253137
HSL113°96.67%76.47%
HSB/HSV113°45.85%99.22%
CMYK40.71%0.00%45.85%
0.78%

Color #96FD89 in popluar number systems.

HEX96FD89
Decimal150253137
Binary100101101111110110001001
Octal226375211

Shades and tints

Shades of #96FD89

#96FD89
(150,253,137)
#89E67D
(137,230,125)
#7CCF71
(124,207,113)
#6FB865
(111,184,101)
#62A159
(98,161,89)
#558A4D
(85,138,77)
#487341
(72,115,65)
#3B5C35
(59,92,53)
#2E4529
(46,69,41)
#212E1D
(33,46,29)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #96FD89

#96FD89
(150,253,137)
#9FFD93
(159,253,147)
#A8FD9D
(168,253,157)
#B1FDA7
(177,253,167)
#BAFDB1
(186,253,177)
#C3FDBB
(195,253,187)
#CCFDC5
(204,253,197)
#D5FDCF
(213,253,207)
#DEFDD9
(222,253,217)
#E7FDE3
(231,253,227)
#F0FDED
(240,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96FD89 color. Also use rgb(150,253,137) instead hex code.

Text Font Color

.myTextColor { color: #96FD89; }

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

This text font color is #96FD89.


Background Color

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

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

This div background color is #96FD89.


Border color

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

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

This div border color is #96FD89.


Opacity

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

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

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

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

This text has shadow with #96FD89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96FD89 on black background.


Color preview on white background

This text has color #96FD89 on white background.



Black color preview on #96FD89 background

This text has black color on #96FD89 background.


White color preview on #96FD89 background

This text has white color on #96FD89 background.