COLOR #76F938

HEX: #76F938
RGB: (118,249,56)

Color info

#76F938 contains mainly green color. Web safe color of #76F938 is #66FF33 (or #6F3).

RGB color model

#76F938 color RGB value is (118,249,56).

  • red value is 118;
  • green value is 249;
  • blue value is 56.
RGB:
(118,249,56)
(46%,98%,22%)

RGB channels and saturation

R 118 of 255 = 46%
G 249 of 255 = 98%
B 56 of 255 = 22%

118
249
56

R + G + B ~ 55%. #76F938 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 249 + 56 = 423 (100%)
R 118 of 423 ~ 27.9%
G 249 of 423 ~ 58.87%
B 56 of 423 ~ 13.24%

%27.9
%58.87
%13.24

CMYK color model

#76F938 color CMYK value is (53,0,78,2).

  • cyan value is 52.61%
  • magenta value is 0.00%
  • yellow value is 77.51%
  • key color value is 2.35%
CMYK:
(53,0,78,2)
C53M0Y78K2 
(53%,0%,78%,2%)
(0.53/0.00/0.78/0.02)	

CMYK percentages

%52.61
%0
%77.51
%2.35

Codes

Color #76F938 in popluar color models

76F938
RGB11824956
HSL101°94.15%59.80%
HSB/HSV101°77.51%97.65%
CMYK52.61%0.00%77.51%
2.35%

Color #76F938 in popluar number systems.

HEX76F938
Decimal11824956
Binary111011011111001111000
Octal16637170

Shades and tints

Shades of #76F938

#76F938
(118,249,56)
#6CE333
(108,227,51)
#62CD2E
(98,205,46)
#58B729
(88,183,41)
#4EA124
(78,161,36)
#448B1F
(68,139,31)
#3A751A
(58,117,26)
#305F15
(48,95,21)
#264910
(38,73,16)
#1C330B
(28,51,11)
#121D06
(18,29,6)
#000000
(0,0,0)

Tints of #76F938

#76F938
(118,249,56)
#82F94A
(130,249,74)
#8EF95C
(142,249,92)
#9AF96E
(154,249,110)
#A6F980
(166,249,128)
#B2F992
(178,249,146)
#BEF9A4
(190,249,164)
#CAF9B6
(202,249,182)
#D6F9C8
(214,249,200)
#E2F9DA
(226,249,218)
#EEF9EC
(238,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76F938 color. Also use rgb(118,249,56) instead hex code.

Text Font Color

.myTextColor { color: #76F938; }

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

This text font color is #76F938.


Background Color

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

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

This div background color is #76F938.


Border color

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

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

This div border color is #76F938.


Opacity

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

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

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

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

This text has shadow with #76F938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F938 on black background.


Color preview on white background

This text has color #76F938 on white background.



Black color preview on #76F938 background

This text has black color on #76F938 background.


White color preview on #76F938 background

This text has white color on #76F938 background.