Color spaces of #48fb99
RGB | 72 | 251 | 153 |
---|---|---|---|
HSL | 0.41 | 0.96 | 0.63 |
HSV | 147° | 71° | 98° |
CMYK | 0.71 | 0.00 | 0.39 0.02 |
XYZ | 42.9194 | 72.6720 | 41.9020 |
Yxy | 72.6720 | 0.2725 | 0.4614 |
Hunter Lab | 85.2479 | -59.3151 | 30.5306 |
CIE-Lab | 88.2910 | -65.9335 | 34.3372 |
#48fb99 color RGB value is (72,251,153).
#48fb99 hex color red value is 72, green value is 251 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #48fb99 hue: 0.41 , saturation: 0.96 and the lightness value of 48fb99 is 0.63.
The process color (four color CMYK) of #48fb99 color hex is 0.71, 0.00, 0.39, 0.02. Web safe color of #48fb99 is #33ff99. Color #48fb99 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 11111011 | 10011001 |
Octal | 110 | 373 | 231 |
Decimal | 72 | 251 | 153 |
Hex | 48 | FB | 99 |
Shades of #48fb99
Tints of #48fb99
RGB Percentages of Color #48fb99
CMYK Percentages of Color #48fb99
Complementary Color
#48fb99 | #fb48aa |
#48fb99 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#48fb99 Color Preview on White Background
Lorem ipsum dolor sit amet.
#48fb99 Color CSS Codes
.mybgcolor {background-color:#48fb99; } .myforecolor {color:#48fb99; } .mybordercolor {border:3px solid #48fb99; }
#48fb99 Text Font Color
<p style="color:#48fb99">Text here</p>
This sample text font color is #48fb99
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.
#48fb99 Background Color
<div style="background-color:#48fb99">
Div content here</div>
This div background color is #48fb99
#48fb99 Border Color
<div style="border:3px solid #48fb99">
Div here</div>
This div border color is #48fb99
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,251,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #48fb99; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48fb99; -webkit-box-shadow: 1px 1px 3px 2px #48fb99; box-shadow: 1px 1px 3px 2px #48fb99; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,251,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #48fb99">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #48fb99; -webkit-box-shadow: 1px 1px 3px 2px #48fb99; box-shadow: 1px 1px 3px 2px #48fb99;">
Div content here</div>
This div box has shadow with color #48fb99
Comments
No comments written yet.
Please login to write comment.