COLOR #76FD98

HEX: #76FD98
RGB: (118,253,152)

Color info

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

RGB color model

#76FD98 color RGB value is (118,253,152).

  • red value is 118;
  • green value is 253;
  • blue value is 152.
RGB:
(118,253,152)
(46%,99%,60%)

RGB channels and saturation

R 118 of 255 = 46%
G 253 of 255 = 99%
B 152 of 255 = 60%

118
253
152

R + G + B ~ 68%. #76FD98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 253 + 152 = 523 (100%)
R 118 of 523 ~ 22.56%
G 253 of 523 ~ 48.37%
B 152 of 523 ~ 29.06%

%22.56
%48.37
%29.06

CMYK color model

#76FD98 color CMYK value is (53,0,40,1).

  • cyan value is 53.36%
  • magenta value is 0.00%
  • yellow value is 39.92%
  • key color value is 0.78%
CMYK:
(53,0,40,1)
C53M0Y40K1 
(53%,0%,40%,1%)
(0.53/0.00/0.40/0.01)	

CMYK percentages

%53.36
%0
%39.92
%0.78

Codes

Color #76FD98 in popluar color models

76FD98
RGB118253152
HSL135°97.12%72.75%
HSB/HSV135°53.36%99.22%
CMYK53.36%0.00%39.92%
0.78%

Color #76FD98 in popluar number systems.

HEX76FD98
Decimal118253152
Binary11101101111110110011000
Octal166375230

Shades and tints

Shades of #76FD98

#76FD98
(118,253,152)
#6CE68B
(108,230,139)
#62CF7E
(98,207,126)
#58B871
(88,184,113)
#4EA164
(78,161,100)
#448A57
(68,138,87)
#3A734A
(58,115,74)
#305C3D
(48,92,61)
#264530
(38,69,48)
#1C2E23
(28,46,35)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #76FD98

#76FD98
(118,253,152)
#82FDA1
(130,253,161)
#8EFDAA
(142,253,170)
#9AFDB3
(154,253,179)
#A6FDBC
(166,253,188)
#B2FDC5
(178,253,197)
#BEFDCE
(190,253,206)
#CAFDD7
(202,253,215)
#D6FDE0
(214,253,224)
#E2FDE9
(226,253,233)
#EEFDF2
(238,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76FD98 color. Also use rgb(118,253,152) instead hex code.

Text Font Color

.myTextColor { color: #76FD98; }

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

This text font color is #76FD98.


Background Color

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

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

This div background color is #76FD98.


Border color

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

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

This div border color is #76FD98.


Opacity

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

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

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

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

This text has shadow with #76FD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76FD98 on black background.


Color preview on white background

This text has color #76FD98 on white background.



Black color preview on #76FD98 background

This text has black color on #76FD98 background.


White color preview on #76FD98 background

This text has white color on #76FD98 background.