COLOR #76FB8D

HEX: #76FB8D
RGB: (118,251,141)

Color info

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

RGB color model

#76FB8D color RGB value is (118,251,141).

  • red value is 118;
  • green value is 251;
  • blue value is 141.
RGB:
(118,251,141)
(46%,98%,55%)

RGB channels and saturation

R 118 of 255 = 46%
G 251 of 255 = 98%
B 141 of 255 = 55%

118
251
141

R + G + B ~ 66%. #76FB8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 251 + 141 = 510 (100%)
R 118 of 510 ~ 23.14%
G 251 of 510 ~ 49.22%
B 141 of 510 ~ 27.65%

%23.14
%49.22
%27.65

CMYK color model

#76FB8D color CMYK value is (53,0,44,2).

  • cyan value is 52.99%
  • magenta value is 0.00%
  • yellow value is 43.82%
  • key color value is 1.57%
CMYK:
(53,0,44,2)
C53M0Y44K2 
(53%,0%,44%,2%)
(0.53/0.00/0.44/0.02)	

CMYK percentages

%52.99
%0
%43.82
%1.57

Codes

Color #76FB8D in popluar color models

76FB8D
RGB118251141
HSL130°94.33%72.35%
HSB/HSV130°52.99%98.43%
CMYK52.99%0.00%43.82%
1.57%

Color #76FB8D in popluar number systems.

HEX76FB8D
Decimal118251141
Binary11101101111101110001101
Octal166373215

Shades and tints

Shades of #76FB8D

#76FB8D
(118,251,141)
#6CE581
(108,229,129)
#62CF75
(98,207,117)
#58B969
(88,185,105)
#4EA35D
(78,163,93)
#448D51
(68,141,81)
#3A7745
(58,119,69)
#306139
(48,97,57)
#264B2D
(38,75,45)
#1C3521
(28,53,33)
#121F15
(18,31,21)
#000000
(0,0,0)

Tints of #76FB8D

#76FB8D
(118,251,141)
#82FB97
(130,251,151)
#8EFBA1
(142,251,161)
#9AFBAB
(154,251,171)
#A6FBB5
(166,251,181)
#B2FBBF
(178,251,191)
#BEFBC9
(190,251,201)
#CAFBD3
(202,251,211)
#D6FBDD
(214,251,221)
#E2FBE7
(226,251,231)
#EEFBF1
(238,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76FB8D color. Also use rgb(118,251,141) instead hex code.

Text Font Color

.myTextColor { color: #76FB8D; }

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

This text font color is #76FB8D.


Background Color

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

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

This div background color is #76FB8D.


Border color

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

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

This div border color is #76FB8D.


Opacity

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

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

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

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

This text has shadow with #76FB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76FB8D on black background.


Color preview on white background

This text has color #76FB8D on white background.



Black color preview on #76FB8D background

This text has black color on #76FB8D background.


White color preview on #76FB8D background

This text has white color on #76FB8D background.