Color spaces of #55fb7d
RGB | 85 | 251 | 125 |
---|---|---|---|
HSL | 0.37 | 0.95 | 0.66 |
HSV | 134° | 66° | 98° |
CMYK | 0.66 | 0.00 | 0.50 0.02 |
XYZ | 41.9452 | 72.4063 | 31.1671 |
Yxy | 72.4063 | 0.2882 | 0.4976 |
Hunter Lab | 85.0919 | -60.9210 | 37.8478 |
CIE-Lab | 88.1638 | -68.3095 | 47.7846 |
#55fb7d color RGB value is (85,251,125).
#55fb7d hex color red value is 85, green value is 251 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #55fb7d hue: 0.37 , saturation: 0.95 and the lightness value of 55fb7d is 0.66.
The process color (four color CMYK) of #55fb7d color hex is 0.66, 0.00, 0.50, 0.02. Web safe color of #55fb7d is #66ff66. Color #55fb7d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 11111011 | 01111101 |
Octal | 125 | 373 | 175 |
Decimal | 85 | 251 | 125 |
Hex | 55 | FB | 7D |
Shades of #55fb7d
Tints of #55fb7d
RGB Percentages of Color #55fb7d
CMYK Percentages of Color #55fb7d
Complementary Color
#55fb7d | #fb55d3 |
#55fb7d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55fb7d Color Preview on White Background
Lorem ipsum dolor sit amet.
#55fb7d Color CSS Codes
.mybgcolor {background-color:#55fb7d; } .myforecolor {color:#55fb7d; } .mybordercolor {border:3px solid #55fb7d; }
#55fb7d Text Font Color
<p style="color:#55fb7d">Text here</p>
This sample text font color is #55fb7d
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.
#55fb7d Background Color
<div style="background-color:#55fb7d">
Div content here</div>
This div background color is #55fb7d
#55fb7d Border Color
<div style="border:3px solid #55fb7d">
Div here</div>
This div border color is #55fb7d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,251,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55fb7d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55fb7d; -webkit-box-shadow: 1px 1px 3px 2px #55fb7d; box-shadow: 1px 1px 3px 2px #55fb7d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,251,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #55fb7d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55fb7d; -webkit-box-shadow: 1px 1px 3px 2px #55fb7d; box-shadow: 1px 1px 3px 2px #55fb7d;">
Div content here</div>
This div box has shadow with color #55fb7d
Comments
No comments written yet.
Please login to write comment.