Color Hex Logo

#5bd762 Color Hex

#5BD762
(91,215,98)
0 Favorites   0 Comments

Color spaces of #5bd762

RGB 9121598
HSL0.340.610.60
HSV123°58°84°
CMYK 0.580.000.54   0.16
XYZ30.819451.706919.9113
Yxy51.70690.30090.5048
Hunter Lab71.9075-49.333433.9178
CIE-Lab77.1052-57.811647.0052

#5bd762 color RGB value is (91,215,98).

#5bd762 hex color red value is 91, green value is 215 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #5bd762 hue: 0.34 , saturation: 0.61 and the lightness value of 5bd762 is 0.60.

The process color (four color CMYK) of #5bd762 color hex is 0.58, 0.00, 0.54, 0.16. Web safe color of #5bd762 is #66cc66. Color #5bd762 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11010111 01100010
Octal 133 327 142
Decimal 91 215 98
Hex 5B D7 62

RGB Percentages of Color #5bd762

%22.52
%53.22
%24.26

CMYK Percentages of Color #5bd762

%58
%0
%54
%16

Triadic Colors of #5bd762

#5bd762 #625bd7 #d7625b

Analogous Colors of #5bd762

#5bd762 #5bd7a0 #92d75b

Monochromatic Colors of #5bd762

#5bd762

Complementary Color

#5bd762 #d75bd0

#5bd762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bd762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bd762 Color CSS Codes

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

#5bd762 Text Font Color

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

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


#5bd762 Background Color

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

This div background color is #5bd762


#5bd762 Border Color

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

This div border color is #5bd762


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,215,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bd762; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bd762;
  -webkit-box-shadow: 1px 1px 3px 2px #5bd762;
  box-shadow:         1px 1px 3px 2px #5bd762; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,215,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bd762


Comments

No comments written yet.

Please login to write comment.