Color Hex Logo

#76d30a Color Hex

#76D30A
(118,211,10)
0 Favorites   0 Comments

Color spaces of #76d30a

RGB 11821110
HSL0.240.910.43
HSV88°95°83°
CMYK 0.440.000.95   0.17
XYZ30.820350.46208.4029
Yxy50.46200.34360.5627
Hunter Lab71.0366-46.869242.7122
CIE-Lab76.3520-54.561474.0772

#76d30a color RGB value is (118,211,10).

#76d30a hex color red value is 118, green value is 211 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #76d30a hue: 0.24 , saturation: 0.91 and the lightness value of 76d30a is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11010011 00001010
Octal 166 323 12
Decimal 118 211 10
Hex 76 D3 A

RGB Percentages of Color #76d30a

%34.81
%62.24
%2.95

CMYK Percentages of Color #76d30a

%44
%0
%95
%17

Triadic Colors of #76d30a

#76d30a #0a76d3 #d30a76

Analogous Colors of #76d30a

#76d30a #12d30a #d3cc0a

Monochromatic Colors of #76d30a

#76d30a

Complementary Color

#76d30a #670ad3

#76d30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76d30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76d30a Color CSS Codes

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

#76d30a Text Font Color

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

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


#76d30a Background Color

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

This div background color is #76d30a


#76d30a Border Color

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

This div border color is #76d30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76d30a


Comments

No comments written yet.

Please login to write comment.