Color Hex Logo

#76e35f Color Hex

#76E35F
(118,227,95)
0 Favorites   0 Comments

Color spaces of #76e35f

RGB 11822795
HSL0.300.700.63
HSV110°58°89°
CMYK 0.480.000.58   0.11
XYZ37.005959.615920.3831
Yxy59.61590.31630.5095
Hunter Lab77.2113-49.568238.3959
CIE-Lab81.6290-55.712553.9151

#76e35f color RGB value is (118,227,95).

#76e35f hex color red value is 118, green value is 227 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #76e35f hue: 0.30 , saturation: 0.70 and the lightness value of 76e35f is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11100011 01011111
Octal 166 343 137
Decimal 118 227 95
Hex 76 E3 5F

RGB Percentages of Color #76e35f

%26.82
%51.59
%21.59

CMYK Percentages of Color #76e35f

%48
%0
%58
%11

Triadic Colors of #76e35f

#76e35f #5f76e3 #e35f76

Analogous Colors of #76e35f

#76e35f #5fe38a #b8e35f

Monochromatic Colors of #76e35f

#76e35f

Complementary Color

#76e35f #cc5fe3

#76e35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76e35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76e35f Color CSS Codes

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

#76e35f Text Font Color

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

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


#76e35f Background Color

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

This div background color is #76e35f


#76e35f Border Color

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

This div border color is #76e35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76e35f


Comments

No comments written yet.

Please login to write comment.