Color Hex Logo

#65d65e Color Hex

#65D65E
(101,214,94)
0 Favorites   0 Comments

Color spaces of #65d65e

RGB 10121494
HSL0.320.590.60
HSV117°56°84°
CMYK 0.530.000.56   0.16
XYZ31.433851.668018.9059
Yxy51.66800.30820.5065
Hunter Lab71.8805-47.731634.7219
CIE-Lab77.0819-55.443348.9087

#65d65e color RGB value is (101,214,94).

#65d65e hex color red value is 101, green value is 214 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #65d65e hue: 0.32 , saturation: 0.59 and the lightness value of 65d65e is 0.60.

The process color (four color CMYK) of #65d65e color hex is 0.53, 0.00, 0.56, 0.16. Web safe color of #65d65e is #66cc66. Color #65d65e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11010110 01011110
Octal 145 326 136
Decimal 101 214 94
Hex 65 D6 5E

RGB Percentages of Color #65d65e

%24.69
%52.32
%22.98

CMYK Percentages of Color #65d65e

%53
%0
%56
%16

Triadic Colors of #65d65e

#65d65e #5e65d6 #d65e65

Analogous Colors of #65d65e

#65d65e #5ed693 #a1d65e

Monochromatic Colors of #65d65e

#65d65e

Complementary Color

#65d65e #cf5ed6

#65d65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65d65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#65d65e Color CSS Codes

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

#65d65e Text Font Color

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

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


#65d65e Background Color

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

This div background color is #65d65e


#65d65e Border Color

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

This div border color is #65d65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65d65e


Comments

No comments written yet.

Please login to write comment.