Color spaces of #bfe54d
RGB | 191 | 229 | 77 |
---|---|---|---|
HSL | 0.21 | 0.75 | 0.60 |
HSV | 75° | 66° | 90° |
CMYK | 0.17 | 0.00 | 0.66 0.10 |
XYZ | 50.8447 | 67.6508 | 17.3993 |
Yxy | 67.6508 | 0.3741 | 0.4978 |
Hunter Lab | 82.2501 | -33.5940 | 45.0328 |
CIE-Lab | 85.8315 | -33.0415 | 67.0406 |
#bfe54d color RGB value is (191,229,77).
#bfe54d hex color red value is 191, green value is 229 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bfe54d hue: 0.21 , saturation: 0.75 and the lightness value of bfe54d is 0.60.
The process color (four color CMYK) of #bfe54d color hex is 0.17, 0.00, 0.66, 0.10. Web safe color of #bfe54d is #cccc66. Color #bfe54d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11100101 | 01001101 |
Octal | 277 | 345 | 115 |
Decimal | 191 | 229 | 77 |
Hex | BF | E5 | 4D |
Shades of #bfe54d
Tints of #bfe54d
RGB Percentages of Color #bfe54d
CMYK Percentages of Color #bfe54d
Complementary Color
#bfe54d | #734de5 |
#bfe54d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe54d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe54d Color CSS Codes
.mybgcolor {background-color:#bfe54d; } .myforecolor {color:#bfe54d; } .mybordercolor {border:3px solid #bfe54d; }
#bfe54d Text Font Color
<p style="color:#bfe54d">Text here</p>
This sample text font color is #bfe54d
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.
#bfe54d Background Color
<div style="background-color:#bfe54d">
Div content here</div>
This div background color is #bfe54d
#bfe54d Border Color
<div style="border:3px solid #bfe54d">
Div here</div>
This div border color is #bfe54d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,229,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe54d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe54d; -webkit-box-shadow: 1px 1px 3px 2px #bfe54d; box-shadow: 1px 1px 3px 2px #bfe54d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,229,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfe54d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe54d; -webkit-box-shadow: 1px 1px 3px 2px #bfe54d; box-shadow: 1px 1px 3px 2px #bfe54d;">
Div content here</div>
This div box has shadow with color #bfe54d
Comments
No comments written yet.
Please login to write comment.