COLOR #76F45D

HEX: #76F45D
RGB: (118,244,93)

Color info

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

RGB color model

#76F45D color RGB value is (118,244,93).

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

RGB channels and saturation

R 118 of 255 = 46%
G 244 of 255 = 96%
B 93 of 255 = 36%

118
244
93

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

Portions of RGB colors in percentages

R + G + B =
118 + 244 + 93 = 455 (100%)
R 118 of 455 ~ 25.93%
G 244 of 455 ~ 53.63%
B 93 of 455 ~ 20.44%

%25.93
%53.63
%20.44

CMYK color model

#76F45D color CMYK value is (52,0,62,4).

  • cyan value is 51.64%
  • magenta value is 0.00%
  • yellow value is 61.89%
  • key color value is 4.31%
CMYK:
(52,0,62,4)
C52M0Y62K4 
(52%,0%,62%,4%)
(0.52/0.00/0.62/0.04)	

CMYK percentages

%51.64
%0
%61.89
%4.31

Codes

Color #76F45D in popluar color models

76F45D
RGB11824493
HSL110°87.28%66.08%
HSB/HSV110°61.89%95.69%
CMYK51.64%0.00%61.89%
4.31%

Color #76F45D in popluar number systems.

HEX76F45D
Decimal11824493
Binary1110110111101001011101
Octal166364135

Shades and tints

Shades of #76F45D

#76F45D
(118,244,93)
#6CDE55
(108,222,85)
#62C84D
(98,200,77)
#58B245
(88,178,69)
#4E9C3D
(78,156,61)
#448635
(68,134,53)
#3A702D
(58,112,45)
#305A25
(48,90,37)
#26441D
(38,68,29)
#1C2E15
(28,46,21)
#12180D
(18,24,13)
#000000
(0,0,0)

Tints of #76F45D

#76F45D
(118,244,93)
#82F56B
(130,245,107)
#8EF679
(142,246,121)
#9AF787
(154,247,135)
#A6F895
(166,248,149)
#B2F9A3
(178,249,163)
#BEFAB1
(190,250,177)
#CAFBBF
(202,251,191)
#D6FCCD
(214,252,205)
#E2FDDB
(226,253,219)
#EEFEE9
(238,254,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76F45D; }

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

This text font color is #76F45D.


Background Color

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

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

This div background color is #76F45D.


Border color

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

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

This div border color is #76F45D.


Opacity

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

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

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

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

This text has shadow with #76F45D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F45D on black background.


Color preview on white background

This text has color #76F45D on white background.



Black color preview on #76F45D background

This text has black color on #76F45D background.


White color preview on #76F45D background

This text has white color on #76F45D background.