Color Hex Logo

#7bd550 Color Hex

#7BD550
(123,213,80)
0 Favorites   0 Comments

Color spaces of #7bd550

RGB 12321380
HSL0.280.610.57
HSV101°62°84°
CMYK 0.420.000.62   0.16
XYZ33.410652.378615.9386
Yxy52.37860.32840.5149
Hunter Lab72.3731-44.249437.6038
CIE-Lab77.5067-50.172955.8137

#7bd550 color RGB value is (123,213,80).

#7bd550 hex color red value is 123, green value is 213 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #7bd550 hue: 0.28 , saturation: 0.61 and the lightness value of 7bd550 is 0.57.

The process color (four color CMYK) of #7bd550 color hex is 0.42, 0.00, 0.62, 0.16. Web safe color of #7bd550 is #66cc66. Color #7bd550 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11010101 01010000
Octal 173 325 120
Decimal 123 213 80
Hex 7B D5 50

RGB Percentages of Color #7bd550

%29.57
%51.20
%19.23

CMYK Percentages of Color #7bd550

%42
%0
%62
%16

Triadic Colors of #7bd550

#7bd550 #507bd5 #d5507b

Analogous Colors of #7bd550

#7bd550 #50d568 #bed550

Monochromatic Colors of #7bd550

#7bd550

Complementary Color

#7bd550 #aa50d5

#7bd550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bd550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bd550 Color CSS Codes

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

#7bd550 Text Font Color

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

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


#7bd550 Background Color

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

This div background color is #7bd550


#7bd550 Border Color

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

This div border color is #7bd550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bd550


Comments

No comments written yet.

Please login to write comment.