Color spaces of #4dba20
RGB | 77 | 186 | 32 |
---|---|---|---|
HSL | 0.28 | 0.71 | 0.43 |
HSV | 102° | 83° | 73° |
CMYK | 0.59 | 0.00 | 0.83 0.27 |
XYZ | 20.8802 | 36.7999 | 7.3691 |
Yxy | 36.7999 | 0.3210 | 0.5657 |
Hunter Lab | 60.6629 | -44.7203 | 35.2617 |
CIE-Lab | 67.1266 | -56.6090 | 61.8173 |
#4dba20 color RGB value is (77,186,32).
#4dba20 hex color red value is 77, green value is 186 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #4dba20 hue: 0.28 , saturation: 0.71 and the lightness value of 4dba20 is 0.43.
The process color (four color CMYK) of #4dba20 color hex is 0.59, 0.00, 0.83, 0.27. Web safe color of #4dba20 is #66cc33. Color #4dba20 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001101 | 10111010 | 00100000 |
Octal | 115 | 272 | 40 |
Decimal | 77 | 186 | 32 |
Hex | 4D | BA | 20 |
Shades of #4dba20
Tints of #4dba20
RGB Percentages of Color #4dba20
CMYK Percentages of Color #4dba20
Complementary Color
#4dba20 | #8d20ba |
#4dba20 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4dba20 Color Preview on White Background
Lorem ipsum dolor sit amet.
#4dba20 Color CSS Codes
.mybgcolor {background-color:#4dba20; } .myforecolor {color:#4dba20; } .mybordercolor {border:3px solid #4dba20; }
#4dba20 Text Font Color
<p style="color:#4dba20">Text here</p>
This sample text font color is #4dba20
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.
#4dba20 Background Color
<div style="background-color:#4dba20">
Div content here</div>
This div background color is #4dba20
#4dba20 Border Color
<div style="border:3px solid #4dba20">
Div here</div>
This div border color is #4dba20
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(77,186,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4dba20; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4dba20; -webkit-box-shadow: 1px 1px 3px 2px #4dba20; box-shadow: 1px 1px 3px 2px #4dba20; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(77,186,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4dba20">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4dba20; -webkit-box-shadow: 1px 1px 3px 2px #4dba20; box-shadow: 1px 1px 3px 2px #4dba20;">
Div content here</div>
This div box has shadow with color #4dba20
Comments
No comments written yet.
Please login to write comment.