COLOR #76FE33

HEX: #76FE33
RGB: (118,254,51)

Color info

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

RGB color model

#76FE33 color RGB value is (118,254,51).

  • red value is 118;
  • green value is 254;
  • blue value is 51.
RGB:
(118,254,51)
(46%,100%,20%)

RGB channels and saturation

R 118 of 255 = 46%
G 254 of 255 = 100%
B 51 of 255 = 20%

118
254
51

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

Portions of RGB colors in percentages

R + G + B =
118 + 254 + 51 = 423 (100%)
R 118 of 423 ~ 27.9%
G 254 of 423 ~ 60.05%
B 51 of 423 ~ 12.06%

%27.9
%60.05
%12.06

CMYK color model

#76FE33 color CMYK value is (54,0,80,0).

  • cyan value is 53.54%
  • magenta value is 0.00%
  • yellow value is 79.92%
  • key color value is 0.39%
CMYK:
(54,0,80,0)
C54M0Y80K0 
(54%,0%,80%,0%)
(0.54/0.00/0.80/0.00)	

CMYK percentages

%53.54
%0
%79.92
%0.39

Codes

Color #76FE33 in popluar color models

76FE33
RGB11825451
HSL100°99.02%59.80%
HSB/HSV100°79.92%99.61%
CMYK53.54%0.00%79.92%
0.39%

Color #76FE33 in popluar number systems.

HEX76FE33
Decimal11825451
Binary111011011111110110011
Octal16637663

Shades and tints

Shades of #76FE33

#76FE33
(118,254,51)
#6CE72F
(108,231,47)
#62D02B
(98,208,43)
#58B927
(88,185,39)
#4EA223
(78,162,35)
#448B1F
(68,139,31)
#3A741B
(58,116,27)
#305D17
(48,93,23)
#264613
(38,70,19)
#1C2F0F
(28,47,15)
#12180B
(18,24,11)
#000000
(0,0,0)

Tints of #76FE33

#76FE33
(118,254,51)
#82FE45
(130,254,69)
#8EFE57
(142,254,87)
#9AFE69
(154,254,105)
#A6FE7B
(166,254,123)
#B2FE8D
(178,254,141)
#BEFE9F
(190,254,159)
#CAFEB1
(202,254,177)
#D6FEC3
(214,254,195)
#E2FED5
(226,254,213)
#EEFEE7
(238,254,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76FE33 color. Also use rgb(118,254,51) instead hex code.

Text Font Color

.myTextColor { color: #76FE33; }

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

This text font color is #76FE33.


Background Color

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

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

This div background color is #76FE33.


Border color

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

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

This div border color is #76FE33.


Opacity

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

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

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

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

This text has shadow with #76FE33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76FE33 on black background.


Color preview on white background

This text has color #76FE33 on white background.



Black color preview on #76FE33 background

This text has black color on #76FE33 background.


White color preview on #76FE33 background

This text has white color on #76FE33 background.