COLOR #76EF6D

HEX: #76EF6D
RGB: (118,239,109)

Color info

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

RGB color model

#76EF6D color RGB value is (118,239,109).

  • red value is 118;
  • green value is 239;
  • blue value is 109.
RGB:
(118,239,109)
(46%,94%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 239 of 255 = 94%
B 109 of 255 = 43%

118
239
109

R + G + B ~ 61%. #76EF6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 239 + 109 = 466 (100%)
R 118 of 466 ~ 25.32%
G 239 of 466 ~ 51.29%
B 109 of 466 ~ 23.39%

%25.32
%51.29
%23.39

CMYK color model

#76EF6D color CMYK value is (51,0,54,6).

  • cyan value is 50.63%
  • magenta value is 0.00%
  • yellow value is 54.39%
  • key color value is 6.27%
CMYK:
(51,0,54,6)
C51M0Y54K6 
(51%,0%,54%,6%)
(0.51/0.00/0.54/0.06)	

CMYK percentages

%50.63
%0
%54.39
%6.27

Codes

Color #76EF6D in popluar color models

76EF6D
RGB118239109
HSL116°80.25%68.24%
HSB/HSV116°54.39%93.73%
CMYK50.63%0.00%54.39%
6.27%

Color #76EF6D in popluar number systems.

HEX76EF6D
Decimal118239109
Binary1110110111011111101101
Octal166357155

Shades and tints

Shades of #76EF6D

#76EF6D
(118,239,109)
#6CDA64
(108,218,100)
#62C55B
(98,197,91)
#58B052
(88,176,82)
#4E9B49
(78,155,73)
#448640
(68,134,64)
#3A7137
(58,113,55)
#305C2E
(48,92,46)
#264725
(38,71,37)
#1C321C
(28,50,28)
#121D13
(18,29,19)
#000000
(0,0,0)

Tints of #76EF6D

#76EF6D
(118,239,109)
#82F07A
(130,240,122)
#8EF187
(142,241,135)
#9AF294
(154,242,148)
#A6F3A1
(166,243,161)
#B2F4AE
(178,244,174)
#BEF5BB
(190,245,187)
#CAF6C8
(202,246,200)
#D6F7D5
(214,247,213)
#E2F8E2
(226,248,226)
#EEF9EF
(238,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76EF6D; }

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

This text font color is #76EF6D.


Background Color

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

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

This div background color is #76EF6D.


Border color

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

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

This div border color is #76EF6D.


Opacity

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

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

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

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

This text has shadow with #76EF6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76EF6D on black background.


Color preview on white background

This text has color #76EF6D on white background.



Black color preview on #76EF6D background

This text has black color on #76EF6D background.


White color preview on #76EF6D background

This text has white color on #76EF6D background.