Color Hex Logo

#61dd3f Color Hex

#61DD3F
(97,221,63)
0 Favorites   0 Comments

Color spaces of #61dd3f

RGB 9722163
HSL0.300.700.56
HSV107°71°87°
CMYK 0.560.000.71   0.13
XYZ31.683454.613213.5741
Yxy54.61320.31720.5468
Hunter Lab73.9007-52.798240.8401
CIE-Lab78.8179-62.013563.5681

#61dd3f color RGB value is (97,221,63).

#61dd3f hex color red value is 97, green value is 221 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #61dd3f hue: 0.30 , saturation: 0.70 and the lightness value of 61dd3f is 0.56.

The process color (four color CMYK) of #61dd3f color hex is 0.56, 0.00, 0.71, 0.13. Web safe color of #61dd3f is #66cc33. Color #61dd3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011101 00111111
Octal 141 335 77
Decimal 97 221 63
Hex 61 DD 3F

RGB Percentages of Color #61dd3f

%25.46
%58.01
%16.54

CMYK Percentages of Color #61dd3f

%56
%0
%71
%13

Triadic Colors of #61dd3f

#61dd3f #3f61dd #dd3f61

Analogous Colors of #61dd3f

#61dd3f #3fdd6c #b0dd3f

Monochromatic Colors of #61dd3f

#61dd3f

Complementary Color

#61dd3f #bb3fdd

#61dd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dd3f Color CSS Codes

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

#61dd3f Text Font Color

<p style="color:#61dd3f">Text here</p>

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


#61dd3f Background Color

<div style="background-color:#61dd3f">
Div content here</div>

This div background color is #61dd3f


#61dd3f Border Color

<div style="border:3px solid #61dd3f">
Div here</div>

This div border color is #61dd3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,221,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61dd3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61dd3f;
  -webkit-box-shadow: 1px 1px 3px 2px #61dd3f;
  box-shadow:         1px 1px 3px 2px #61dd3f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dd3f


Comments

No comments written yet.

Please login to write comment.