COLOR #76FF7A

HEX: #76FF7A
RGB: (118,255,122)

Color info

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

RGB color model

#76FF7A color RGB value is (118,255,122).

  • red value is 118;
  • green value is 255;
  • blue value is 122.
RGB:
(118,255,122)
(46%,100%,48%)

RGB channels and saturation

R 118 of 255 = 46%
G 255 of 255 = 100%
B 122 of 255 = 48%

118
255
122

R + G + B ~ 65%. #76FF7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 255 + 122 = 495 (100%)
R 118 of 495 ~ 23.84%
G 255 of 495 ~ 51.52%
B 122 of 495 ~ 24.65%

%23.84
%51.52
%24.65

CMYK color model

#76FF7A color CMYK value is (54,0,52,0).

  • cyan value is 53.73%
  • magenta value is 0.00%
  • yellow value is 52.16%
  • key color value is 0.00%
CMYK:
(54,0,52,0)
C54M0Y52K0 
(54%,0%,52%,0%)
(0.54/0.00/0.52/0.00)	

CMYK percentages

%53.73
%0
%52.16
%0

Codes

Color #76FF7A in popluar color models

76FF7A
RGB118255122
HSL122°100.00%73.14%
HSB/HSV122°53.73%100.00%
CMYK53.73%0.00%52.16%
0.00%

Color #76FF7A in popluar number systems.

HEX76FF7A
Decimal118255122
Binary1110110111111111111010
Octal166377172

Shades and tints

Shades of #76FF7A

#76FF7A
(118,255,122)
#6CE86F
(108,232,111)
#62D164
(98,209,100)
#58BA59
(88,186,89)
#4EA34E
(78,163,78)
#448C43
(68,140,67)
#3A7538
(58,117,56)
#305E2D
(48,94,45)
#264722
(38,71,34)
#1C3017
(28,48,23)
#12190C
(18,25,12)
#000000
(0,0,0)

Tints of #76FF7A

#76FF7A
(118,255,122)
#82FF86
(130,255,134)
#8EFF92
(142,255,146)
#9AFF9E
(154,255,158)
#A6FFAA
(166,255,170)
#B2FFB6
(178,255,182)
#BEFFC2
(190,255,194)
#CAFFCE
(202,255,206)
#D6FFDA
(214,255,218)
#E2FFE6
(226,255,230)
#EEFFF2
(238,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76FF7A color. Also use rgb(118,255,122) instead hex code.

Text Font Color

.myTextColor { color: #76FF7A; }

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

This text font color is #76FF7A.


Background Color

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

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

This div background color is #76FF7A.


Border color

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

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

This div border color is #76FF7A.


Opacity

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

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

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

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

This text has shadow with #76FF7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76FF7A on black background.


Color preview on white background

This text has color #76FF7A on white background.



Black color preview on #76FF7A background

This text has black color on #76FF7A background.


White color preview on #76FF7A background

This text has white color on #76FF7A background.