Color spaces of #95fc27
RGB | 149 | 252 | 39 |
---|---|---|---|
HSL | 0.25 | 0.97 | 0.57 |
HSV | 89° | 85° | 99° |
CMYK | 0.41 | 0.00 | 0.85 0.01 |
XYZ | 47.5710 | 76.1569 | 14.1119 |
Yxy | 76.1569 | 0.3451 | 0.5525 |
Hunter Lab | 87.2679 | -55.4159 | 51.4999 |
CIE-Lab | 89.9321 | -59.6216 | 81.4281 |
#95fc27 color RGB value is (149,252,39).
#95fc27 hex color red value is 149, green value is 252 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #95fc27 hue: 0.25 , saturation: 0.97 and the lightness value of 95fc27 is 0.57.
The process color (four color CMYK) of #95fc27 color hex is 0.41, 0.00, 0.85, 0.01. Web safe color of #95fc27 is #99ff33. Color #95fc27 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 11111100 | 00100111 |
Octal | 225 | 374 | 47 |
Decimal | 149 | 252 | 39 |
Hex | 95 | FC | 27 |
Shades of #95fc27
Tints of #95fc27
RGB Percentages of Color #95fc27
CMYK Percentages of Color #95fc27
Complementary Color
#95fc27 | #8e27fc |
#95fc27 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95fc27 Color Preview on White Background
Lorem ipsum dolor sit amet.
#95fc27 Color CSS Codes
.mybgcolor {background-color:#95fc27; } .myforecolor {color:#95fc27; } .mybordercolor {border:3px solid #95fc27; }
#95fc27 Text Font Color
<p style="color:#95fc27">Text here</p>
This sample text font color is #95fc27
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.
#95fc27 Background Color
<div style="background-color:#95fc27">
Div content here</div>
This div background color is #95fc27
#95fc27 Border Color
<div style="border:3px solid #95fc27">
Div here</div>
This div border color is #95fc27
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,252,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95fc27; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95fc27; -webkit-box-shadow: 1px 1px 3px 2px #95fc27; box-shadow: 1px 1px 3px 2px #95fc27; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,252,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 #95fc27">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95fc27; -webkit-box-shadow: 1px 1px 3px 2px #95fc27; box-shadow: 1px 1px 3px 2px #95fc27;">
Div content here</div>
This div box has shadow with color #95fc27
Related Colors
Comments
No comments written yet.
Please login to write comment.