COLOR #76F4A2

HEX: #76F4A2
RGB: (118,244,162)

Color info

#76F4A2 contains mainly green color. Web safe color of #76F4A2 is #66FF99 (or #6F9).

RGB color model

#76F4A2 color RGB value is (118,244,162).

  • red value is 118;
  • green value is 244;
  • blue value is 162.
RGB:
(118,244,162)
(46%,96%,64%)

RGB channels and saturation

R 118 of 255 = 46%
G 244 of 255 = 96%
B 162 of 255 = 64%

118
244
162

R + G + B ~ 69%. #76F4A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 244 + 162 = 524 (100%)
R 118 of 524 ~ 22.52%
G 244 of 524 ~ 46.56%
B 162 of 524 ~ 30.92%

%22.52
%46.56
%30.92

CMYK color model

#76F4A2 color CMYK value is (52,0,34,4).

  • cyan value is 51.64%
  • magenta value is 0.00%
  • yellow value is 33.61%
  • key color value is 4.31%
CMYK:
(52,0,34,4)
C52M0Y34K4 
(52%,0%,34%,4%)
(0.52/0.00/0.34/0.04)	

CMYK percentages

%51.64
%0
%33.61
%4.31

Codes

Color #76F4A2 in popluar color models

76F4A2
RGB118244162
HSL141°85.14%70.98%
HSB/HSV141°51.64%95.69%
CMYK51.64%0.00%33.61%
4.31%

Color #76F4A2 in popluar number systems.

HEX76F4A2
Decimal118244162
Binary11101101111010010100010
Octal166364242

Shades and tints

Shades of #76F4A2

#76F4A2
(118,244,162)
#6CDE94
(108,222,148)
#62C886
(98,200,134)
#58B278
(88,178,120)
#4E9C6A
(78,156,106)
#44865C
(68,134,92)
#3A704E
(58,112,78)
#305A40
(48,90,64)
#264432
(38,68,50)
#1C2E24
(28,46,36)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #76F4A2

#76F4A2
(118,244,162)
#82F5AA
(130,245,170)
#8EF6B2
(142,246,178)
#9AF7BA
(154,247,186)
#A6F8C2
(166,248,194)
#B2F9CA
(178,249,202)
#BEFAD2
(190,250,210)
#CAFBDA
(202,251,218)
#D6FCE2
(214,252,226)
#E2FDEA
(226,253,234)
#EEFEF2
(238,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76F4A2 color. Also use rgb(118,244,162) instead hex code.

Text Font Color

.myTextColor { color: #76F4A2; }

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

This text font color is #76F4A2.


Background Color

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

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

This div background color is #76F4A2.


Border color

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

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

This div border color is #76F4A2.


Opacity

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

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

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

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

This text has shadow with #76F4A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F4A2 on black background.


Color preview on white background

This text has color #76F4A2 on white background.



Black color preview on #76F4A2 background

This text has black color on #76F4A2 background.


White color preview on #76F4A2 background

This text has white color on #76F4A2 background.