Color Hex Logo

#519602 Color Hex

#519602
(81,150,2)
0 Favorites   0 Comments

Color spaces of #519602

RGB 811502
HSL0.240.970.30
HSV88°99°59°
CMYK 0.460.000.99   0.41
XYZ14.310623.56643.8520
Yxy23.56640.34290.5647
Hunter Lab48.5452-32.334329.2771
CIE-Lab55.6510-42.843857.8806

#519602 color RGB value is (81,150,2).

#519602 hex color red value is 81, green value is 150 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #519602 hue: 0.24 , saturation: 0.97 and the lightness value of 519602 is 0.30.

The process color (four color CMYK) of #519602 color hex is 0.46, 0.00, 0.99, 0.41. Web safe color of #519602 is #669900. Color #519602 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010110 00000010
Octal 121 226 2
Decimal 81 150 2
Hex 51 96 2

RGB Percentages of Color #519602

%34.76
%64.38
%0.86

CMYK Percentages of Color #519602

%46
%0
%99
%41

Triadic Colors of #519602

#519602 #025196 #960251

Analogous Colors of #519602

#519602 #079602 #969102

Monochromatic Colors of #519602

#519602

Complementary Color

#519602 #470296

#519602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519602 Color CSS Codes

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

#519602 Text Font Color

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

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


#519602 Background Color

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

This div background color is #519602


#519602 Border Color

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

This div border color is #519602


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,150,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #519602; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #519602;
  -webkit-box-shadow: 1px 1px 3px 2px #519602;
  box-shadow:         1px 1px 3px 2px #519602; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519602


Comments

No comments written yet.

Please login to write comment.