Color Hex Logo

#76e028 Color Hex

#76E028
(118,224,40)
0 Favorites   0 Comments

Color spaces of #76e028

RGB 11822440
HSL0.260.750.52
HSV95°82°88°
CMYK 0.470.000.82   0.12
XYZ34.509957.316111.2517
Yxy57.31610.33480.5560
Hunter Lab75.7074-51.121844.1834
CIE-Lab80.3571-58.630572.2796

#76e028 color RGB value is (118,224,40).

#76e028 hex color red value is 118, green value is 224 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #76e028 hue: 0.26 , saturation: 0.75 and the lightness value of 76e028 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11100000 00101000
Octal 166 340 50
Decimal 118 224 40
Hex 76 E0 28

RGB Percentages of Color #76e028

%30.89
%58.64
%10.47

CMYK Percentages of Color #76e028

%47
%0
%82
%12

Triadic Colors of #76e028

#76e028 #2876e0 #e02876

Analogous Colors of #76e028

#76e028 #28e036 #d2e028

Monochromatic Colors of #76e028

#76e028

Complementary Color

#76e028 #9228e0

#76e028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76e028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76e028 Color CSS Codes

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

#76e028 Text Font Color

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

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


#76e028 Background Color

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

This div background color is #76e028


#76e028 Border Color

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

This div border color is #76e028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76e028


Comments

No comments written yet.

Please login to write comment.