COLOR #76CD81

HEX: #76CD81
RGB: (118,205,129)

Color info

#76CD81 contains mainly green color. Web safe color of #76CD81 is #66CC99 (or #6C9).

RGB color model

#76CD81 color RGB value is (118,205,129).

  • red value is 118;
  • green value is 205;
  • blue value is 129.
RGB:
(118,205,129)
(46%,80%,51%)

RGB channels and saturation

R 118 of 255 = 46%
G 205 of 255 = 80%
B 129 of 255 = 51%

118
205
129

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

Portions of RGB colors in percentages

R + G + B =
118 + 205 + 129 = 452 (100%)
R 118 of 452 ~ 26.11%
G 205 of 452 ~ 45.35%
B 129 of 452 ~ 28.54%

%26.11
%45.35
%28.54

CMYK color model

#76CD81 color CMYK value is (42,0,37,20).

  • cyan value is 42.44%
  • magenta value is 0.00%
  • yellow value is 37.07%
  • key color value is 19.61%
CMYK:
(42,0,37,20)
C42M0Y37K20 
(42%,0%,37%,20%)
(0.42/0.00/0.37/0.20)	

CMYK percentages

%42.44
%0
%37.07
%19.61

Codes

Color #76CD81 in popluar color models

76CD81
RGB118205129
HSL128°46.52%63.33%
HSB/HSV128°42.44%80.39%
CMYK42.44%0.00%37.07%
19.61%

Color #76CD81 in popluar number systems.

HEX76CD81
Decimal118205129
Binary11101101100110110000001
Octal166315201

Shades and tints

Shades of #76CD81

#76CD81
(118,205,129)
#6CBB76
(108,187,118)
#62A96B
(98,169,107)
#589760
(88,151,96)
#4E8555
(78,133,85)
#44734A
(68,115,74)
#3A613F
(58,97,63)
#304F34
(48,79,52)
#263D29
(38,61,41)
#1C2B1E
(28,43,30)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #76CD81

#76CD81
(118,205,129)
#82D18C
(130,209,140)
#8ED597
(142,213,151)
#9AD9A2
(154,217,162)
#A6DDAD
(166,221,173)
#B2E1B8
(178,225,184)
#BEE5C3
(190,229,195)
#CAE9CE
(202,233,206)
#D6EDD9
(214,237,217)
#E2F1E4
(226,241,228)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CD81 color. Also use rgb(118,205,129) instead hex code.

Text Font Color

.myTextColor { color: #76CD81; }

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

This text font color is #76CD81.


Background Color

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

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

This div background color is #76CD81.


Border color

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

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

This div border color is #76CD81.


Opacity

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

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

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

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

This text has shadow with #76CD81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CD81 on black background.


Color preview on white background

This text has color #76CD81 on white background.



Black color preview on #76CD81 background

This text has black color on #76CD81 background.


White color preview on #76CD81 background

This text has white color on #76CD81 background.