Color Hex Logo

#80cd61 Color Hex

#80CD61
(128,205,97)
0 Favorites   0 Comments

Color spaces of #80cd61

RGB 12820597
HSL0.290.520.59
HSV103°53°80°
CMYK 0.380.000.53   0.20
XYZ32.891149.114919.0558
Yxy49.11490.32550.4860
Hunter Lab70.0820-38.869432.9360
CIE-Lab75.5228-43.460045.9265

#80cd61 color RGB value is (128,205,97).

#80cd61 hex color red value is 128, green value is 205 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #80cd61 hue: 0.29 , saturation: 0.52 and the lightness value of 80cd61 is 0.59.

The process color (four color CMYK) of #80cd61 color hex is 0.38, 0.00, 0.53, 0.20. Web safe color of #80cd61 is #99cc66. Color #80cd61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001101 01100001
Octal 200 315 141
Decimal 128 205 97
Hex 80 CD 61

RGB Percentages of Color #80cd61

%29.77
%47.67
%22.56

CMYK Percentages of Color #80cd61

%38
%0
%53
%20

Triadic Colors of #80cd61

#80cd61 #6180cd #cd6180

Analogous Colors of #80cd61

#80cd61 #61cd78 #b6cd61

Monochromatic Colors of #80cd61

#80cd61

Complementary Color

#80cd61 #ae61cd

#80cd61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cd61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cd61 Color CSS Codes

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

#80cd61 Text Font Color

<p style="color:#80cd61">Text here</p>

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


#80cd61 Background Color

<div style="background-color:#80cd61">
Div content here</div>

This div background color is #80cd61


#80cd61 Border Color

<div style="border:3px solid #80cd61">
Div here</div>

This div border color is #80cd61


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,205,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80cd61; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80cd61;
  -webkit-box-shadow: 1px 1px 3px 2px #80cd61;
  box-shadow:         1px 1px 3px 2px #80cd61; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cd61


Comments

No comments written yet.

Please login to write comment.