Color Hex Logo

#61bc01 Color Hex

#61BC01
(97,188,1)
0 Favorites   0 Comments

Color spaces of #61bc01

RGB 971881
HSL0.250.990.37
HSV89°99°74°
CMYK 0.480.000.99   0.26
XYZ22.918538.51006.2540
Yxy38.51000.33860.5690
Hunter Lab62.0564-42.675637.4643
CIE-Lab68.3948-52.561568.3417

#61bc01 color RGB value is (97,188,1).

#61bc01 hex color red value is 97, green value is 188 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #61bc01 hue: 0.25 , saturation: 0.99 and the lightness value of 61bc01 is 0.37.

The process color (four color CMYK) of #61bc01 color hex is 0.48, 0.00, 0.99, 0.26. Web safe color of #61bc01 is #66cc00. Color #61bc01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111100 00000001
Octal 141 274 1
Decimal 97 188 1
Hex 61 BC 1

RGB Percentages of Color #61bc01

%33.92
%65.73
%0.35

CMYK Percentages of Color #61bc01

%48
%0
%99
%26

Triadic Colors of #61bc01

#61bc01 #0161bc #bc0161

Analogous Colors of #61bc01

#61bc01 #04bc01 #bcba01

Monochromatic Colors of #61bc01

#61bc01

Complementary Color

#61bc01 #5c01bc

#61bc01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bc01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bc01 Color CSS Codes

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

#61bc01 Text Font Color

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

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


#61bc01 Background Color

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

This div background color is #61bc01


#61bc01 Border Color

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

This div border color is #61bc01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bc01


Comments

No comments written yet.

Please login to write comment.