COLOR #76E85B

HEX: #76E85B RGB: (118,232,91)

Color info

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

RGB color model

#76E85B color RGB value is (118,232,91).

RGB: (118,232,91) (46%, 91%, 36%)

RGB channels and saturation

R 118 of 255 = 46%
G 232 of 255 = 91%
B 91 of 255 = 36%

118
232
91

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

Portions of RGB colors in percentages

R + G + B = 118 + 232 + 91 = 441 (100%)
R 118 of 441 ~ 26.76%
G 232 of 441 ~ 52.61%
B 91 of 441 ~ 20.63'%

%26.76
%52.61
%20.63

CMYK color model

#76E85B color CMYK value is (49,0,61,9).

  • cyan value is 49.14%
  • magenta value is 0.00%
  • yellow value is 60.78%
  • key color value is 9.02%

CMYK: (49,0,61,9)
C49M0Y61K9 (49%, 0%, 61%, 9%)
(0.49 / 0.00 / 0.61 / 0.09)

CMYK percentages

%49.14
%0
%60.78
%9.02

Codes

Color #76E85B in popluar color models

76 E8 5B
RGB 118 232 91
HSL 109° 75.40% 63.33%
HSB/HSV 109° 60.78% 90.98%
CMYK 49.14% 0.00% 60.78%
9.02%

Color #76E85B in popluar number systems.

HEX 76 E8 5B
Decimal 118 232 91
Binary 1110110 11101000 1011011
Octal 166 350 133

Shades and tints

Shades of #76E85B

#76E85B
(118,232,91)
#6CD353
(108,211,83)
#62BE4B
(98,190,75)
#58A943
(88,169,67)
#4E943B
(78,148,59)
#447F33
(68,127,51)
#3A6A2B
(58,106,43)
#305523
(48,85,35)
#26401B
(38,64,27)
#1C2B13
(28,43,19)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #76E85B

#76E85B
(118,232,91)
#82EA69
(130,234,105)
#8EEC77
(142,236,119)
#9AEE85
(154,238,133)
#A6F093
(166,240,147)
#B2F2A1
(178,242,161)
#BEF4AF
(190,244,175)
#CAF6BD
(202,246,189)
#D6F8CB
(214,248,203)
#E2FAD9
(226,250,217)
#EEFCE7
(238,252,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76E85B color. Also use rgb(118,232,91) instead hex code.

Text Font Color

.myTextColor { color: #76E85B; }

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

This text font color is #76E85B.

Background Color

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

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

This div background color is #76E85B.

Border color

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

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

This div border color is #76E85B.

Opacity

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

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

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

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

This text has shadow with #76E85B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76E85B.

Preview

Color preview on black background

This text has color #76E85B on black background.


Color preview on white background

This text has color #76E85B on white background.


Black color preview on #76E85B background

This text has black color on #76E85B background.


White color preview on #76E85B background

This text has white color on #76E85B background.


Related colors

Complementary color

Complementary color for #hex is #8917A4.


I love getcolorcode.com

Triadic colors

1 #5B76E8 and #E85B76 with #76E85B are triadic colors.

2 #5BE876 and #E8765B with #76E85B are triadic colors.