COLOR #76F280

HEX: #76F280
RGB: (118,242,128)

Color info

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

RGB color model

#76F280 color RGB value is (118,242,128).

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

RGB channels and saturation

R 118 of 255 = 46%
G 242 of 255 = 95%
B 128 of 255 = 50%

118
242
128

R + G + B ~ 64%. #76F280 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 242 + 128 = 488 (100%)
R 118 of 488 ~ 24.18%
G 242 of 488 ~ 49.59%
B 128 of 488 ~ 26.23%

%24.18
%49.59
%26.23

CMYK color model

#76F280 color CMYK value is (51,0,47,5).

  • cyan value is 51.24%
  • magenta value is 0.00%
  • yellow value is 47.11%
  • key color value is 5.10%
CMYK:
(51,0,47,5)
C51M0Y47K5 
(51%,0%,47%,5%)
(0.51/0.00/0.47/0.05)	

CMYK percentages

%51.24
%0
%47.11
%5.1

Codes

Color #76F280 in popluar color models

76F280
RGB118242128
HSL125°82.67%70.59%
HSB/HSV125°51.24%94.90%
CMYK51.24%0.00%47.11%
5.10%

Color #76F280 in popluar number systems.

HEX76F280
Decimal118242128
Binary11101101111001010000000
Octal166362200

Shades and tints

Shades of #76F280

#76F280
(118,242,128)
#6CDC75
(108,220,117)
#62C66A
(98,198,106)
#58B05F
(88,176,95)
#4E9A54
(78,154,84)
#448449
(68,132,73)
#3A6E3E
(58,110,62)
#305833
(48,88,51)
#264228
(38,66,40)
#1C2C1D
(28,44,29)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #76F280

#76F280
(118,242,128)
#82F38B
(130,243,139)
#8EF496
(142,244,150)
#9AF5A1
(154,245,161)
#A6F6AC
(166,246,172)
#B2F7B7
(178,247,183)
#BEF8C2
(190,248,194)
#CAF9CD
(202,249,205)
#D6FAD8
(214,250,216)
#E2FBE3
(226,251,227)
#EEFCEE
(238,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76F280; }

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

This text font color is #76F280.


Background Color

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

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

This div background color is #76F280.


Border color

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

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

This div border color is #76F280.


Opacity

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

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

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

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

This text has shadow with #76F280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F280 on black background.


Color preview on white background

This text has color #76F280 on white background.



Black color preview on #76F280 background

This text has black color on #76F280 background.


White color preview on #76F280 background

This text has white color on #76F280 background.