COLOR #76D480

HEX: #76D480
RGB: (118,212,128)

Color info

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

RGB color model

#76D480 color RGB value is (118,212,128).

  • red value is 118;
  • green value is 212;
  • blue value is 128.
RGB:
(118,212,128)
(46%,83%,50%)

RGB channels and saturation

R 118 of 255 = 46%
G 212 of 255 = 83%
B 128 of 255 = 50%

118
212
128

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

Portions of RGB colors in percentages

R + G + B =
118 + 212 + 128 = 458 (100%)
R 118 of 458 ~ 25.76%
G 212 of 458 ~ 46.29%
B 128 of 458 ~ 27.95%

%25.76
%46.29
%27.95

CMYK color model

#76D480 color CMYK value is (44,0,40,17).

  • cyan value is 44.34%
  • magenta value is 0.00%
  • yellow value is 39.62%
  • key color value is 16.86%
CMYK:
(44,0,40,17)
C44M0Y40K17 
(44%,0%,40%,17%)
(0.44/0.00/0.40/0.17)	

CMYK percentages

%44.34
%0
%39.62
%16.86

Codes

Color #76D480 in popluar color models

76D480
RGB118212128
HSL126°52.22%64.71%
HSB/HSV126°44.34%83.14%
CMYK44.34%0.00%39.62%
16.86%

Color #76D480 in popluar number systems.

HEX76D480
Decimal118212128
Binary11101101101010010000000
Octal166324200

Shades and tints

Shades of #76D480

#76D480
(118,212,128)
#6CC175
(108,193,117)
#62AE6A
(98,174,106)
#589B5F
(88,155,95)
#4E8854
(78,136,84)
#447549
(68,117,73)
#3A623E
(58,98,62)
#304F33
(48,79,51)
#263C28
(38,60,40)
#1C291D
(28,41,29)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #76D480

#76D480
(118,212,128)
#82D78B
(130,215,139)
#8EDA96
(142,218,150)
#9ADDA1
(154,221,161)
#A6E0AC
(166,224,172)
#B2E3B7
(178,227,183)
#BEE6C2
(190,230,194)
#CAE9CD
(202,233,205)
#D6ECD8
(214,236,216)
#E2EFE3
(226,239,227)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76D480 color. Also use rgb(118,212,128) instead hex code.

Text Font Color

.myTextColor { color: #76D480; }

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

This text font color is #76D480.


Background Color

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

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

This div background color is #76D480.


Border color

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

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

This div border color is #76D480.


Opacity

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

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

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

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

This text has shadow with #76D480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D480 on black background.


Color preview on white background

This text has color #76D480 on white background.



Black color preview on #76D480 background

This text has black color on #76D480 background.


White color preview on #76D480 background

This text has white color on #76D480 background.