Color Hex Logo

#65e129 Color Hex

#65E129
(101,225,41)
0 Favorites   0 Comments

Color spaces of #65e129

RGB 10122541
HSL0.280.750.52
HSV100°82°88°
CMYK 0.550.000.82   0.12
XYZ32.692356.777211.3339
Yxy56.77720.32430.5632
Hunter Lab75.3506-54.418043.8273
CIE-Lab80.0541-63.700471.5293

#65e129 color RGB value is (101,225,41).

#65e129 hex color red value is 101, green value is 225 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #65e129 hue: 0.28 , saturation: 0.75 and the lightness value of 65e129 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 11100001 00101001
Octal 145 341 51
Decimal 101 225 41
Hex 65 E1 29

RGB Percentages of Color #65e129

%27.52
%61.31
%11.17

CMYK Percentages of Color #65e129

%55
%0
%82
%12

Triadic Colors of #65e129

#65e129 #2965e1 #e12965

Analogous Colors of #65e129

#65e129 #29e149 #c1e129

Monochromatic Colors of #65e129

#65e129

Complementary Color

#65e129 #a529e1

#65e129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65e129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65e129 Color CSS Codes

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

#65e129 Text Font Color

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

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


#65e129 Background Color

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

This div background color is #65e129


#65e129 Border Color

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

This div border color is #65e129


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,225,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65e129; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65e129;
  -webkit-box-shadow: 1px 1px 3px 2px #65e129;
  box-shadow:         1px 1px 3px 2px #65e129; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65e129


Comments

No comments written yet.

Please login to write comment.