COLOR #76D398

HEX: #76D398
RGB: (118,211,152)

Color info

#76D398 contains mainly green and blue colors. Web safe color of #76D398 is #66CC99 (or #6C9).

RGB color model

#76D398 color RGB value is (118,211,152).

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

RGB channels and saturation

R 118 of 255 = 46%
G 211 of 255 = 83%
B 152 of 255 = 60%

118
211
152

R + G + B ~ 63%. #76D398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 211 + 152 = 481 (100%)
R 118 of 481 ~ 24.53%
G 211 of 481 ~ 43.87%
B 152 of 481 ~ 31.6%

%24.53
%43.87
%31.6

CMYK color model

#76D398 color CMYK value is (44,0,28,17).

  • cyan value is 44.08%
  • magenta value is 0.00%
  • yellow value is 27.96%
  • key color value is 17.25%
CMYK:
(44,0,28,17)
C44M0Y28K17 
(44%,0%,28%,17%)
(0.44/0.00/0.28/0.17)	

CMYK percentages

%44.08
%0
%27.96
%17.25

Codes

Color #76D398 in popluar color models

76D398
RGB118211152
HSL142°51.38%64.51%
HSB/HSV142°44.08%82.75%
CMYK44.08%0.00%27.96%
17.25%

Color #76D398 in popluar number systems.

HEX76D398
Decimal118211152
Binary11101101101001110011000
Octal166323230

Shades and tints

Shades of #76D398

#76D398
(118,211,152)
#6CC08B
(108,192,139)
#62AD7E
(98,173,126)
#589A71
(88,154,113)
#4E8764
(78,135,100)
#447457
(68,116,87)
#3A614A
(58,97,74)
#304E3D
(48,78,61)
#263B30
(38,59,48)
#1C2823
(28,40,35)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #76D398

#76D398
(118,211,152)
#82D7A1
(130,215,161)
#8EDBAA
(142,219,170)
#9ADFB3
(154,223,179)
#A6E3BC
(166,227,188)
#B2E7C5
(178,231,197)
#BEEBCE
(190,235,206)
#CAEFD7
(202,239,215)
#D6F3E0
(214,243,224)
#E2F7E9
(226,247,233)
#EEFBF2
(238,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76D398; }

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

This text font color is #76D398.


Background Color

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

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

This div background color is #76D398.


Border color

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

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

This div border color is #76D398.


Opacity

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

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

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

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

This text has shadow with #76D398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D398 on black background.


Color preview on white background

This text has color #76D398 on white background.



Black color preview on #76D398 background

This text has black color on #76D398 background.


White color preview on #76D398 background

This text has white color on #76D398 background.