Color Hex Logo

#66bd2f Color Hex

#66BD2F
(102,189,47)
0 Favorites   0 Comments

Color spaces of #66bd2f

RGB 10218947
HSL0.270.600.46
HSV97°75°74°
CMYK 0.460.000.75   0.26
XYZ24.190239.42529.0242
Yxy39.42520.33300.5428
Hunter Lab62.7895-41.112935.4314
CIE-Lab69.0582-49.767859.4527

#66bd2f color RGB value is (102,189,47).

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

The process color (four color CMYK) of #66bd2f color hex is 0.46, 0.00, 0.75, 0.26. Web safe color of #66bd2f is #66cc33. Color #66bd2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111101 00101111
Octal 146 275 57
Decimal 102 189 47
Hex 66 BD 2F

RGB Percentages of Color #66bd2f

%30.18
%55.92
%13.91

CMYK Percentages of Color #66bd2f

%46
%0
%75
%26

Triadic Colors of #66bd2f

#66bd2f #2f66bd #bd2f66

Analogous Colors of #66bd2f

#66bd2f #2fbd3f #adbd2f

Monochromatic Colors of #66bd2f

#66bd2f

Complementary Color

#66bd2f #862fbd

#66bd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bd2f Color CSS Codes

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

#66bd2f Text Font Color

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

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


#66bd2f Background Color

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

This div background color is #66bd2f


#66bd2f Border Color

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

This div border color is #66bd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bd2f


Comments

No comments written yet.

Please login to write comment.