COLOR #76FD26

HEX: #76FD26
RGB: (118,253,38)

Color info

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

RGB color model

#76FD26 color RGB value is (118,253,38).

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

RGB channels and saturation

R 118 of 255 = 46%
G 253 of 255 = 99%
B 38 of 255 = 15%

118
253
38

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

Portions of RGB colors in percentages

R + G + B =
118 + 253 + 38 = 409 (100%)
R 118 of 409 ~ 28.85%
G 253 of 409 ~ 61.86%
B 38 of 409 ~ 9.29%

%28.85
%61.86

CMYK color model

#76FD26 color CMYK value is (53,0,85,1).

  • cyan value is 53.36%
  • magenta value is 0.00%
  • yellow value is 84.98%
  • key color value is 0.78%
CMYK:
(53,0,85,1)
C53M0Y85K1 
(53%,0%,85%,1%)
(0.53/0.00/0.85/0.01)	

CMYK percentages

%53.36
%0
%84.98
%0.78

Codes

Color #76FD26 in popluar color models

76FD26
RGB11825338
HSL98°98.17%57.06%
HSB/HSV98°84.98%99.22%
CMYK53.36%0.00%84.98%
0.78%

Color #76FD26 in popluar number systems.

HEX76FD26
Decimal11825338
Binary111011011111101100110
Octal16637546

Shades and tints

Shades of #76FD26

#76FD26
(118,253,38)
#6CE623
(108,230,35)
#62CF20
(98,207,32)
#58B81D
(88,184,29)
#4EA11A
(78,161,26)
#448A17
(68,138,23)
#3A7314
(58,115,20)
#305C11
(48,92,17)
#26450E
(38,69,14)
#1C2E0B
(28,46,11)
#121708
(18,23,8)
#000000
(0,0,0)

Tints of #76FD26

#76FD26
(118,253,38)
#82FD39
(130,253,57)
#8EFD4C
(142,253,76)
#9AFD5F
(154,253,95)
#A6FD72
(166,253,114)
#B2FD85
(178,253,133)
#BEFD98
(190,253,152)
#CAFDAB
(202,253,171)
#D6FDBE
(214,253,190)
#E2FDD1
(226,253,209)
#EEFDE4
(238,253,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76FD26; }

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

This text font color is #76FD26.


Background Color

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

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

This div background color is #76FD26.


Border color

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

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

This div border color is #76FD26.


Opacity

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

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

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

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

This text has shadow with #76FD26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76FD26 on black background.


Color preview on white background

This text has color #76FD26 on white background.



Black color preview on #76FD26 background

This text has black color on #76FD26 background.


White color preview on #76FD26 background

This text has white color on #76FD26 background.