COLOR #76FF96

HEX: #76FF96
RGB: (118,255,150)

Color info

#76FF96 contains mainly green color. Web safe color of #76FF96 is #66FF99 (or #6F9).

RGB color model

#76FF96 color RGB value is (118,255,150).

  • red value is 118;
  • green value is 255;
  • blue value is 150.
RGB:
(118,255,150)
(46%,100%,59%)

RGB channels and saturation

R 118 of 255 = 46%
G 255 of 255 = 100%
B 150 of 255 = 59%

118
255
150

R + G + B ~ 68%. #76FF96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 255 + 150 = 523 (100%)
R 118 of 523 ~ 22.56%
G 255 of 523 ~ 48.76%
B 150 of 523 ~ 28.68%

%22.56
%48.76
%28.68

CMYK color model

#76FF96 color CMYK value is (54,0,41,0).

  • cyan value is 53.73%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 0.00%
CMYK:
(54,0,41,0)
C54M0Y41K0 
(54%,0%,41%,0%)
(0.54/0.00/0.41/0.00)	

CMYK percentages

%53.73
%0
%41.18
%0

Codes

Color #76FF96 in popluar color models

76FF96
RGB118255150
HSL134°100.00%73.14%
HSB/HSV134°53.73%100.00%
CMYK53.73%0.00%41.18%
0.00%

Color #76FF96 in popluar number systems.

HEX76FF96
Decimal118255150
Binary11101101111111110010110
Octal166377226

Shades and tints

Shades of #76FF96

#76FF96
(118,255,150)
#6CE889
(108,232,137)
#62D17C
(98,209,124)
#58BA6F
(88,186,111)
#4EA362
(78,163,98)
#448C55
(68,140,85)
#3A7548
(58,117,72)
#305E3B
(48,94,59)
#26472E
(38,71,46)
#1C3021
(28,48,33)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #76FF96

#76FF96
(118,255,150)
#82FF9F
(130,255,159)
#8EFFA8
(142,255,168)
#9AFFB1
(154,255,177)
#A6FFBA
(166,255,186)
#B2FFC3
(178,255,195)
#BEFFCC
(190,255,204)
#CAFFD5
(202,255,213)
#D6FFDE
(214,255,222)
#E2FFE7
(226,255,231)
#EEFFF0
(238,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76FF96 color. Also use rgb(118,255,150) instead hex code.

Text Font Color

.myTextColor { color: #76FF96; }

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

This text font color is #76FF96.


Background Color

.myBgColor { background-color: #76FF96; }

<div style="background-color:#76FF96">Inner text</div>

This div background color is #76FF96.


Border color

.myBorderColor { border: 1px solid #76FF96; }

<div style="border:3px solid #76FF96">Div</div>

This div border color is #76FF96.


Opacity

.myOpacity80 { color: #76FF96; opacity: 0.8; }

<p style="color:#76FF96;opacity:0.8;">80%</p>

Text with #76FF96 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 #76FF96;}

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

This text has shadow with #76FF96 color.

.textShadow {text-shadow: 3px 3px 1px #76FF96, 3px 3px 1px red;}

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

This text has shadow with #76FF96 primary color and red secondary color.


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

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

This text has shadow with #76FF96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76FF96 on black background.


Color preview on white background

This text has color #76FF96 on white background.



Black color preview on #76FF96 background

This text has black color on #76FF96 background.


White color preview on #76FF96 background

This text has white color on #76FF96 background.