COLOR #96F187

HEX: #96F187
RGB: (150,241,135)

Color info

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

RGB color model

#96F187 color RGB value is (150,241,135).

  • red value is 150;
  • green value is 241;
  • blue value is 135.
RGB:
(150,241,135)
(59%,95%,53%)

RGB channels and saturation

R 150 of 255 = 59%
G 241 of 255 = 95%
B 135 of 255 = 53%

150
241
135

R + G + B ~ 69%. #96F187 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 241 + 135 = 526 (100%)
R 150 of 526 ~ 28.52%
G 241 of 526 ~ 45.82%
B 135 of 526 ~ 25.67%

%28.52
%45.82
%25.67

CMYK color model

#96F187 color CMYK value is (38,0,44,5).

  • cyan value is 37.76%
  • magenta value is 0.00%
  • yellow value is 43.98%
  • key color value is 5.49%
CMYK:
(38,0,44,5)
C38M0Y44K5 
(38%,0%,44%,5%)
(0.38/0.00/0.44/0.05)	

CMYK percentages

%37.76
%0
%43.98
%5.49

Codes

Color #96F187 in popluar color models

96F187
RGB150241135
HSL112°79.10%73.73%
HSB/HSV112°43.98%94.51%
CMYK37.76%0.00%43.98%
5.49%

Color #96F187 in popluar number systems.

HEX96F187
Decimal150241135
Binary100101101111000110000111
Octal226361207

Shades and tints

Shades of #96F187

#96F187
(150,241,135)
#89DC7B
(137,220,123)
#7CC76F
(124,199,111)
#6FB263
(111,178,99)
#629D57
(98,157,87)
#55884B
(85,136,75)
#48733F
(72,115,63)
#3B5E33
(59,94,51)
#2E4927
(46,73,39)
#21341B
(33,52,27)
#141F0F
(20,31,15)
#000000
(0,0,0)

Tints of #96F187

#96F187
(150,241,135)
#9FF291
(159,242,145)
#A8F39B
(168,243,155)
#B1F4A5
(177,244,165)
#BAF5AF
(186,245,175)
#C3F6B9
(195,246,185)
#CCF7C3
(204,247,195)
#D5F8CD
(213,248,205)
#DEF9D7
(222,249,215)
#E7FAE1
(231,250,225)
#F0FBEB
(240,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96F187 color. Also use rgb(150,241,135) instead hex code.

Text Font Color

.myTextColor { color: #96F187; }

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

This text font color is #96F187.


Background Color

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

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

This div background color is #96F187.


Border color

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

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

This div border color is #96F187.


Opacity

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

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

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

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

This text has shadow with #96F187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96F187 on black background.


Color preview on white background

This text has color #96F187 on white background.



Black color preview on #96F187 background

This text has black color on #96F187 background.


White color preview on #96F187 background

This text has white color on #96F187 background.