Color Hex Logo

#7bf75f Color Hex

#7BF75F
(123,247,95)
0 Favorites   0 Comments

Color spaces of #7bf75f

RGB 12324795
HSL0.300.900.67
HSV109°62°97°
CMYK 0.500.000.62   0.03
XYZ43.494771.558722.3463
Yxy71.55870.31660.5208
Hunter Lab84.5924-56.257743.5524
CIE-Lab87.7557-61.919860.9173

#7bf75f color RGB value is (123,247,95).

#7bf75f hex color red value is 123, green value is 247 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #7bf75f hue: 0.30 , saturation: 0.90 and the lightness value of 7bf75f is 0.67.

The process color (four color CMYK) of #7bf75f color hex is 0.50, 0.00, 0.62, 0.03. Web safe color of #7bf75f is #66ff66. Color #7bf75f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11110111 01011111
Octal 173 367 137
Decimal 123 247 95
Hex 7B F7 5F

RGB Percentages of Color #7bf75f

%26.45
%53.12
%20.43

CMYK Percentages of Color #7bf75f

%50
%0
%62
%3

Triadic Colors of #7bf75f

#7bf75f #5f7bf7 #f75f7b

Analogous Colors of #7bf75f

#7bf75f #5ff78f #c7f75f

Monochromatic Colors of #7bf75f

#7bf75f

Complementary Color

#7bf75f #db5ff7

#7bf75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bf75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bf75f Color CSS Codes

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

#7bf75f Text Font Color

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

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


#7bf75f Background Color

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

This div background color is #7bf75f


#7bf75f Border Color

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

This div border color is #7bf75f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,247,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7bf75f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7bf75f;
  -webkit-box-shadow: 1px 1px 3px 2px #7bf75f;
  box-shadow:         1px 1px 3px 2px #7bf75f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bf75f


Comments

No comments written yet.

Please login to write comment.