Color Hex Logo

#76e144 Color Hex

#76E144
(118,225,68)
0 Favorites   0 Comments

Color spaces of #76e144

RGB 11822568
HSL0.280.720.57
HSV101°70°88°
CMYK 0.480.000.70   0.12
XYZ35.439858.119314.8191
Yxy58.11930.32700.5363
Hunter Lab76.2360-50.433841.8402
CIE-Lab80.8051-57.386164.0285

#76e144 color RGB value is (118,225,68).

#76e144 hex color red value is 118, green value is 225 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #76e144 hue: 0.28 , saturation: 0.72 and the lightness value of 76e144 is 0.57.

The process color (four color CMYK) of #76e144 color hex is 0.48, 0.00, 0.70, 0.12. Web safe color of #76e144 is #66cc33. Color #76e144 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11100001 01000100
Octal 166 341 104
Decimal 118 225 68
Hex 76 E1 44

RGB Percentages of Color #76e144

%28.71
%54.74
%16.55

CMYK Percentages of Color #76e144

%48
%0
%70
%12

Triadic Colors of #76e144

#76e144 #4476e1 #e14476

Analogous Colors of #76e144

#76e144 #44e160 #c5e144

Monochromatic Colors of #76e144

#76e144

Complementary Color

#76e144 #af44e1

#76e144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76e144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76e144 Color CSS Codes

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

#76e144 Text Font Color

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

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


#76e144 Background Color

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

This div background color is #76e144


#76e144 Border Color

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

This div border color is #76e144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76e144


Comments

No comments written yet.

Please login to write comment.