Color spaces of #60e77a
RGB | 96 | 231 | 122 |
---|---|---|---|
HSL | 0.37 | 0.74 | 0.64 |
HSV | 132° | 58° | 91° |
CMYK | 0.58 | 0.00 | 0.47 0.09 |
XYZ | 36.9126 | 61.0438 | 28.2495 |
Yxy | 61.0438 | 0.2925 | 0.4837 |
Hunter Lab | 78.1305 | -52.3965 | 33.2540 |
CIE-Lab | 82.4023 | -59.3529 | 42.0994 |
#60e77a color RGB value is (96,231,122).
#60e77a hex color red value is 96, green value is 231 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #60e77a hue: 0.37 , saturation: 0.74 and the lightness value of 60e77a is 0.64.
The process color (four color CMYK) of #60e77a color hex is 0.58, 0.00, 0.47, 0.09. Web safe color of #60e77a is #66ff66. Color #60e77a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 11100111 | 01111010 |
Octal | 140 | 347 | 172 |
Decimal | 96 | 231 | 122 |
Hex | 60 | E7 | 7A |
Shades of #60e77a
Tints of #60e77a
RGB Percentages of Color #60e77a
CMYK Percentages of Color #60e77a
Complementary Color
#60e77a | #e760cd |
#60e77a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#60e77a Color Preview on White Background
Lorem ipsum dolor sit amet.
#60e77a Color CSS Codes
.mybgcolor {background-color:#60e77a; } .myforecolor {color:#60e77a; } .mybordercolor {border:3px solid #60e77a; }
#60e77a Text Font Color
<p style="color:#60e77a">Text here</p>
This sample text font color is #60e77a
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.
#60e77a Background Color
<div style="background-color:#60e77a">
Div content here</div>
This div background color is #60e77a
#60e77a Border Color
<div style="border:3px solid #60e77a">
Div here</div>
This div border color is #60e77a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,231,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #60e77a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #60e77a; -webkit-box-shadow: 1px 1px 3px 2px #60e77a; box-shadow: 1px 1px 3px 2px #60e77a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,231,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #60e77a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #60e77a; -webkit-box-shadow: 1px 1px 3px 2px #60e77a; box-shadow: 1px 1px 3px 2px #60e77a;">
Div content here</div>
This div box has shadow with color #60e77a
Comments
No comments written yet.
Please login to write comment.