Color spaces of #4dfe50
RGB | 77 | 254 | 80 |
---|---|---|---|
HSL | 0.34 | 0.99 | 0.65 |
HSV | 121° | 70° | 100° |
CMYK | 0.70 | 0.00 | 0.69 0.00 |
XYZ | 39.9503 | 73.0406 | 19.5821 |
Yxy | 73.0406 | 0.3013 | 0.5509 |
Hunter Lab | 85.4638 | -66.1213 | 46.2397 |
CIE-Lab | 88.4671 | -75.7500 | 67.2237 |
#4dfe50 color RGB value is (77,254,80).
#4dfe50 hex color red value is 77, green value is 254 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #4dfe50 hue: 0.34 , saturation: 0.99 and the lightness value of 4dfe50 is 0.65.
The process color (four color CMYK) of #4dfe50 color hex is 0.70, 0.00, 0.69, 0.00. Web safe color of #4dfe50 is #66ff66. Color #4dfe50 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 11111110 | 01010000 |
Octal | 115 | 376 | 120 |
Decimal | 77 | 254 | 80 |
Hex | 4D | FE | 50 |
Shades of #4dfe50
Tints of #4dfe50
RGB Percentages of Color #4dfe50
CMYK Percentages of Color #4dfe50
Complementary Color
#4dfe50 | #fe4dfb |
#4dfe50 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4dfe50 Color Preview on White Background
Lorem ipsum dolor sit amet.
#4dfe50 Color CSS Codes
.mybgcolor {background-color:#4dfe50; } .myforecolor {color:#4dfe50; } .mybordercolor {border:3px solid #4dfe50; }
#4dfe50 Text Font Color
<p style="color:#4dfe50">Text here</p>
This sample text font color is #4dfe50
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.
#4dfe50 Background Color
<div style="background-color:#4dfe50">
Div content here</div>
This div background color is #4dfe50
#4dfe50 Border Color
<div style="border:3px solid #4dfe50">
Div here</div>
This div border color is #4dfe50
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,254,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4dfe50; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4dfe50; -webkit-box-shadow: 1px 1px 3px 2px #4dfe50; box-shadow: 1px 1px 3px 2px #4dfe50; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,254,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4dfe50">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4dfe50; -webkit-box-shadow: 1px 1px 3px 2px #4dfe50; box-shadow: 1px 1px 3px 2px #4dfe50;">
Div content here</div>
This div box has shadow with color #4dfe50
Comments
No comments written yet.
Please login to write comment.