COLOR #76EC49

HEX: #76EC49
RGB: (118,236,73)

Color info

#76EC49 contains mainly green color. Web safe color of #76EC49 is #66FF33 (or #6F3).

RGB color model

#76EC49 color RGB value is (118,236,73).

  • red value is 118;
  • green value is 236;
  • blue value is 73.
RGB:
(118,236,73)
(46%,93%,29%)

RGB channels and saturation

R 118 of 255 = 46%
G 236 of 255 = 93%
B 73 of 255 = 29%

118
236
73

R + G + B ~ 56%. #76EC49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 236 + 73 = 427 (100%)
R 118 of 427 ~ 27.63%
G 236 of 427 ~ 55.27%
B 73 of 427 ~ 17.1%

%27.63
%55.27
%17.1

CMYK color model

#76EC49 color CMYK value is (50,0,69,7).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 69.07%
  • key color value is 7.45%
CMYK:
(50,0,69,7)
C50M0Y69K7 
(50%,0%,69%,7%)
(0.50/0.00/0.69/0.07)	

CMYK percentages

%50
%0
%69.07
%7.45

Codes

Color #76EC49 in popluar color models

76EC49
RGB11823673
HSL103°81.09%60.59%
HSB/HSV103°69.07%92.55%
CMYK50.00%0.00%69.07%
7.45%

Color #76EC49 in popluar number systems.

HEX76EC49
Decimal11823673
Binary1110110111011001001001
Octal166354111

Shades and tints

Shades of #76EC49

#76EC49
(118,236,73)
#6CD743
(108,215,67)
#62C23D
(98,194,61)
#58AD37
(88,173,55)
#4E9831
(78,152,49)
#44832B
(68,131,43)
#3A6E25
(58,110,37)
#30591F
(48,89,31)
#264419
(38,68,25)
#1C2F13
(28,47,19)
#121A0D
(18,26,13)
#000000
(0,0,0)

Tints of #76EC49

#76EC49
(118,236,73)
#82ED59
(130,237,89)
#8EEE69
(142,238,105)
#9AEF79
(154,239,121)
#A6F089
(166,240,137)
#B2F199
(178,241,153)
#BEF2A9
(190,242,169)
#CAF3B9
(202,243,185)
#D6F4C9
(214,244,201)
#E2F5D9
(226,245,217)
#EEF6E9
(238,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76EC49 color. Also use rgb(118,236,73) instead hex code.

Text Font Color

.myTextColor { color: #76EC49; }

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

This text font color is #76EC49.


Background Color

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

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

This div background color is #76EC49.


Border color

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

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

This div border color is #76EC49.


Opacity

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

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

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

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

This text has shadow with #76EC49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76EC49 on black background.


Color preview on white background

This text has color #76EC49 on white background.



Black color preview on #76EC49 background

This text has black color on #76EC49 background.


White color preview on #76EC49 background

This text has white color on #76EC49 background.