COLOR #96F77D

HEX: #96F77D
RGB: (150,247,125)

Color info

#96F77D contains mainly green color. Web safe color of #96F77D is #99FF66 (or #9F6).

RGB color model

#96F77D color RGB value is (150,247,125).

  • red value is 150;
  • green value is 247;
  • blue value is 125.
RGB:
(150,247,125)
(59%,97%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 247 of 255 = 97%
B 125 of 255 = 49%

150
247
125

R + G + B ~ 68%. #96F77D is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 247 + 125 = 522 (100%)
R 150 of 522 ~ 28.74%
G 247 of 522 ~ 47.32%
B 125 of 522 ~ 23.95%

%28.74
%47.32
%23.95

CMYK color model

#96F77D color CMYK value is (39,0,49,3).

  • cyan value is 39.27%
  • magenta value is 0.00%
  • yellow value is 49.39%
  • key color value is 3.14%
CMYK:
(39,0,49,3)
C39M0Y49K3 
(39%,0%,49%,3%)
(0.39/0.00/0.49/0.03)	

CMYK percentages

%39.27
%0
%49.39
%3.14

Codes

Color #96F77D in popluar color models

96F77D
RGB150247125
HSL108°88.41%72.94%
HSB/HSV108°49.39%96.86%
CMYK39.27%0.00%49.39%
3.14%

Color #96F77D in popluar number systems.

HEX96F77D
Decimal150247125
Binary10010110111101111111101
Octal226367175

Shades and tints

Shades of #96F77D

#96F77D
(150,247,125)
#89E172
(137,225,114)
#7CCB67
(124,203,103)
#6FB55C
(111,181,92)
#629F51
(98,159,81)
#558946
(85,137,70)
#48733B
(72,115,59)
#3B5D30
(59,93,48)
#2E4725
(46,71,37)
#21311A
(33,49,26)
#141B0F
(20,27,15)
#000000
(0,0,0)

Tints of #96F77D

#96F77D
(150,247,125)
#9FF788
(159,247,136)
#A8F793
(168,247,147)
#B1F79E
(177,247,158)
#BAF7A9
(186,247,169)
#C3F7B4
(195,247,180)
#CCF7BF
(204,247,191)
#D5F7CA
(213,247,202)
#DEF7D5
(222,247,213)
#E7F7E0
(231,247,224)
#F0F7EB
(240,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96F77D color. Also use rgb(150,247,125) instead hex code.

Text Font Color

.myTextColor { color: #96F77D; }

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

This text font color is #96F77D.


Background Color

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

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

This div background color is #96F77D.


Border color

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

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

This div border color is #96F77D.


Opacity

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

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

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

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

This text has shadow with #96F77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96F77D on black background.


Color preview on white background

This text has color #96F77D on white background.



Black color preview on #96F77D background

This text has black color on #96F77D background.


White color preview on #96F77D background

This text has white color on #96F77D background.