COLOR #76F662

HEX: #76F662
RGB: (118,246,98)

Color info

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

RGB color model

#76F662 color RGB value is (118,246,98).

  • red value is 118;
  • green value is 246;
  • blue value is 98.
RGB:
(118,246,98)
(46%,96%,38%)

RGB channels and saturation

R 118 of 255 = 46%
G 246 of 255 = 96%
B 98 of 255 = 38%

118
246
98

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

Portions of RGB colors in percentages

R + G + B =
118 + 246 + 98 = 462 (100%)
R 118 of 462 ~ 25.54%
G 246 of 462 ~ 53.25%
B 98 of 462 ~ 21.21%

%25.54
%53.25
%21.21

CMYK color model

#76F662 color CMYK value is (52,0,60,4).

  • cyan value is 52.03%
  • magenta value is 0.00%
  • yellow value is 60.16%
  • key color value is 3.53%
CMYK:
(52,0,60,4)
C52M0Y60K4 
(52%,0%,60%,4%)
(0.52/0.00/0.60/0.04)	

CMYK percentages

%52.03
%0
%60.16
%3.53

Codes

Color #76F662 in popluar color models

76F662
RGB11824698
HSL112°89.16%67.45%
HSB/HSV112°60.16%96.47%
CMYK52.03%0.00%60.16%
3.53%

Color #76F662 in popluar number systems.

HEX76F662
Decimal11824698
Binary1110110111101101100010
Octal166366142

Shades and tints

Shades of #76F662

#76F662
(118,246,98)
#6CE05A
(108,224,90)
#62CA52
(98,202,82)
#58B44A
(88,180,74)
#4E9E42
(78,158,66)
#44883A
(68,136,58)
#3A7232
(58,114,50)
#305C2A
(48,92,42)
#264622
(38,70,34)
#1C301A
(28,48,26)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #76F662

#76F662
(118,246,98)
#82F670
(130,246,112)
#8EF67E
(142,246,126)
#9AF68C
(154,246,140)
#A6F69A
(166,246,154)
#B2F6A8
(178,246,168)
#BEF6B6
(190,246,182)
#CAF6C4
(202,246,196)
#D6F6D2
(214,246,210)
#E2F6E0
(226,246,224)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76F662 color. Also use rgb(118,246,98) instead hex code.

Text Font Color

.myTextColor { color: #76F662; }

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

This text font color is #76F662.


Background Color

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

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

This div background color is #76F662.


Border color

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

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

This div border color is #76F662.


Opacity

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

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

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

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

This text has shadow with #76F662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F662 on black background.


Color preview on white background

This text has color #76F662 on white background.



Black color preview on #76F662 background

This text has black color on #76F662 background.


White color preview on #76F662 background

This text has white color on #76F662 background.