Color Hex Logo

#76d816 Color Hex

#76D816
(118,216,22)
0 Favorites   0 Comments

Color spaces of #76d816

RGB 11821622
HSL0.250.820.47
HSV90°90°85°
CMYK 0.450.000.90   0.15
XYZ32.171953.02129.2975
Yxy53.02120.34050.5611
Hunter Lab72.8157-48.561343.4005
CIE-Lab77.8875-56.230473.8042

#76d816 color RGB value is (118,216,22).

#76d816 hex color red value is 118, green value is 216 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #76d816 hue: 0.25 , saturation: 0.82 and the lightness value of 76d816 is 0.47.

The process color (four color CMYK) of #76d816 color hex is 0.45, 0.00, 0.90, 0.15. Web safe color of #76d816 is #66cc00. Color #76d816 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011000 00010110
Octal 166 330 26
Decimal 118 216 22
Hex 76 D8 16

RGB Percentages of Color #76d816

%33.15
%60.67
%6.18

CMYK Percentages of Color #76d816

%45
%0
%90
%15

Triadic Colors of #76d816

#76d816 #1676d8 #d81676

Analogous Colors of #76d816

#76d816 #16d817 #d7d816

Monochromatic Colors of #76d816

#76d816

Complementary Color

#76d816 #7816d8

#76d816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76d816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76d816 Color CSS Codes

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

#76d816 Text Font Color

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

This sample text font color is #76d816
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.


#76d816 Background Color

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

This div background color is #76d816


#76d816 Border Color

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

This div border color is #76d816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76d816


Comments

No comments written yet.

Please login to write comment.