COLOR #76ED56

HEX: #76ED56
RGB: (118,237,86)

Color info

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

RGB color model

#76ED56 color RGB value is (118,237,86).

  • red value is 118;
  • green value is 237;
  • blue value is 86.
RGB:
(118,237,86)
(46%,93%,34%)

RGB channels and saturation

R 118 of 255 = 46%
G 237 of 255 = 93%
B 86 of 255 = 34%

118
237
86

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

Portions of RGB colors in percentages

R + G + B =
118 + 237 + 86 = 441 (100%)
R 118 of 441 ~ 26.76%
G 237 of 441 ~ 53.74%
B 86 of 441 ~ 19.5%

%26.76
%53.74
%19.5

CMYK color model

#76ED56 color CMYK value is (50,0,64,7).

  • cyan value is 50.21%
  • magenta value is 0.00%
  • yellow value is 63.71%
  • key color value is 7.06%
CMYK:
(50,0,64,7)
C50M0Y64K7 
(50%,0%,64%,7%)
(0.50/0.00/0.64/0.07)	

CMYK percentages

%50.21
%0
%63.71
%7.06

Codes

Color #76ED56 in popluar color models

76ED56
RGB11823786
HSL107°80.75%63.33%
HSB/HSV107°63.71%92.94%
CMYK50.21%0.00%63.71%
7.06%

Color #76ED56 in popluar number systems.

HEX76ED56
Decimal11823786
Binary1110110111011011010110
Octal166355126

Shades and tints

Shades of #76ED56

#76ED56
(118,237,86)
#6CD84F
(108,216,79)
#62C348
(98,195,72)
#58AE41
(88,174,65)
#4E993A
(78,153,58)
#448433
(68,132,51)
#3A6F2C
(58,111,44)
#305A25
(48,90,37)
#26451E
(38,69,30)
#1C3017
(28,48,23)
#121B10
(18,27,16)
#000000
(0,0,0)

Tints of #76ED56

#76ED56
(118,237,86)
#82EE65
(130,238,101)
#8EEF74
(142,239,116)
#9AF083
(154,240,131)
#A6F192
(166,241,146)
#B2F2A1
(178,242,161)
#BEF3B0
(190,243,176)
#CAF4BF
(202,244,191)
#D6F5CE
(214,245,206)
#E2F6DD
(226,246,221)
#EEF7EC
(238,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76ED56 color. Also use rgb(118,237,86) instead hex code.

Text Font Color

.myTextColor { color: #76ED56; }

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

This text font color is #76ED56.


Background Color

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

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

This div background color is #76ED56.


Border color

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

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

This div border color is #76ED56.


Opacity

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

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

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

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

This text has shadow with #76ED56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76ED56 on black background.


Color preview on white background

This text has color #76ED56 on white background.



Black color preview on #76ED56 background

This text has black color on #76ED56 background.


White color preview on #76ED56 background

This text has white color on #76ED56 background.