COLOR #76FF78

HEX: #76FF78
RGB: (118,255,120)

Color info

#76FF78 contains mainly green color. Web safe color of #76FF78 is #66FF66 (or #6F6).

RGB color model

#76FF78 color RGB value is (118,255,120).

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

RGB channels and saturation

R 118 of 255 = 46%
G 255 of 255 = 100%
B 120 of 255 = 47%

118
255
120

R + G + B ~ 64%. #76FF78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 255 + 120 = 493 (100%)
R 118 of 493 ~ 23.94%
G 255 of 493 ~ 51.72%
B 120 of 493 ~ 24.34%

%23.94
%51.72
%24.34

CMYK color model

#76FF78 color CMYK value is (54,0,53,0).

  • cyan value is 53.73%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 0.00%
CMYK:
(54,0,53,0)
C54M0Y53K0 
(54%,0%,53%,0%)
(0.54/0.00/0.53/0.00)	

CMYK percentages

%53.73
%0
%52.94
%0

Codes

Color #76FF78 in popluar color models

76FF78
RGB118255120
HSL121°100.00%73.14%
HSB/HSV121°53.73%100.00%
CMYK53.73%0.00%52.94%
0.00%

Color #76FF78 in popluar number systems.

HEX76FF78
Decimal118255120
Binary1110110111111111111000
Octal166377170

Shades and tints

Shades of #76FF78

#76FF78
(118,255,120)
#6CE86E
(108,232,110)
#62D164
(98,209,100)
#58BA5A
(88,186,90)
#4EA350
(78,163,80)
#448C46
(68,140,70)
#3A753C
(58,117,60)
#305E32
(48,94,50)
#264728
(38,71,40)
#1C301E
(28,48,30)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #76FF78

#76FF78
(118,255,120)
#82FF84
(130,255,132)
#8EFF90
(142,255,144)
#9AFF9C
(154,255,156)
#A6FFA8
(166,255,168)
#B2FFB4
(178,255,180)
#BEFFC0
(190,255,192)
#CAFFCC
(202,255,204)
#D6FFD8
(214,255,216)
#E2FFE4
(226,255,228)
#EEFFF0
(238,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76FF78; }

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

This text font color is #76FF78.


Background Color

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

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

This div background color is #76FF78.


Border color

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

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

This div border color is #76FF78.


Opacity

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

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

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

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

This text has shadow with #76FF78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76FF78 on black background.


Color preview on white background

This text has color #76FF78 on white background.



Black color preview on #76FF78 background

This text has black color on #76FF78 background.


White color preview on #76FF78 background

This text has white color on #76FF78 background.