Color Hex Logo

#76e20b Color Hex

#76E20B
(118,226,11)
0 Favorites   0 Comments

Color spaces of #76e20b

RGB 11822611
HSL0.250.910.46
HSV90°95°89°
CMYK 0.480.000.95   0.11
XYZ34.728058.26849.7332
Yxy58.26840.33810.5672
Hunter Lab76.3337-52.375645.8736
CIE-Lab80.8878-60.168377.6223

#76e20b color RGB value is (118,226,11).

#76e20b hex color red value is 118, green value is 226 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #76e20b hue: 0.25 , saturation: 0.91 and the lightness value of 76e20b is 0.46.

The process color (four color CMYK) of #76e20b color hex is 0.48, 0.00, 0.95, 0.11. Web safe color of #76e20b is #66cc00. Color #76e20b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11100010 00001011
Octal 166 342 13
Decimal 118 226 11
Hex 76 E2 B

RGB Percentages of Color #76e20b

%33.24
%63.66
%3.10

CMYK Percentages of Color #76e20b

%48
%0
%95
%11

Triadic Colors of #76e20b

#76e20b #0b76e2 #e20b76

Analogous Colors of #76e20b

#76e20b #0be20b #e2e20b

Monochromatic Colors of #76e20b

#76e20b

Complementary Color

#76e20b #770be2

#76e20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76e20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76e20b Color CSS Codes

.mybgcolor {background-color:#76e20b; } 
.myforecolor {color:#76e20b; }
.mybordercolor {border:3px solid #76e20b; }

#76e20b Text Font Color

<p style="color:#76e20b">Text here</p>

This sample text font color is #76e20b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#76e20b Background Color

<div style="background-color:#76e20b">
Div content here</div>

This div background color is #76e20b


#76e20b Border Color

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

This div border color is #76e20b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,226,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76e20b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76e20b;
  -webkit-box-shadow: 1px 1px 3px 2px #76e20b;
  box-shadow:         1px 1px 3px 2px #76e20b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,226,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #76e20b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #76e20b;
  -webkit-box-shadow: 1px 1px 3px 2px #76e20b;
  box-shadow:         1px 1px 3px 2px #76e20b;">
Div content here</div>

This div box has shadow with color #76e20b


Comments

No comments written yet.

Please login to write comment.