COLOR #76F281

HEX: #76F281
RGB: (118,242,129)

Color info

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

RGB color model

#76F281 color RGB value is (118,242,129).

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

RGB channels and saturation

R 118 of 255 = 46%
G 242 of 255 = 95%
B 129 of 255 = 51%

118
242
129

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

Portions of RGB colors in percentages

R + G + B =
118 + 242 + 129 = 489 (100%)
R 118 of 489 ~ 24.13%
G 242 of 489 ~ 49.49%
B 129 of 489 ~ 26.38%

%24.13
%49.49
%26.38

CMYK color model

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

  • cyan value is 51.24%
  • magenta value is 0.00%
  • yellow value is 46.69%
  • 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
%46.69
%5.1

Codes

Color #76F281 in popluar color models

76F281
RGB118242129
HSL125°82.67%70.59%
HSB/HSV125°51.24%94.90%
CMYK51.24%0.00%46.69%
5.10%

Color #76F281 in popluar number systems.

HEX76F281
Decimal118242129
Binary11101101111001010000001
Octal166362201

Shades and tints

Shades of #76F281

#76F281
(118,242,129)
#6CDC76
(108,220,118)
#62C66B
(98,198,107)
#58B060
(88,176,96)
#4E9A55
(78,154,85)
#44844A
(68,132,74)
#3A6E3F
(58,110,63)
#305834
(48,88,52)
#264229
(38,66,41)
#1C2C1E
(28,44,30)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #76F281

#76F281
(118,242,129)
#82F38C
(130,243,140)
#8EF497
(142,244,151)
#9AF5A2
(154,245,162)
#A6F6AD
(166,246,173)
#B2F7B8
(178,247,184)
#BEF8C3
(190,248,195)
#CAF9CE
(202,249,206)
#D6FAD9
(214,250,217)
#E2FBE4
(226,251,228)
#EEFCEF
(238,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76F281; }

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

This text font color is #76F281.


Background Color

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

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

This div background color is #76F281.


Border color

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

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

This div border color is #76F281.


Opacity

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

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

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

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

This text has shadow with #76F281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F281 on black background.


Color preview on white background

This text has color #76F281 on white background.



Black color preview on #76F281 background

This text has black color on #76F281 background.


White color preview on #76F281 background

This text has white color on #76F281 background.