Color Hex Logo

#61db2d Color Hex

#61DB2D
(97,219,45)
0 Favorites   0 Comments

Color spaces of #61db2d

RGB 9721945
HSL0.280.710.52
HSV102°79°86°
CMYK 0.560.000.79   0.14
XYZ30.734953.393911.1688
Yxy53.39390.32250.5603
Hunter Lab73.0711-52.794542.0874
CIE-Lab78.1070-62.443768.6312

#61db2d color RGB value is (97,219,45).

#61db2d hex color red value is 97, green value is 219 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #61db2d hue: 0.28 , saturation: 0.71 and the lightness value of 61db2d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011011 00101101
Octal 141 333 55
Decimal 97 219 45
Hex 61 DB 2D

RGB Percentages of Color #61db2d

%26.87
%60.66
%12.47

CMYK Percentages of Color #61db2d

%56
%0
%79
%14

Triadic Colors of #61db2d

#61db2d #2d61db #db2d61

Analogous Colors of #61db2d

#61db2d #2ddb50 #b8db2d

Monochromatic Colors of #61db2d

#61db2d

Complementary Color

#61db2d #a72ddb

#61db2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61db2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#61db2d Color CSS Codes

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

#61db2d Text Font Color

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

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


#61db2d Background Color

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

This div background color is #61db2d


#61db2d Border Color

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

This div border color is #61db2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61db2d


Comments

No comments written yet.

Please login to write comment.