Color Hex Logo

#76d625 Color Hex

#76D625
(118,214,37)
0 Favorites   0 Comments

Color spaces of #76d625

RGB 11821437
HSL0.260.710.49
HSV93°83°84°
CMYK 0.450.000.83   0.16
XYZ31.851752.078310.1236
Yxy52.07830.33870.5537
Hunter Lab72.1653-47.504542.1983
CIE-Lab77.3276-54.977070.3041

#76d625 color RGB value is (118,214,37).

#76d625 hex color red value is 118, green value is 214 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #76d625 hue: 0.26 , saturation: 0.71 and the lightness value of 76d625 is 0.49.

The process color (four color CMYK) of #76d625 color hex is 0.45, 0.00, 0.83, 0.16. Web safe color of #76d625 is #66cc33. Color #76d625 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11010110 00100101
Octal 166 326 45
Decimal 118 214 37
Hex 76 D6 25

RGB Percentages of Color #76d625

%31.98
%57.99
%10.03

CMYK Percentages of Color #76d625

%45
%0
%83
%16

Triadic Colors of #76d625

#76d625 #2576d6 #d62576

Analogous Colors of #76d625

#76d625 #25d62d #cfd625

Monochromatic Colors of #76d625

#76d625

Complementary Color

#76d625 #8525d6

#76d625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76d625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76d625 Color CSS Codes

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

#76d625 Text Font Color

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

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


#76d625 Background Color

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

This div background color is #76d625


#76d625 Border Color

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

This div border color is #76d625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76d625


Comments

No comments written yet.

Please login to write comment.