COLOR #76E46D

HEX: #76E46D RGB: (118,228,109)

Color info

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

RGB color model

#76E46D color RGB value is (118,228,109).

RGB: (118,228,109) (46%, 89%, 43%)

RGB channels and saturation

R 118 of 255 = 46%
G 228 of 255 = 89%
B 109 of 255 = 43%

118
228
109

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

Portions of RGB colors in percentages

R + G + B = 118 + 228 + 109 = 455 (100%)
R 118 of 455 ~ 25.93%
G 228 of 455 ~ 50.11%
B 109 of 455 ~ 23.96'%

%25.93
%50.11
%23.96

CMYK color model

#76E46D color CMYK value is (48,0,52,11).

  • cyan value is 48.25%
  • magenta value is 0.00%
  • yellow value is 52.19%
  • key color value is 10.59%

CMYK: (48,0,52,11)
C48M0Y52K11 (48%, 0%, 52%, 11%)
(0.48 / 0.00 / 0.52 / 0.11)

CMYK percentages

%48.25
%0
%52.19
%10.59

Codes

Color #76E46D in popluar color models

76 E4 6D
RGB 118 228 109
HSL 115° 68.79% 66.08%
HSB/HSV 115° 52.19% 89.41%
CMYK 48.25% 0.00% 52.19%
10.59%

Color #76E46D in popluar number systems.

HEX 76 E4 6D
Decimal 118 228 109
Binary 1110110 11100100 1101101
Octal 166 344 155

Shades and tints

Shades of #76E46D

#76E46D
(118,228,109)
#6CD064
(108,208,100)
#62BC5B
(98,188,91)
#58A852
(88,168,82)
#4E9449
(78,148,73)
#448040
(68,128,64)
#3A6C37
(58,108,55)
#30582E
(48,88,46)
#264425
(38,68,37)
#1C301C
(28,48,28)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #76E46D

#76E46D
(118,228,109)
#82E67A
(130,230,122)
#8EE887
(142,232,135)
#9AEA94
(154,234,148)
#A6ECA1
(166,236,161)
#B2EEAE
(178,238,174)
#BEF0BB
(190,240,187)
#CAF2C8
(202,242,200)
#D6F4D5
(214,244,213)
#E2F6E2
(226,246,226)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76E46D color. Also use rgb(118,228,109) instead hex code.

Text Font Color

.myTextColor { color: #76E46D; }

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

This text font color is #76E46D.

Background Color

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

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

This div background color is #76E46D.

Border color

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

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

This div border color is #76E46D.

Opacity

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

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

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

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

This text has shadow with #76E46D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76E46D.

Preview

Color preview on black background

This text has color #76E46D on black background.


Color preview on white background

This text has color #76E46D on white background.


Black color preview on #76E46D background

This text has black color on #76E46D background.


White color preview on #76E46D background

This text has white color on #76E46D background.


Related colors

Complementary color

Complementary color for #hex is #891B92.


I love getcolorcode.com

Triadic colors

1 #6D76E4 and #E46D76 with #76E46D are triadic colors.

2 #6DE476 and #E4766D with #76E46D are triadic colors.