COLOR #76D638

HEX: #76D638
RGB: (118,214,56)

Color info

#76D638 contains mainly green color. Web safe color of #76D638 is #66CC33 (or #6C3).

RGB color model

#76D638 color RGB value is (118,214,56).

  • red value is 118;
  • green value is 214;
  • blue value is 56.
RGB:
(118,214,56)
(46%,84%,22%)

RGB channels and saturation

R 118 of 255 = 46%
G 214 of 255 = 84%
B 56 of 255 = 22%

118
214
56

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

Portions of RGB colors in percentages

R + G + B =
118 + 214 + 56 = 388 (100%)
R 118 of 388 ~ 30.41%
G 214 of 388 ~ 55.15%
B 56 of 388 ~ 14.43%

%30.41
%55.15
%14.43

CMYK color model

#76D638 color CMYK value is (45,0,74,16).

  • cyan value is 44.86%
  • magenta value is 0.00%
  • yellow value is 73.83%
  • key color value is 16.08%
CMYK:
(45,0,74,16)
C45M0Y74K16 
(45%,0%,74%,16%)
(0.45/0.00/0.74/0.16)	

CMYK percentages

%44.86
%0
%73.83
%16.08

Codes

Color #76D638 in popluar color models

76D638
RGB11821456
HSL96°65.83%52.94%
HSB/HSV96°73.83%83.92%
CMYK44.86%0.00%73.83%
16.08%

Color #76D638 in popluar number systems.

HEX76D638
Decimal11821456
Binary111011011010110111000
Octal16632670

Shades and tints

Shades of #76D638

#76D638
(118,214,56)
#6CC333
(108,195,51)
#62B02E
(98,176,46)
#589D29
(88,157,41)
#4E8A24
(78,138,36)
#44771F
(68,119,31)
#3A641A
(58,100,26)
#305115
(48,81,21)
#263E10
(38,62,16)
#1C2B0B
(28,43,11)
#121806
(18,24,6)
#000000
(0,0,0)

Tints of #76D638

#76D638
(118,214,56)
#82D94A
(130,217,74)
#8EDC5C
(142,220,92)
#9ADF6E
(154,223,110)
#A6E280
(166,226,128)
#B2E592
(178,229,146)
#BEE8A4
(190,232,164)
#CAEBB6
(202,235,182)
#D6EEC8
(214,238,200)
#E2F1DA
(226,241,218)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76D638 color. Also use rgb(118,214,56) instead hex code.

Text Font Color

.myTextColor { color: #76D638; }

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

This text font color is #76D638.


Background Color

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

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

This div background color is #76D638.


Border color

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

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

This div border color is #76D638.


Opacity

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

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

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

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

This text has shadow with #76D638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D638 on black background.


Color preview on white background

This text has color #76D638 on white background.



Black color preview on #76D638 background

This text has black color on #76D638 background.


White color preview on #76D638 background

This text has white color on #76D638 background.