Color Hex Logo

#61d71b Color Hex

#61D71B
(97,215,27)
0 Favorites   0 Comments

Color spaces of #61d71b

RGB 9721527
HSL0.270.780.47
HSV98°87°84°
CMYK 0.550.000.87   0.16
XYZ29.428051.22149.3726
Yxy51.22140.32690.5690
Hunter Lab71.5691-51.849842.3338
CIE-Lab76.8129-61.800871.7150

#61d71b color RGB value is (97,215,27).

#61d71b hex color red value is 97, green value is 215 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #61d71b hue: 0.27 , saturation: 0.78 and the lightness value of 61d71b is 0.47.

The process color (four color CMYK) of #61d71b color hex is 0.55, 0.00, 0.87, 0.16. Web safe color of #61d71b is #66cc33. Color #61d71b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11010111 00011011
Octal 141 327 33
Decimal 97 215 27
Hex 61 D7 1B

RGB Percentages of Color #61d71b

%28.61
%63.42
%7.96

CMYK Percentages of Color #61d71b

%55
%0
%87
%16

Triadic Colors of #61d71b

#61d71b #1b61d7 #d71b61

Analogous Colors of #61d71b

#61d71b #1bd733 #bfd71b

Monochromatic Colors of #61d71b

#61d71b

Complementary Color

#61d71b #911bd7

#61d71b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61d71b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61d71b Color CSS Codes

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

#61d71b Text Font Color

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

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


#61d71b Background Color

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

This div background color is #61d71b


#61d71b Border Color

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

This div border color is #61d71b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61d71b


Comments

No comments written yet.

Please login to write comment.