COLOR #76F77D

HEX: #76F77D RGB: (118,247,125)

Color info

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

RGB color model

#76F77D color RGB value is (118,247,125).

RGB: (118,247,125) (46%, 97%, 49%)

RGB channels and saturation

R 118 of 255 = 46%
G 247 of 255 = 97%
B 125 of 255 = 49%

118
247
125

R + G + B ~ 64%. #76F77D is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 247 + 125 = 490 (100%)
R 118 of 490 ~ 24.08%
G 247 of 490 ~ 50.41%
B 125 of 490 ~ 25.51'%

%24.08
%50.41
%25.51

CMYK color model

#76F77D color CMYK value is (52,0,49,3).

  • cyan value is 52.23%
  • magenta value is 0.00%
  • yellow value is 49.39%
  • key color value is 3.14%
CMYK: (52,0,49,3) C52M0Y49K3 (52%,0%,49%,3%) (0.52/0.00/0.49/0.03) 

CMYK percentages

%52.23
%0
%49.39
%3.14

Codes

Color #76F77D in popluar color models

76 F7 7D
RGB 118 247 125
HSL 123° 88.97% 71.57%
HSB/HSV 123° 52.23% 96.86%
CMYK 52.23% 0.00% 49.39%
3.14%

Color #76F77D in popluar number systems.

HEX 76 F7 7D
Decimal 118 247 125
Binary 1110110 11110111 1111101
Octal 166 367 175

Shades and tints

Shades of #76F77D

#76F77D
(118,247,125)
#6CE172
(108,225,114)
#62CB67
(98,203,103)
#58B55C
(88,181,92)
#4E9F51
(78,159,81)
#448946
(68,137,70)
#3A733B
(58,115,59)
#305D30
(48,93,48)
#264725
(38,71,37)
#1C311A
(28,49,26)
#121B0F
(18,27,15)
#000000
(0,0,0)

Tints of #76F77D

#76F77D
(118,247,125)
#82F788
(130,247,136)
#8EF793
(142,247,147)
#9AF79E
(154,247,158)
#A6F7A9
(166,247,169)
#B2F7B4
(178,247,180)
#BEF7BF
(190,247,191)
#CAF7CA
(202,247,202)
#D6F7D5
(214,247,213)
#E2F7E0
(226,247,224)
#EEF7EB
(238,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76F77D color. Also use rgb(118,247,125) instead hex code.

Text Font Color

.myTextColor { color: #76F77D; }

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

This text font color is #76F77D.

Background Color

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

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

This div background color is #76F77D.

Border color

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

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

This div border color is #76F77D.

Opacity

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

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

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

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

This text has shadow with #76F77D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76F77D.

Preview

Color preview on black background

This text has color #76F77D on black background.


Color preview on white background

This text has color #76F77D on white background.


Black color preview on #76F77D background

This text has black color on #76F77D background.


White color preview on #76F77D background

This text has white color on #76F77D background.


Related colors

Complementary color

Complementary color for #hex is #890882.


I love getcolorcode.com

Triadic colors

1 #7D76F7 and #F77D76 with #76F77D are triadic colors.

2 #7DF776 and #F7767D with #76F77D are triadic colors.