Color spaces of #bfe42d
RGB | 191 | 228 | 45 |
---|---|---|---|
HSL | 0.20 | 0.77 | 0.54 |
HSV | 72° | 80° | 89° |
CMYK | 0.16 | 0.00 | 0.80 0.11 |
XYZ | 49.7029 | 66.7526 | 12.7476 |
Yxy | 66.7526 | 0.3847 | 0.5166 |
Hunter Lab | 81.7023 | -34.3900 | 47.9409 |
CIE-Lab | 85.3789 | -34.1516 | 76.9505 |
#bfe42d color RGB value is (191,228,45).
#bfe42d hex color red value is 191, green value is 228 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bfe42d hue: 0.20 , saturation: 0.77 and the lightness value of bfe42d is 0.54.
The process color (four color CMYK) of #bfe42d color hex is 0.16, 0.00, 0.80, 0.11. Web safe color of #bfe42d is #cccc33. Color #bfe42d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11100100 | 00101101 |
Octal | 277 | 344 | 55 |
Decimal | 191 | 228 | 45 |
Hex | BF | E4 | 2D |
Shades of #bfe42d
Tints of #bfe42d
RGB Percentages of Color #bfe42d
CMYK Percentages of Color #bfe42d
Complementary Color
#bfe42d | #522de4 |
#bfe42d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe42d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe42d Color CSS Codes
.mybgcolor {background-color:#bfe42d; } .myforecolor {color:#bfe42d; } .mybordercolor {border:3px solid #bfe42d; }
#bfe42d Text Font Color
<p style="color:#bfe42d">Text here</p>
This sample text font color is #bfe42d
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.
#bfe42d Background Color
<div style="background-color:#bfe42d">
Div content here</div>
This div background color is #bfe42d
#bfe42d Border Color
<div style="border:3px solid #bfe42d">
Div here</div>
This div border color is #bfe42d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,228,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe42d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe42d; -webkit-box-shadow: 1px 1px 3px 2px #bfe42d; box-shadow: 1px 1px 3px 2px #bfe42d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,228,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfe42d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe42d; -webkit-box-shadow: 1px 1px 3px 2px #bfe42d; box-shadow: 1px 1px 3px 2px #bfe42d;">
Div content here</div>
This div box has shadow with color #bfe42d
Comments
No comments written yet.
Please login to write comment.