Color spaces of #50b578
RGB | 80 | 181 | 120 |
---|---|---|---|
HSL | 0.40 | 0.41 | 0.51 |
HSV | 144° | 56° | 71° |
CMYK | 0.56 | 0.00 | 0.34 0.29 |
XYZ | 23.2223 | 36.1093 | 23.5151 |
Yxy | 36.1093 | 0.2803 | 0.4359 |
Hunter Lab | 60.0910 | -36.1776 | 18.8621 |
CIE-Lab | 66.6034 | -43.4706 | 22.4257 |
#50b578 color RGB value is (80,181,120).
#50b578 hex color red value is 80, green value is 181 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #50b578 hue: 0.40 , saturation: 0.41 and the lightness value of 50b578 is 0.51.
The process color (four color CMYK) of #50b578 color hex is 0.56, 0.00, 0.34, 0.29. Web safe color of #50b578 is #66cc66. Color #50b578 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 10110101 | 01111000 |
Octal | 120 | 265 | 170 |
Decimal | 80 | 181 | 120 |
Hex | 50 | B5 | 78 |
Shades of #50b578
Tints of #50b578
RGB Percentages of Color #50b578
CMYK Percentages of Color #50b578
Complementary Color
#50b578 | #b5508d |
#50b578 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50b578 Color Preview on White Background
Lorem ipsum dolor sit amet.
#50b578 Color CSS Codes
.mybgcolor {background-color:#50b578; } .myforecolor {color:#50b578; } .mybordercolor {border:3px solid #50b578; }
#50b578 Text Font Color
<p style="color:#50b578">Text here</p>
This sample text font color is #50b578
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.
#50b578 Background Color
<div style="background-color:#50b578">
Div content here</div>
This div background color is #50b578
#50b578 Border Color
<div style="border:3px solid #50b578">
Div here</div>
This div border color is #50b578
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,181,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50b578; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50b578; -webkit-box-shadow: 1px 1px 3px 2px #50b578; box-shadow: 1px 1px 3px 2px #50b578; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,181,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50b578">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50b578; -webkit-box-shadow: 1px 1px 3px 2px #50b578; box-shadow: 1px 1px 3px 2px #50b578;">
Div content here</div>
This div box has shadow with color #50b578
Comments
No comments written yet.
Please login to write comment.