Color spaces of #50d21c
RGB | 80 | 210 | 28 |
---|---|---|---|
HSL | 0.29 | 0.76 | 0.47 |
HSV | 103° | 87° | 82° |
CMYK | 0.62 | 0.00 | 0.87 0.18 |
XYZ | 26.5645 | 47.8825 | 8.9408 |
Yxy | 47.8825 | 0.3186 | 0.5742 |
Hunter Lab | 69.1972 | -52.5697 | 40.7773 |
CIE-Lab | 74.7508 | -64.2599 | 69.5370 |
#50d21c color RGB value is (80,210,28).
#50d21c hex color red value is 80, green value is 210 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #50d21c hue: 0.29 , saturation: 0.76 and the lightness value of 50d21c is 0.47.
The process color (four color CMYK) of #50d21c color hex is 0.62, 0.00, 0.87, 0.18. Web safe color of #50d21c is #66cc33. Color #50d21c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 11010010 | 00011100 |
Octal | 120 | 322 | 34 |
Decimal | 80 | 210 | 28 |
Hex | 50 | D2 | 1C |
Shades of #50d21c
Tints of #50d21c
RGB Percentages of Color #50d21c
CMYK Percentages of Color #50d21c
Complementary Color
#50d21c | #9e1cd2 |
#50d21c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50d21c Color Preview on White Background
Lorem ipsum dolor sit amet.
#50d21c Color CSS Codes
.mybgcolor {background-color:#50d21c; } .myforecolor {color:#50d21c; } .mybordercolor {border:3px solid #50d21c; }
#50d21c Text Font Color
<p style="color:#50d21c">Text here</p>
This sample text font color is #50d21c
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.
#50d21c Background Color
<div style="background-color:#50d21c">
Div content here</div>
This div background color is #50d21c
#50d21c Border Color
<div style="border:3px solid #50d21c">
Div here</div>
This div border color is #50d21c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,210,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50d21c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50d21c; -webkit-box-shadow: 1px 1px 3px 2px #50d21c; box-shadow: 1px 1px 3px 2px #50d21c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,210,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50d21c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50d21c; -webkit-box-shadow: 1px 1px 3px 2px #50d21c; box-shadow: 1px 1px 3px 2px #50d21c;">
Div content here</div>
This div box has shadow with color #50d21c
Comments
No comments written yet.
Please login to write comment.