Color Hex Logo

#5fb246 Color Hex

#5FB246
(95,178,70)
0 Favorites   0 Comments

Color spaces of #5fb246

RGB 9517870
HSL0.290.440.49
HSV106°61°70°
CMYK 0.470.000.61   0.30
XYZ21.745234.715911.3491
Yxy34.71590.32070.5120
Hunter Lab58.9202-37.232829.8238
CIE-Lab65.5269-45.603746.4403

#5fb246 color RGB value is (95,178,70).

#5fb246 hex color red value is 95, green value is 178 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #5fb246 hue: 0.29 , saturation: 0.44 and the lightness value of 5fb246 is 0.49.

The process color (four color CMYK) of #5fb246 color hex is 0.47, 0.00, 0.61, 0.30. Web safe color of #5fb246 is #669933. Color #5fb246 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10110010 01000110
Octal 137 262 106
Decimal 95 178 70
Hex 5F B2 46

RGB Percentages of Color #5fb246

%27.70
%51.90
%20.41

CMYK Percentages of Color #5fb246

%47
%0
%61
%30

Triadic Colors of #5fb246

#5fb246 #465fb2 #b2465f

Analogous Colors of #5fb246

#5fb246 #46b263 #95b246

Monochromatic Colors of #5fb246

#5fb246

Complementary Color

#5fb246 #9946b2

#5fb246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fb246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fb246 Color CSS Codes

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

#5fb246 Text Font Color

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

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


#5fb246 Background Color

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

This div background color is #5fb246


#5fb246 Border Color

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

This div border color is #5fb246


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,178,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fb246; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fb246;
  -webkit-box-shadow: 1px 1px 3px 2px #5fb246;
  box-shadow:         1px 1px 3px 2px #5fb246; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fb246


Comments

No comments written yet.

Please login to write comment.