COLOR #76F2A3

HEX: #76F2A3
RGB: (118,242,163)

Color info

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

RGB color model

#76F2A3 color RGB value is (118,242,163).

  • red value is 118;
  • green value is 242;
  • blue value is 163.
RGB:
(118,242,163)
(46%,95%,64%)

RGB channels and saturation

R 118 of 255 = 46%
G 242 of 255 = 95%
B 163 of 255 = 64%

118
242
163

R + G + B ~ 68%. #76F2A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 242 + 163 = 523 (100%)
R 118 of 523 ~ 22.56%
G 242 of 523 ~ 46.27%
B 163 of 523 ~ 31.17%

%22.56
%46.27
%31.17

CMYK color model

#76F2A3 color CMYK value is (51,0,33,5).

  • cyan value is 51.24%
  • magenta value is 0.00%
  • yellow value is 32.64%
  • key color value is 5.10%
CMYK:
(51,0,33,5)
C51M0Y33K5 
(51%,0%,33%,5%)
(0.51/0.00/0.33/0.05)	

CMYK percentages

%51.24
%0
%32.64
%5.1

Codes

Color #76F2A3 in popluar color models

76F2A3
RGB118242163
HSL142°82.67%70.59%
HSB/HSV142°51.24%94.90%
CMYK51.24%0.00%32.64%
5.10%

Color #76F2A3 in popluar number systems.

HEX76F2A3
Decimal118242163
Binary11101101111001010100011
Octal166362243

Shades and tints

Shades of #76F2A3

#76F2A3
(118,242,163)
#6CDC95
(108,220,149)
#62C687
(98,198,135)
#58B079
(88,176,121)
#4E9A6B
(78,154,107)
#44845D
(68,132,93)
#3A6E4F
(58,110,79)
#305841
(48,88,65)
#264233
(38,66,51)
#1C2C25
(28,44,37)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #76F2A3

#76F2A3
(118,242,163)
#82F3AB
(130,243,171)
#8EF4B3
(142,244,179)
#9AF5BB
(154,245,187)
#A6F6C3
(166,246,195)
#B2F7CB
(178,247,203)
#BEF8D3
(190,248,211)
#CAF9DB
(202,249,219)
#D6FAE3
(214,250,227)
#E2FBEB
(226,251,235)
#EEFCF3
(238,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76F2A3 color. Also use rgb(118,242,163) instead hex code.

Text Font Color

.myTextColor { color: #76F2A3; }

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

This text font color is #76F2A3.


Background Color

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

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

This div background color is #76F2A3.


Border color

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

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

This div border color is #76F2A3.


Opacity

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

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

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

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

This text has shadow with #76F2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F2A3 on black background.


Color preview on white background

This text has color #76F2A3 on white background.



Black color preview on #76F2A3 background

This text has black color on #76F2A3 background.


White color preview on #76F2A3 background

This text has white color on #76F2A3 background.