Color Hex Logo

#65cb3d Color Hex

#65CB3D
(101,203,61)
0 Favorites   0 Comments

Color spaces of #65cb3d

RGB 10120361
HSL0.290.580.52
HSV103°70°80°
CMYK 0.500.000.70   0.20
XYZ27.565145.815511.8053
Yxy45.81550.32360.5378
Hunter Lab67.6871-45.759737.0402
CIE-Lab73.4257-54.494258.8142

#65cb3d color RGB value is (101,203,61).

#65cb3d hex color red value is 101, green value is 203 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #65cb3d hue: 0.29 , saturation: 0.58 and the lightness value of 65cb3d is 0.52.

The process color (four color CMYK) of #65cb3d color hex is 0.50, 0.00, 0.70, 0.20. Web safe color of #65cb3d is #66cc33. Color #65cb3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 11001011 00111101
Octal 145 313 75
Decimal 101 203 61
Hex 65 CB 3D

RGB Percentages of Color #65cb3d

%27.67
%55.62
%16.71

CMYK Percentages of Color #65cb3d

%50
%0
%70
%20

Triadic Colors of #65cb3d

#65cb3d #3d65cb #cb3d65

Analogous Colors of #65cb3d

#65cb3d #3dcb5c #accb3d

Monochromatic Colors of #65cb3d

#65cb3d

Complementary Color

#65cb3d #a33dcb

#65cb3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65cb3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#65cb3d Color CSS Codes

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

#65cb3d Text Font Color

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

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


#65cb3d Background Color

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

This div background color is #65cb3d


#65cb3d Border Color

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

This div border color is #65cb3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65cb3d


Comments

No comments written yet.

Please login to write comment.