Color Hex Logo

#61f901 Color Hex

#61F901
(97,249,1)
0 Favorites   0 Comments

Color spaces of #61f901

RGB 972491
HSL0.270.990.49
HSV97°100°98°
CMYK 0.610.001.00   0.02
XYZ38.810970.294911.5515
Yxy70.29490.32170.5826
Hunter Lab83.8421-64.095150.5206
CIE-Lab87.1413-73.630583.1503

#61f901 color RGB value is (97,249,1).

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

The process color (four color CMYK) of #61f901 color hex is 0.61, 0.00, 1.00, 0.02. Web safe color of #61f901 is #66ff00. Color #61f901 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11111001 00000001
Octal 141 371 1
Decimal 97 249 1
Hex 61 F9 1

RGB Percentages of Color #61f901

%27.95
%71.76
%0.29

CMYK Percentages of Color #61f901

%61
%0
%100
%2

Triadic Colors of #61f901

#61f901 #0161f9 #f90161

Analogous Colors of #61f901

#61f901 #01f91d #ddf901

Monochromatic Colors of #61f901

#61f901

Complementary Color

#61f901 #9901f9

#61f901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61f901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61f901 Color CSS Codes

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

#61f901 Text Font Color

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

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


#61f901 Background Color

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

This div background color is #61f901


#61f901 Border Color

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

This div border color is #61f901


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,249,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 #61f901">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61f901


Comments

No comments written yet.

Please login to write comment.