Color Hex Logo

#65cf73 Color Hex

#65CF73
(101,207,115)
0 Favorites   0 Comments

Color spaces of #65cf73

RGB 101207115
HSL0.360.520.60
HSV128°51°81°
CMYK 0.510.000.44   0.19
XYZ30.774248.630223.9842
Yxy48.63020.29770.4704
Hunter Lab69.7354-43.264928.4230
CIE-Lab75.2207-49.856536.4906

#65cf73 color RGB value is (101,207,115).

#65cf73 hex color red value is 101, green value is 207 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #65cf73 hue: 0.36 , saturation: 0.52 and the lightness value of 65cf73 is 0.60.

The process color (four color CMYK) of #65cf73 color hex is 0.51, 0.00, 0.44, 0.19. Web safe color of #65cf73 is #66cc66. Color #65cf73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11001111 01110011
Octal 145 317 163
Decimal 101 207 115
Hex 65 CF 73

RGB Percentages of Color #65cf73

%23.88
%48.94
%27.19

CMYK Percentages of Color #65cf73

%51
%0
%44
%19

Triadic Colors of #65cf73

#65cf73 #7365cf #cf7365

Analogous Colors of #65cf73

#65cf73 #65cfa8 #8ccf65

Monochromatic Colors of #65cf73

#65cf73

Complementary Color

#65cf73 #cf65c1

#65cf73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65cf73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65cf73 Color CSS Codes

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

#65cf73 Text Font Color

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

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


#65cf73 Background Color

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

This div background color is #65cf73


#65cf73 Border Color

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

This div border color is #65cf73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65cf73


Comments

No comments written yet.

Please login to write comment.