Color Hex Logo

#5fdb65 Color Hex

#5FDB65
(95,219,101)
0 Favorites   0 Comments

Color spaces of #5fdb65

RGB 95219101
HSL0.340.630.62
HSV123°57°86°
CMYK 0.570.000.54   0.14
XYZ32.399854.035521.0342
Yxy54.03550.30150.5028
Hunter Lab73.5088-49.964734.4906
CIE-Lab78.4824-57.973847.2846

#5fdb65 color RGB value is (95,219,101).

#5fdb65 hex color red value is 95, green value is 219 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #5fdb65 hue: 0.34 , saturation: 0.63 and the lightness value of 5fdb65 is 0.62.

The process color (four color CMYK) of #5fdb65 color hex is 0.57, 0.00, 0.54, 0.14. Web safe color of #5fdb65 is #66cc66. Color #5fdb65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011011 01100101
Octal 137 333 145
Decimal 95 219 101
Hex 5F DB 65

RGB Percentages of Color #5fdb65

%22.89
%52.77
%24.34

CMYK Percentages of Color #5fdb65

%57
%0
%54
%14

Triadic Colors of #5fdb65

#5fdb65 #655fdb #db655f

Analogous Colors of #5fdb65

#5fdb65 #5fdba3 #97db5f

Monochromatic Colors of #5fdb65

#5fdb65

Complementary Color

#5fdb65 #db5fd5

#5fdb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdb65 Color CSS Codes

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

#5fdb65 Text Font Color

<p style="color:#5fdb65">Text here</p>

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


#5fdb65 Background Color

<div style="background-color:#5fdb65">
Div content here</div>

This div background color is #5fdb65


#5fdb65 Border Color

<div style="border:3px solid #5fdb65">
Div here</div>

This div border color is #5fdb65


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,219,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fdb65; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fdb65;
  -webkit-box-shadow: 1px 1px 3px 2px #5fdb65;
  box-shadow:         1px 1px 3px 2px #5fdb65; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,219,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 #5fdb65">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdb65


Comments

No comments written yet.

Please login to write comment.