Color Hex Logo

#66c525 Color Hex

#66C525
(102,197,37)
0 Favorites   0 Comments

Color spaces of #66c525

RGB 10219737
HSL0.270.680.46
HSV96°81°77°
CMYK 0.480.000.81   0.23
XYZ25.779742.89098.6703
Yxy42.89090.33330.5546
Hunter Lab65.4911-44.345437.9945
CIE-Lab71.4809-53.417164.7849

#66c525 color RGB value is (102,197,37).

#66c525 hex color red value is 102, green value is 197 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #66c525 hue: 0.27 , saturation: 0.68 and the lightness value of 66c525 is 0.46.

The process color (four color CMYK) of #66c525 color hex is 0.48, 0.00, 0.81, 0.23. Web safe color of #66c525 is #66cc33. Color #66c525 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11000101 00100101
Octal 146 305 45
Decimal 102 197 37
Hex 66 C5 25

RGB Percentages of Color #66c525

%30.36
%58.63
%11.01

CMYK Percentages of Color #66c525

%48
%0
%81
%23

Triadic Colors of #66c525

#66c525 #2566c5 #c52566

Analogous Colors of #66c525

#66c525 #25c534 #b6c525

Monochromatic Colors of #66c525

#66c525

Complementary Color

#66c525 #8425c5

#66c525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66c525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66c525 Color CSS Codes

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

#66c525 Text Font Color

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

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


#66c525 Background Color

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

This div background color is #66c525


#66c525 Border Color

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

This div border color is #66c525


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,197,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66c525; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66c525;
  -webkit-box-shadow: 1px 1px 3px 2px #66c525;
  box-shadow:         1px 1px 3px 2px #66c525; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66c525


Comments

No comments written yet.

Please login to write comment.