color codes Logo

#61d09a color codes

#61D09A
(97,208,154)
0 Favorites   0 Comments

Color spaces of #61d09a

RGB 97208154
HSL0.420.540.60
HSV151°53°82°
CMYK 0.530.000.26   0.18
XYZ33.318449.986238.4641
Yxy49.98620.27360.4105
Hunter Lab70.7009-39.607017.2345
CIE-Lab76.0608-44.265517.3432

#61d09a color RGB value is (97,208,154).

#61d09a hex color red value is 97, green value is 208 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #61d09a hue: 0.42 , saturation: 0.54 and the lightness value of 61d09a is 0.60.

The process color (four color CMYK) of #61d09a color code is 0.53, 0.00, 0.26, 0.18. Web safe color of #61d09a is #66cc99. Color #61d09a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11010000 10011010
Octal 141 320 232
Decimal 97 208 154
Hex 61 D0 9A

RGB Percentages of Color #61d09a

%21.13
%45.32
%33.55

CMYK Percentages of Color #61d09a

%53
%0
%26
%18

Triadic Colors of #61d09a

#61d09a #9a61d0 #d09a61

Analogous Colors of #61d09a

#61d09a #61cfd0 #61d063

Monochromatic Colors of #61d09a

#61d09a

Complementary Color

#61d09a #d06197

#61d09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61d09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61d09a Color CSS Codes

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

#61d09a Text Font Color

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

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


#61d09a Background Color

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

This div background color is #61d09a


#61d09a Border Color

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

This div border color is #61d09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61d09a


Comments

No comments written yet.

Please login to write comment.