Color Hex Logo

#bff72c Color Hex

#BFF72C
(191,247,44)
0 Favorites   0 Comments

Color spaces of #bff72c

RGB 19124744
HSL0.210.930.57
HSV77°82°97°
CMYK 0.230.000.82   0.03
XYZ55.201277.779714.4865
Yxy77.77970.37430.5274
Hunter Lab88.1928-42.611651.9960
CIE-Lab90.6793-42.660681.8285

#bff72c color RGB value is (191,247,44).

#bff72c hex color red value is 191, green value is 247 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bff72c hue: 0.21 , saturation: 0.93 and the lightness value of bff72c is 0.57.

The process color (four color CMYK) of #bff72c color hex is 0.23, 0.00, 0.82, 0.03. Web safe color of #bff72c is #ccff33. Color #bff72c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110111 00101100
Octal 277 367 54
Decimal 191 247 44
Hex BF F7 2C

RGB Percentages of Color #bff72c

%39.63
%51.24
%9.13

CMYK Percentages of Color #bff72c

%23
%0
%82
%3

Triadic Colors of #bff72c

#bff72c #2cbff7 #f72cbf

Analogous Colors of #bff72c

#bff72c #5af72c #f7ca2c

Monochromatic Colors of #bff72c

#bff72c

Complementary Color

#bff72c #642cf7

#bff72c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff72c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff72c Color CSS Codes

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

#bff72c Text Font Color

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

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


#bff72c Background Color

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

This div background color is #bff72c


#bff72c Border Color

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

This div border color is #bff72c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,247,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bff72c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bff72c;
  -webkit-box-shadow: 1px 1px 3px 2px #bff72c;
  box-shadow:         1px 1px 3px 2px #bff72c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,247,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff72c


Comments

No comments written yet.

Please login to write comment.