Color spaces of #5dc53d
RGB | 93 | 197 | 61 |
---|---|---|---|
HSL | 0.29 | 0.54 | 0.51 |
HSV | 106° | 69° | 77° |
CMYK | 0.53 | 0.00 | 0.69 0.23 |
XYZ | 25.3228 | 42.5966 | 11.3022 |
Yxy | 42.5966 | 0.3196 | 0.5377 |
Hunter Lab | 65.2661 | -44.9588 | 35.4189 |
CIE-Lab | 71.2803 | -54.4761 | 56.4898 |
#5dc53d color RGB value is (93,197,61).
#5dc53d hex color red value is 93, green value is 197 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #5dc53d hue: 0.29 , saturation: 0.54 and the lightness value of 5dc53d is 0.51.
The process color (four color CMYK) of #5dc53d color hex is 0.53, 0.00, 0.69, 0.23. Web safe color of #5dc53d is #66cc33. Color #5dc53d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 11000101 | 00111101 |
Octal | 135 | 305 | 75 |
Decimal | 93 | 197 | 61 |
Hex | 5D | C5 | 3D |
Shades of #5dc53d
Tints of #5dc53d
RGB Percentages of Color #5dc53d
CMYK Percentages of Color #5dc53d
Complementary Color
#5dc53d | #a53dc5 |
#5dc53d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dc53d Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dc53d Color CSS Codes
.mybgcolor {background-color:#5dc53d; } .myforecolor {color:#5dc53d; } .mybordercolor {border:3px solid #5dc53d; }
#5dc53d Text Font Color
<p style="color:#5dc53d">Text here</p>
This sample text font color is #5dc53d
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.
#5dc53d Background Color
<div style="background-color:#5dc53d">
Div content here</div>
This div background color is #5dc53d
#5dc53d Border Color
<div style="border:3px solid #5dc53d">
Div here</div>
This div border color is #5dc53d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,197,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dc53d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dc53d; -webkit-box-shadow: 1px 1px 3px 2px #5dc53d; box-shadow: 1px 1px 3px 2px #5dc53d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,197,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5dc53d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dc53d; -webkit-box-shadow: 1px 1px 3px 2px #5dc53d; box-shadow: 1px 1px 3px 2px #5dc53d;">
Div content here</div>
This div box has shadow with color #5dc53d
#5dc53d Color Palettes
Comments
No comments written yet.
Please login to write comment.