Color spaces of #5ad127
RGB | 90 | 209 | 39 |
---|---|---|---|
HSL | 0.28 | 0.69 | 0.49 |
HSV | 102° | 81° | 82° |
CMYK | 0.57 | 0.00 | 0.81 0.18 |
XYZ | 27.3831 | 47.9211 | 9.7259 |
Yxy | 47.9211 | 0.3220 | 0.5636 |
Hunter Lab | 69.2251 | -50.5353 | 40.1275 |
CIE-Lab | 74.7751 | -61.0410 | 67.1056 |
#5ad127 color RGB value is (90,209,39).
#5ad127 hex color red value is 90, green value is 209 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #5ad127 hue: 0.28 , saturation: 0.69 and the lightness value of 5ad127 is 0.49.
The process color (four color CMYK) of #5ad127 color hex is 0.57, 0.00, 0.81, 0.18. Web safe color of #5ad127 is #66cc33. Color #5ad127 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 11010001 | 00100111 |
Octal | 132 | 321 | 47 |
Decimal | 90 | 209 | 39 |
Hex | 5A | D1 | 27 |
Shades of #5ad127
Tints of #5ad127
RGB Percentages of Color #5ad127
CMYK Percentages of Color #5ad127
Complementary Color
#5ad127 | #9e27d1 |
#5ad127 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5ad127 Color Preview on White Background
Lorem ipsum dolor sit amet.
#5ad127 Color CSS Codes
.mybgcolor {background-color:#5ad127; } .myforecolor {color:#5ad127; } .mybordercolor {border:3px solid #5ad127; }
#5ad127 Text Font Color
<p style="color:#5ad127">Text here</p>
This sample text font color is #5ad127
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.
#5ad127 Background Color
<div style="background-color:#5ad127">
Div content here</div>
This div background color is #5ad127
#5ad127 Border Color
<div style="border:3px solid #5ad127">
Div here</div>
This div border color is #5ad127
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,209,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5ad127; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5ad127; -webkit-box-shadow: 1px 1px 3px 2px #5ad127; box-shadow: 1px 1px 3px 2px #5ad127; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,209,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5ad127">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5ad127; -webkit-box-shadow: 1px 1px 3px 2px #5ad127; box-shadow: 1px 1px 3px 2px #5ad127;">
Div content here</div>
This div box has shadow with color #5ad127
Comments
No comments written yet.
Please login to write comment.