Color Hex Logo

#65d265 Color Hex

#65D265
(101,210,101)
0 Favorites   0 Comments

Color spaces of #65d265

RGB 101210101
HSL0.330.550.61
HSV120°52°82°
CMYK 0.520.000.52   0.18
XYZ30.762449.799520.3028
Yxy49.79950.30500.4937
Hunter Lab70.5688-45.683432.3403
CIE-Lab75.9460-53.026944.2674

#65d265 color RGB value is (101,210,101).

#65d265 hex color red value is 101, green value is 210 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #65d265 hue: 0.33 , saturation: 0.55 and the lightness value of 65d265 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 11010010 01100101
Octal 145 322 145
Decimal 101 210 101
Hex 65 D2 65

RGB Percentages of Color #65d265

%24.51
%50.97
%24.51

CMYK Percentages of Color #65d265

%52
%0
%52
%18

Triadic Colors of #65d265

#65d265 #6565d2 #d26565

Analogous Colors of #65d265

#65d265 #65d29c #9cd265

Monochromatic Colors of #65d265

#65d265

Complementary Color

#65d265 #d265d2

#65d265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65d265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65d265 Color CSS Codes

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

#65d265 Text Font Color

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

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


#65d265 Background Color

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

This div background color is #65d265


#65d265 Border Color

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

This div border color is #65d265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65d265


Comments

No comments written yet.

Please login to write comment.