Color Hex Logo

#61f912 Color Hex

#61F912
(97,249,18)
0 Favorites   0 Comments

Color spaces of #61f912

RGB 9724918
HSL0.280.950.52
HSV99°93°98°
CMYK 0.610.000.93   0.02
XYZ38.914670.336412.0975
Yxy70.33640.32070.5796
Hunter Lab83.8668-63.942050.1544
CIE-Lab87.1616-73.387981.7165

#61f912 color RGB value is (97,249,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11111001 00010010
Octal 141 371 22
Decimal 97 249 18
Hex 61 F9 12

RGB Percentages of Color #61f912

%26.65
%68.41
%4.95

CMYK Percentages of Color #61f912

%61
%0
%93
%2

Triadic Colors of #61f912

#61f912 #1261f9 #f91261

Analogous Colors of #61f912

#61f912 #12f937 #d5f912

Monochromatic Colors of #61f912

#61f912

Complementary Color

#61f912 #aa12f9

#61f912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61f912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61f912 Color CSS Codes

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

#61f912 Text Font Color

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

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


#61f912 Background Color

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

This div background color is #61f912


#61f912 Border Color

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

This div border color is #61f912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61f912


Comments

No comments written yet.

Please login to write comment.