Color Hex Logo

#b5f97f Color Hex

#B5F97F
(181,249,127)
0 Favorites   0 Comments

Color spaces of #b5f97f

RGB 181249127
HSL0.260.910.74
HSV93°49°98°
CMYK 0.270.000.49   0.02
XYZ56.762579.107432.3562
Yxy79.10740.33740.4702
Hunter Lab88.9423-41.731440.6906
CIE-Lab91.2829-41.365851.5070

#b5f97f color RGB value is (181,249,127).

#b5f97f hex color red value is 181, green value is 249 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b5f97f hue: 0.26 , saturation: 0.91 and the lightness value of b5f97f is 0.74.

The process color (four color CMYK) of #b5f97f color hex is 0.27, 0.00, 0.49, 0.02. Web safe color of #b5f97f is #ccff66. Color #b5f97f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111001 01111111
Octal 265 371 177
Decimal 181 249 127
Hex B5 F9 7F

RGB Percentages of Color #b5f97f

%32.50
%44.70
%22.80

CMYK Percentages of Color #b5f97f

%27
%0
%49
%2

Triadic Colors of #b5f97f

#b5f97f #7fb5f9 #f97fb5

Analogous Colors of #b5f97f

#b5f97f #7ff986 #f2f97f

Monochromatic Colors of #b5f97f

#b5f97f

Complementary Color

#b5f97f #c37ff9

#b5f97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5f97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5f97f Color CSS Codes

.mybgcolor {background-color:#b5f97f; } 
.myforecolor {color:#b5f97f; }
.mybordercolor {border:3px solid #b5f97f; }

#b5f97f Text Font Color

<p style="color:#b5f97f">Text here</p>

This sample text font color is #b5f97f
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.


#b5f97f Background Color

<div style="background-color:#b5f97f">
Div content here</div>

This div background color is #b5f97f


#b5f97f Border Color

<div style="border:3px solid #b5f97f">
Div here</div>

This div border color is #b5f97f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,249,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5f97f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5f97f;
  -webkit-box-shadow: 1px 1px 3px 2px #b5f97f;
  box-shadow:         1px 1px 3px 2px #b5f97f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,249,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b5f97f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b5f97f;
  -webkit-box-shadow: 1px 1px 3px 2px #b5f97f;
  box-shadow:         1px 1px 3px 2px #b5f97f;">
Div content here</div>

This div box has shadow with color #b5f97f

Related Colors


Comments

No comments written yet.

Please login to write comment.