Color spaces of #31f183
RGB | 49 | 241 | 131 |
---|---|---|---|
HSL | 0.40 | 0.87 | 0.57 |
HSV | 146° | 80° | 95° |
CMYK | 0.80 | 0.00 | 0.46 0.05 |
XYZ | 36.8187 | 65.2023 | 32.1175 |
Yxy | 65.2023 | 0.2745 | 0.4861 |
Hunter Lab | 80.7479 | -59.9181 | 32.9410 |
CIE-Lab | 84.5879 | -69.0831 | 40.2929 |
#31f183 color RGB value is (49,241,131).
#31f183 hex color red value is 49, green value is 241 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #31f183 hue: 0.40 , saturation: 0.87 and the lightness value of 31f183 is 0.57.
The process color (four color CMYK) of #31f183 color hex is 0.80, 0.00, 0.46, 0.05. Web safe color of #31f183 is #33ff99. Color #31f183 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 11110001 | 10000011 |
Octal | 61 | 361 | 203 |
Decimal | 49 | 241 | 131 |
Hex | 31 | F1 | 83 |
Shades of #31f183
Tints of #31f183
RGB Percentages of Color #31f183
CMYK Percentages of Color #31f183
Complementary Color
#31f183 | #f1319f |
#31f183 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#31f183 Color Preview on White Background
Lorem ipsum dolor sit amet.
#31f183 Color CSS Codes
.mybgcolor {background-color:#31f183; } .myforecolor {color:#31f183; } .mybordercolor {border:3px solid #31f183; }
#31f183 Text Font Color
<p style="color:#31f183">Text here</p>
This sample text font color is #31f183
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.
#31f183 Background Color
<div style="background-color:#31f183">
Div content here</div>
This div background color is #31f183
#31f183 Border Color
<div style="border:3px solid #31f183">
Div here</div>
This div border color is #31f183
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,241,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #31f183; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #31f183; -webkit-box-shadow: 1px 1px 3px 2px #31f183; box-shadow: 1px 1px 3px 2px #31f183; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,241,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #31f183">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #31f183; -webkit-box-shadow: 1px 1px 3px 2px #31f183; box-shadow: 1px 1px 3px 2px #31f183;">
Div content here</div>
This div box has shadow with color #31f183
Comments
No comments written yet.
Please login to write comment.