Color Hex Logo

#61c988 Color Hex

#61C988
(97,201,136)
0 Favorites   0 Comments

Color spaces of #61c988

RGB 97201136
HSL0.400.490.58
HSV143°52°79°
CMYK 0.520.000.32   0.21
XYZ30.260346.092230.5944
Yxy46.09220.28290.4310
Hunter Lab67.8912-39.249120.8055
CIE-Lab73.6053-44.815623.4962

#61c988 color RGB value is (97,201,136).

#61c988 hex color red value is 97, green value is 201 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #61c988 hue: 0.40 , saturation: 0.49 and the lightness value of 61c988 is 0.58.

The process color (four color CMYK) of #61c988 color hex is 0.52, 0.00, 0.32, 0.21. Web safe color of #61c988 is #66cc99. Color #61c988 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001001 10001000
Octal 141 311 210
Decimal 97 201 136
Hex 61 C9 88

RGB Percentages of Color #61c988

%22.35
%46.31
%31.34

CMYK Percentages of Color #61c988

%52
%0
%32
%21

Triadic Colors of #61c988

#61c988 #8861c9 #c98861

Analogous Colors of #61c988

#61c988 #61c9bc #6ec961

Monochromatic Colors of #61c988

#61c988

Complementary Color

#61c988 #c961a2

#61c988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61c988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61c988 Color CSS Codes

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

#61c988 Text Font Color

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

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


#61c988 Background Color

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

This div background color is #61c988


#61c988 Border Color

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

This div border color is #61c988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61c988


Comments

No comments written yet.

Please login to write comment.