Color Hex Logo

#5dd261 Color Hex

#5DD261
(93,210,97)
0 Favorites   0 Comments

Color spaces of #5dd261

RGB 9321097
HSL0.340.570.59
HSV122°56°82°
CMYK 0.560.000.54   0.18
XYZ29.718549.283419.2556
Yxy49.28340.30250.5016
Hunter Lab70.2021-47.289832.8790
CIE-Lab75.6273-55.580945.7171

#5dd261 color RGB value is (93,210,97).

#5dd261 hex color red value is 93, green value is 210 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #5dd261 hue: 0.34 , saturation: 0.57 and the lightness value of 5dd261 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11010010 01100001
Octal 135 322 141
Decimal 93 210 97
Hex 5D D2 61

RGB Percentages of Color #5dd261

%23.25
%52.50
%24.25

CMYK Percentages of Color #5dd261

%56
%0
%54
%18

Triadic Colors of #5dd261

#5dd261 #615dd2 #d2615d

Analogous Colors of #5dd261

#5dd261 #5dd29c #94d25d

Monochromatic Colors of #5dd261

#5dd261

Complementary Color

#5dd261 #d25dce

#5dd261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dd261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dd261 Color CSS Codes

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

#5dd261 Text Font Color

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

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


#5dd261 Background Color

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

This div background color is #5dd261


#5dd261 Border Color

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

This div border color is #5dd261


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,210,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5dd261; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5dd261;
  -webkit-box-shadow: 1px 1px 3px 2px #5dd261;
  box-shadow:         1px 1px 3px 2px #5dd261; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dd261


Comments

No comments written yet.

Please login to write comment.