Color spaces of #5bd48b
RGB | 91 | 212 | 139 |
---|---|---|---|
HSL | 0.40 | 0.58 | 0.59 |
HSV | 144° | 57° | 83° |
CMYK | 0.57 | 0.00 | 0.34 0.17 |
XYZ | 32.5181 | 51.1752 | 32.5900 |
Yxy | 51.1752 | 0.2796 | 0.4401 |
Hunter Lab | 71.5368 | -44.0497 | 23.0651 |
CIE-Lab | 76.7850 | -50.2328 | 26.1900 |
#5bd48b color RGB value is (91,212,139).
#5bd48b hex color red value is 91, green value is 212 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #5bd48b hue: 0.40 , saturation: 0.58 and the lightness value of 5bd48b is 0.59.
The process color (four color CMYK) of #5bd48b color hex is 0.57, 0.00, 0.34, 0.17. Web safe color of #5bd48b is #66cc99. Color #5bd48b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 11010100 | 10001011 |
Octal | 133 | 324 | 213 |
Decimal | 91 | 212 | 139 |
Hex | 5B | D4 | 8B |
Shades of #5bd48b
Tints of #5bd48b
RGB Percentages of Color #5bd48b
CMYK Percentages of Color #5bd48b
Complementary Color
#5bd48b | #d45ba4 |
#5bd48b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5bd48b Color Preview on White Background
Lorem ipsum dolor sit amet.
#5bd48b Color CSS Codes
.mybgcolor {background-color:#5bd48b; } .myforecolor {color:#5bd48b; } .mybordercolor {border:3px solid #5bd48b; }
#5bd48b Text Font Color
<p style="color:#5bd48b">Text here</p>
This sample text font color is #5bd48b
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.
#5bd48b Background Color
<div style="background-color:#5bd48b">
Div content here</div>
This div background color is #5bd48b
#5bd48b Border Color
<div style="border:3px solid #5bd48b">
Div here</div>
This div border color is #5bd48b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(91,212,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5bd48b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5bd48b; -webkit-box-shadow: 1px 1px 3px 2px #5bd48b; box-shadow: 1px 1px 3px 2px #5bd48b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(91,212,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5bd48b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5bd48b; -webkit-box-shadow: 1px 1px 3px 2px #5bd48b; box-shadow: 1px 1px 3px 2px #5bd48b;">
Div content here</div>
This div box has shadow with color #5bd48b
Comments
No comments written yet.
Please login to write comment.