Color Hex Logo

#65d469 Color Hex

#65D469
(101,212,105)
0 Favorites   0 Comments

Color spaces of #65d469

RGB 101212105
HSL0.340.560.61
HSV122°52°83°
CMYK 0.520.000.50   0.17
XYZ31.460150.873621.5261
Yxy50.87360.30290.4898
Hunter Lab71.3257-46.087932.0343
CIE-Lab76.6024-53.280043.1488

#65d469 color RGB value is (101,212,105).

#65d469 hex color red value is 101, green value is 212 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #65d469 hue: 0.34 , saturation: 0.56 and the lightness value of 65d469 is 0.61.

The process color (four color CMYK) of #65d469 color hex is 0.52, 0.00, 0.50, 0.17. Web safe color of #65d469 is #66cc66. Color #65d469 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11010100 01101001
Octal 145 324 151
Decimal 101 212 105
Hex 65 D4 69

RGB Percentages of Color #65d469

%24.16
%50.72
%25.12

CMYK Percentages of Color #65d469

%52
%0
%50
%17

Triadic Colors of #65d469

#65d469 #6965d4 #d46965

Analogous Colors of #65d469

#65d469 #65d4a1 #99d465

Monochromatic Colors of #65d469

#65d469

Complementary Color

#65d469 #d465d0

#65d469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65d469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65d469 Color CSS Codes

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

#65d469 Text Font Color

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

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


#65d469 Background Color

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

This div background color is #65d469


#65d469 Border Color

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

This div border color is #65d469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65d469


Comments

No comments written yet.

Please login to write comment.