COLOR #76DA59

HEX: #76DA59
RGB: (118,218,89)

Color info

#76DA59 contains mainly green color. Web safe color of #76DA59 is #66CC66 (or #6C6).

RGB color model

#76DA59 color RGB value is (118,218,89).

  • red value is 118;
  • green value is 218;
  • blue value is 89.
RGB:
(118,218,89)
(46%,85%,35%)

RGB channels and saturation

R 118 of 255 = 46%
G 218 of 255 = 85%
B 89 of 255 = 35%

118
218
89

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

Portions of RGB colors in percentages

R + G + B =
118 + 218 + 89 = 425 (100%)
R 118 of 425 ~ 27.76%
G 218 of 425 ~ 51.29%
B 89 of 425 ~ 20.94%

%27.76
%51.29
%20.94

CMYK color model

#76DA59 color CMYK value is (46,0,59,15).

  • cyan value is 45.87%
  • magenta value is 0.00%
  • yellow value is 59.17%
  • key color value is 14.51%
CMYK:
(46,0,59,15)
C46M0Y59K15 
(46%,0%,59%,15%)
(0.46/0.00/0.59/0.15)	

CMYK percentages

%45.87
%0
%59.17
%14.51

Codes

Color #76DA59 in popluar color models

76DA59
RGB11821889
HSL107°63.55%60.20%
HSB/HSV107°59.17%85.49%
CMYK45.87%0.00%59.17%
14.51%

Color #76DA59 in popluar number systems.

HEX76DA59
Decimal11821889
Binary1110110110110101011001
Octal166332131

Shades and tints

Shades of #76DA59

#76DA59
(118,218,89)
#6CC751
(108,199,81)
#62B449
(98,180,73)
#58A141
(88,161,65)
#4E8E39
(78,142,57)
#447B31
(68,123,49)
#3A6829
(58,104,41)
#305521
(48,85,33)
#264219
(38,66,25)
#1C2F11
(28,47,17)
#121C09
(18,28,9)
#000000
(0,0,0)

Tints of #76DA59

#76DA59
(118,218,89)
#82DD68
(130,221,104)
#8EE077
(142,224,119)
#9AE386
(154,227,134)
#A6E695
(166,230,149)
#B2E9A4
(178,233,164)
#BEECB3
(190,236,179)
#CAEFC2
(202,239,194)
#D6F2D1
(214,242,209)
#E2F5E0
(226,245,224)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76DA59 color. Also use rgb(118,218,89) instead hex code.

Text Font Color

.myTextColor { color: #76DA59; }

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

This text font color is #76DA59.


Background Color

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

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

This div background color is #76DA59.


Border color

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

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

This div border color is #76DA59.


Opacity

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

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

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

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

This text has shadow with #76DA59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76DA59 on black background.


Color preview on white background

This text has color #76DA59 on white background.



Black color preview on #76DA59 background

This text has black color on #76DA59 background.


White color preview on #76DA59 background

This text has white color on #76DA59 background.