COLOR #76F493

HEX: #76F493
RGB: (118,244,147)

Color info

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

RGB color model

#76F493 color RGB value is (118,244,147).

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

RGB channels and saturation

R 118 of 255 = 46%
G 244 of 255 = 96%
B 147 of 255 = 58%

118
244
147

R + G + B ~ 67%. #76F493 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 244 + 147 = 509 (100%)
R 118 of 509 ~ 23.18%
G 244 of 509 ~ 47.94%
B 147 of 509 ~ 28.88%

%23.18
%47.94
%28.88

CMYK color model

#76F493 color CMYK value is (52,0,40,4).

  • cyan value is 51.64%
  • magenta value is 0.00%
  • yellow value is 39.75%
  • key color value is 4.31%
CMYK:
(52,0,40,4)
C52M0Y40K4 
(52%,0%,40%,4%)
(0.52/0.00/0.40/0.04)	

CMYK percentages

%51.64
%0
%39.75
%4.31

Codes

Color #76F493 in popluar color models

76F493
RGB118244147
HSL134°85.14%70.98%
HSB/HSV134°51.64%95.69%
CMYK51.64%0.00%39.75%
4.31%

Color #76F493 in popluar number systems.

HEX76F493
Decimal118244147
Binary11101101111010010010011
Octal166364223

Shades and tints

Shades of #76F493

#76F493
(118,244,147)
#6CDE86
(108,222,134)
#62C879
(98,200,121)
#58B26C
(88,178,108)
#4E9C5F
(78,156,95)
#448652
(68,134,82)
#3A7045
(58,112,69)
#305A38
(48,90,56)
#26442B
(38,68,43)
#1C2E1E
(28,46,30)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #76F493

#76F493
(118,244,147)
#82F59C
(130,245,156)
#8EF6A5
(142,246,165)
#9AF7AE
(154,247,174)
#A6F8B7
(166,248,183)
#B2F9C0
(178,249,192)
#BEFAC9
(190,250,201)
#CAFBD2
(202,251,210)
#D6FCDB
(214,252,219)
#E2FDE4
(226,253,228)
#EEFEED
(238,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76F493; }

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

This text font color is #76F493.


Background Color

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

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

This div background color is #76F493.


Border color

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

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

This div border color is #76F493.


Opacity

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

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

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

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

This text has shadow with #76F493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F493 on black background.


Color preview on white background

This text has color #76F493 on white background.



Black color preview on #76F493 background

This text has black color on #76F493 background.


White color preview on #76F493 background

This text has white color on #76F493 background.