Color Hex Logo

#5be04a Color Hex

#5BE04A
(91,224,74)
0 Favorites   0 Comments

Color spaces of #5be04a

RGB 9122474
HSL0.310.710.58
HSV113°67°88°
CMYK 0.590.000.67   0.12
XYZ32.206156.029915.5960
Yxy56.02990.31020.5396
Hunter Lab74.8531-54.192040.0438
CIE-Lab79.6308-63.621260.2367

#5be04a color RGB value is (91,224,74).

#5be04a hex color red value is 91, green value is 224 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #5be04a hue: 0.31 , saturation: 0.71 and the lightness value of 5be04a is 0.58.

The process color (four color CMYK) of #5be04a color hex is 0.59, 0.00, 0.67, 0.12. Web safe color of #5be04a is #66cc33. Color #5be04a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11100000 01001010
Octal 133 340 112
Decimal 91 224 74
Hex 5B E0 4A

RGB Percentages of Color #5be04a

%23.39
%57.58
%19.02

CMYK Percentages of Color #5be04a

%59
%0
%67
%12

Triadic Colors of #5be04a

#5be04a #4a5be0 #e04a5b

Analogous Colors of #5be04a

#5be04a #4ae084 #a6e04a

Monochromatic Colors of #5be04a

#5be04a

Complementary Color

#5be04a #cf4ae0

#5be04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5be04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5be04a Color CSS Codes

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

#5be04a Text Font Color

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

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


#5be04a Background Color

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

This div background color is #5be04a


#5be04a Border Color

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

This div border color is #5be04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5be04a


Comments

No comments written yet.

Please login to write comment.