Color spaces of #25c65b
RGB | 37 | 198 | 91 |
---|---|---|---|
HSL | 0.39 | 0.69 | 0.46 |
HSV | 140° | 81° | 78° |
CMYK | 0.81 | 0.00 | 0.54 0.22 |
XYZ | 22.8454 | 41.5368 | 16.7109 |
Yxy | 41.5368 | 0.2817 | 0.5122 |
Hunter Lab | 64.4490 | -49.5125 | 29.7411 |
CIE-Lab | 70.5504 | -62.1839 | 42.1444 |
#25c65b color RGB value is (37,198,91).
#25c65b hex color red value is 37, green value is 198 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #25c65b hue: 0.39 , saturation: 0.69 and the lightness value of 25c65b is 0.46.
The process color (four color CMYK) of #25c65b color hex is 0.81, 0.00, 0.54, 0.22. Web safe color of #25c65b is #33cc66. Color #25c65b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 11000110 | 01011011 |
Octal | 45 | 306 | 133 |
Decimal | 37 | 198 | 91 |
Hex | 25 | C6 | 5B |
Shades of #25c65b
Tints of #25c65b
RGB Percentages of Color #25c65b
CMYK Percentages of Color #25c65b
Complementary Color
#25c65b | #c62590 |
#25c65b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25c65b Color Preview on White Background
Lorem ipsum dolor sit amet.
#25c65b Color CSS Codes
.mybgcolor {background-color:#25c65b; } .myforecolor {color:#25c65b; } .mybordercolor {border:3px solid #25c65b; }
#25c65b Text Font Color
<p style="color:#25c65b">Text here</p>
This sample text font color is #25c65b
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.
#25c65b Background Color
<div style="background-color:#25c65b">
Div content here</div>
This div background color is #25c65b
#25c65b Border Color
<div style="border:3px solid #25c65b">
Div here</div>
This div border color is #25c65b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,198,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25c65b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25c65b; -webkit-box-shadow: 1px 1px 3px 2px #25c65b; box-shadow: 1px 1px 3px 2px #25c65b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,198,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25c65b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25c65b; -webkit-box-shadow: 1px 1px 3px 2px #25c65b; box-shadow: 1px 1px 3px 2px #25c65b;">
Div content here</div>
This div box has shadow with color #25c65b
Comments
No comments written yet.
Please login to write comment.