Color Hex Logo

#61e570 Color Hex

#61E570
(97,229,112)
0 Favorites   0 Comments

Color spaces of #61e570

RGB 97229112
HSL0.350.720.64
HSV127°58°90°
CMYK 0.580.000.51   0.10
XYZ35.873759.749924.9714
Yxy59.74990.29750.4955
Hunter Lab77.2981-52.430534.9548
CIE-Lab81.7021-59.789746.0304

#61e570 color RGB value is (97,229,112).

#61e570 hex color red value is 97, green value is 229 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #61e570 hue: 0.35 , saturation: 0.72 and the lightness value of 61e570 is 0.64.

The process color (four color CMYK) of #61e570 color hex is 0.58, 0.00, 0.51, 0.10. Web safe color of #61e570 is #66cc66. Color #61e570 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11100101 01110000
Octal 141 345 160
Decimal 97 229 112
Hex 61 E5 70

RGB Percentages of Color #61e570

%22.15
%52.28
%25.57

CMYK Percentages of Color #61e570

%58
%0
%51
%10

Triadic Colors of #61e570

#61e570 #7061e5 #e57061

Analogous Colors of #61e570

#61e570 #61e5b2 #94e561

Monochromatic Colors of #61e570

#61e570

Complementary Color

#61e570 #e561d6

#61e570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61e570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61e570 Color CSS Codes

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

#61e570 Text Font Color

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

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


#61e570 Background Color

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

This div background color is #61e570


#61e570 Border Color

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

This div border color is #61e570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61e570


Comments

No comments written yet.

Please login to write comment.