Color Hex Logo

#76d533 Color Hex

#76D533
(118,213,51)
0 Favorites   0 Comments

Color spaces of #76d533

RGB 11821351
HSL0.260.660.52
HSV95°76°84°
CMYK 0.450.000.76   0.16
XYZ31.863051.679111.4277
Yxy51.67910.33550.5442
Hunter Lab71.8882-46.687740.8967
CIE-Lab77.0886-53.905466.1574

#76d533 color RGB value is (118,213,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11010101 00110011
Octal 166 325 63
Decimal 118 213 51
Hex 76 D5 33

RGB Percentages of Color #76d533

%30.89
%55.76
%13.35

CMYK Percentages of Color #76d533

%45
%0
%76
%16

Triadic Colors of #76d533

#76d533 #3376d5 #d53376

Analogous Colors of #76d533

#76d533 #33d541 #c7d533

Monochromatic Colors of #76d533

#76d533

Complementary Color

#76d533 #9233d5

#76d533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76d533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76d533 Color CSS Codes

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

#76d533 Text Font Color

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

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


#76d533 Background Color

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

This div background color is #76d533


#76d533 Border Color

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

This div border color is #76d533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76d533


Comments

No comments written yet.

Please login to write comment.